Skip to content

Commit e4b57b0

Browse files
Update Rust crate derive_more to v2
1 parent 4a456c9 commit e4b57b0

3 files changed

Lines changed: 32 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 28 additions & 25 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
@@ -461,7 +461,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
461461
datatest-stable = "0.3.2"
462462
db-macros = { path = "nexus/db-macros" }
463463
debug-ignore = "1.0.5"
464-
derive_more = "0.99.20"
464+
derive_more = "2.1.1"
465465
derive-where = "1.5.0"
466466
dev-tools-common = { path = "dev-tools/common" }
467467
dice-verifier = { git = "https://github.com/oxidecomputer/dice-util", branch = "main", default-features = false }

workspace-hack/Cargo.toml

Lines changed: 3 additions & 0 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"] }
@@ -186,6 +187,8 @@ curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibil
186187
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
187188
data-encoding = { version = "2.9.0" }
188189
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"] }
189192
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
190193
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
191194
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }

0 commit comments

Comments
 (0)