Skip to content

Commit

Permalink
Merge pull request #265 from sbrivio-rh/main
Browse files Browse the repository at this point in the history
Cargo.toml: Bump derive_builder dependency version to 0.20
  • Loading branch information
jbaublitz authored Jan 24, 2025
2 parents e5ac355 + ca50b87 commit 1c2fa4c
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 @@ -23,7 +23,7 @@ path = "src/lib.rs"
[dependencies]
bitflags = "2.4"
byteorder = "1.3"
derive_builder = "0.11"
derive_builder = "0.20"
getset = "0.1.2"
libc = "0.2.105"
log = "0.4"
Expand Down

0 comments on commit 1c2fa4c

Please sign in to comment.