Skip to content

Commit

Permalink
Merge pull request #187 from krojew/dependabot/cargo/derive_more-1.0.0
Browse files Browse the repository at this point in the history
Update derive_more requirement from 0.99.17 to 1.0.0
  • Loading branch information
krojew authored Aug 9, 2024
2 parents 628a5ad + 000f06e commit 7abbdff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
arc-swap = "1.6.0"
uuid = "1.8.0"
derivative = "2.2.0"
derive_more = "0.99.17"
derive_more = { version = "1.0.0", features = ["constructor", "display"] }
bytes = "1.5.0"
itertools = "0.13.0"
thiserror = "1.0.48"
2 changes: 1 addition & 1 deletion cassandra-protocol/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ e2e-tests = []
[dependencies]
arc-swap.workspace = true
bitflags = "2.5.0"
chrono = { version = "0.4.31", default_features = false, features = ["std"] }
chrono = { version = "0.4.31", default-features = false, features = ["std"] }
crc32fast = "1.4.0"
derivative.workspace = true
derive_more.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion cdrs-tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ cassandra-protocol = { path = "../cassandra-protocol", version = "3.2.0" }
cdrs-tokio-helpers-derive = { path = "../cdrs-tokio-helpers-derive", version = "5.0.3", optional = true }
derive_more.workspace = true
derivative.workspace = true
futures = { version = "0.3.28", default_features = false, features = ["alloc"] }
futures = { version = "0.3.28", default-features = false, features = ["alloc"] }
fxhash = "0.2.1"
itertools.workspace = true
lazy_static = "1.4.0"
Expand Down

0 comments on commit 7abbdff

Please sign in to comment.