Skip to content

Commit 3fb38ef

Browse files
Update Rust crate derive_more to v2
1 parent f232730 commit 3fb38ef

File tree

3 files changed

+16
-11
lines changed

3 files changed

+16
-11
lines changed

Cargo.lock

Lines changed: 12 additions & 10 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
@@ -477,7 +477,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
477477
datatest-stable = "0.3.2"
478478
db-macros = { path = "nexus/db-macros" }
479479
debug-ignore = "1.0.5"
480-
derive_more = "0.99.20"
480+
derive_more = "2.1.1"
481481
derive-where = "1.5.0"
482482
dev-tools-common = { path = "dev-tools/common" }
483483
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.5", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
4545
data-encoding = { version = "2.10.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.2.0", features = ["digest", "pem", "rand_core"] }
@@ -190,6 +191,8 @@ curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibil
190191
daft = { version = "0.1.5", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
191192
data-encoding = { version = "2.10.0" }
192193
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
194+
derive_more = { version = "2.1.1", features = ["is_variant"] }
195+
derive_more-impl = { version = "2.1.1", features = ["is_variant"] }
193196
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
194197
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
195198
ed25519-dalek = { version = "2.2.0", features = ["digest", "pem", "rand_core"] }

0 commit comments

Comments
 (0)