Skip to content

Commit

Permalink
Merge pull request #157 from containers/dependabot/cargo/derive_build…
Browse files Browse the repository at this point in the history
…er-0.20.0

Update derive_builder requirement from 0.13.0 to 0.20.0
  • Loading branch information
saschagrunert authored Feb 15, 2024
2 parents 0881d8f + 49ffe02 commit b6af7e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ serde = { version = "1.0.129", features = ["derive"] }
thiserror = "1.0.26"
serde_json = "1.0.66"
quickcheck = { version = "1.0.3", optional = true }
derive_builder = "0.13.0"
derive_builder = "0.20.0"
getset = "0.1.1"

[dev-dependencies]
Expand Down

0 comments on commit b6af7e2

Please sign in to comment.