Skip to content

Commit

Permalink
fix(deps): update rust crate derive_builder to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 24, 2025
1 parent 7d88c71 commit 1fc27aa
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 91 deletions.
106 changes: 17 additions & 89 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/gds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
byteorder = "1.4"
chrono = { version = "0.4", features = ["serde"] }
derive_builder = "0.12"
derive_builder = "0.20"
derive_more = "0.99"
num-derive = "0.4"
num-traits = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion substrate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rust_decimal = "1"
rust_decimal_macros = "1"
ena = "0.14"
duplicate = "1"
derive_builder = "0.12"
derive_builder = "0.20"
slotmap = "1"
downcast-rs = "1"
indexmap = { version = "2", features = ["serde"] }
Expand Down

0 comments on commit 1fc27aa

Please sign in to comment.