Skip to content

Commit f01e0be

Browse files
Update Rust crate derive_more to v2
1 parent 0e331a3 commit f01e0be

3 files changed

Lines changed: 36 additions & 24 deletions

File tree

Cargo.lock

Lines changed: 26 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
443443
datatest-stable = "0.3.2"
444444
db-macros = { path = "nexus/db-macros" }
445445
debug-ignore = "1.0.5"
446-
derive_more = "0.99.20"
446+
derive_more = "2.1.1"
447447
derive-where = "1.5.0"
448448
dev-tools-common = { path = "dev-tools/common" }
449449
# Having the i-implement-... feature here makes diesel go away from the workspace-hack

workspace-hack/Cargo.toml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibil
4444
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
4545
data-encoding = { version = "2.9.0" }
4646
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
47+
derive_more = { version = "2.1.1", features = ["is_variant"] }
4748
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
4849
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
4950
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }
@@ -76,6 +77,7 @@ indexmap = { version = "2.12.1", features = ["serde"] }
7677
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7778
ipnet = { version = "2.11.0", features = ["serde"] }
7879
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
80+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
7981
lalrpop-util = { version = "0.19.12" }
8082
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
8183
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -184,6 +186,8 @@ curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibil
184186
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
185187
data-encoding = { version = "2.9.0" }
186188
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
189+
derive_more = { version = "2.1.1", features = ["is_variant"] }
190+
derive_more-impl = { version = "2.1.1", features = ["is_variant"] }
187191
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
188192
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
189193
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }
@@ -216,6 +220,7 @@ indexmap = { version = "2.12.1", features = ["serde"] }
216220
inout = { version = "0.1.3", default-features = false, features = ["std"] }
217221
ipnet = { version = "2.11.0", features = ["serde"] }
218222
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
223+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
219224
lalrpop-util = { version = "0.19.12" }
220225
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
221226
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -382,7 +387,8 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
382387
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
383388
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
384389
hyper-util = { version = "0.1.19", features = ["full"] }
385-
itertools = { version = "0.10.5" }
390+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
391+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
386392
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
387393
mio = { version = "1.0.2", features = ["net", "os-ext"] }
388394
nom = { version = "7.1.3" }
@@ -401,7 +407,8 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
401407
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
402408
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
403409
hyper-util = { version = "0.1.19", features = ["full"] }
404-
itertools = { version = "0.10.5" }
410+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
411+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
405412
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
406413
mio = { version = "1.0.2", features = ["net", "os-ext"] }
407414
nom = { version = "7.1.3" }

0 commit comments

Comments
 (0)