Skip to content

Commit 22a8e51

Browse files
Update Rust crate derive_more to v2
1 parent b66d10e commit 22a8e51

3 files changed

Lines changed: 37 additions & 25 deletions

File tree

Cargo.lock

Lines changed: 27 additions & 22 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
@@ -452,7 +452,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
452452
datatest-stable = "0.3.2"
453453
db-macros = { path = "nexus/db-macros" }
454454
debug-ignore = "1.0.5"
455-
derive_more = "0.99.20"
455+
derive_more = "2.1.1"
456456
derive-where = "1.5.0"
457457
dev-tools-common = { path = "dev-tools/common" }
458458
# 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"] }
@@ -77,6 +78,7 @@ indexmap = { version = "2.12.1", features = ["serde"] }
7778
inout = { version = "0.1.3", default-features = false, features = ["std"] }
7879
ipnet = { version = "2.11.0", features = ["serde"] }
7980
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
81+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
8082
lalrpop-util = { version = "0.19.12" }
8183
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
8284
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -185,6 +187,8 @@ curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibil
185187
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
186188
data-encoding = { version = "2.9.0" }
187189
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
190+
derive_more = { version = "2.1.1", features = ["is_variant"] }
191+
derive_more-impl = { version = "2.1.1", features = ["is_variant"] }
188192
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
189193
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
190194
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }
@@ -218,6 +222,7 @@ indexmap = { version = "2.12.1", features = ["serde"] }
218222
inout = { version = "0.1.3", default-features = false, features = ["std"] }
219223
ipnet = { version = "2.11.0", features = ["serde"] }
220224
ipnetwork = { version = "0.21.1", features = ["schemars", "serde"] }
225+
itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13.0" }
221226
lalrpop-util = { version = "0.19.12" }
222227
lazy_static = { version = "1.5.0", default-features = false, features = ["spin_no_std"] }
223228
libc = { version = "0.2.174", features = ["extra_traits"] }
@@ -385,7 +390,8 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
385390
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
386391
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
387392
hyper-util = { version = "0.1.19", features = ["full"] }
388-
itertools = { version = "0.10.5" }
393+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
394+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
389395
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
390396
mio = { version = "1.0.2", features = ["net", "os-ext"] }
391397
nom = { version = "7.1.3" }
@@ -404,7 +410,8 @@ dof-9fbad63c4bcf4a8f = { package = "dof", version = "0.4.0", default-features =
404410
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3.4", default-features = false, features = ["std"] }
405411
hyper-rustls = { version = "0.27.7", features = ["http2", "ring", "webpki-tokio"] }
406412
hyper-util = { version = "0.1.19", features = ["full"] }
407-
itertools = { version = "0.10.5" }
413+
itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12.1" }
414+
itertools-93f6ce9d446188ac = { package = "itertools", version = "0.10.5" }
408415
miniz_oxide = { version = "0.8.5", default-features = false, features = ["with-alloc"] }
409416
mio = { version = "1.0.2", features = ["net", "os-ext"] }
410417
nom = { version = "7.1.3" }

0 commit comments

Comments
 (0)