Skip to content

Commit

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

Update derive_builder requirement from 0.12.0 to 0.13.0
  • Loading branch information
saschagrunert committed Jan 29, 2024
2 parents 3b88592 + 699e71a commit 0881d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
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.12.0"
derive_builder = "0.13.0"
getset = "0.1.1"

[dev-dependencies]
Expand Down

0 comments on commit 0881d8f

Please sign in to comment.