Skip to content

Commit 520b01c

Browse files
Update Rust crate derive_more to v2
1 parent f4a6682 commit 520b01c

3 files changed

Lines changed: 25 additions & 19 deletions

File tree

Cargo.lock

Lines changed: 21 additions & 18 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
@@ -466,7 +466,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
466466
datatest-stable = "0.3.2"
467467
db-macros = { path = "nexus/db-macros" }
468468
debug-ignore = "1.0.5"
469-
derive_more = "0.99.20"
469+
derive_more = "2.1.1"
470470
derive-where = "1.5.0"
471471
dev-tools-common = { path = "dev-tools/common" }
472472
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"] }
@@ -188,6 +189,8 @@ curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibil
188189
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
189190
data-encoding = { version = "2.9.0" }
190191
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
192+
derive_more = { version = "2.1.1", features = ["is_variant"] }
193+
derive_more-impl = { version = "2.1.1", features = ["is_variant"] }
191194
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
192195
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
193196
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }

0 commit comments

Comments
 (0)