Skip to content

Commit 97bb512

Browse files
Update Rust crate derive_more to v2
1 parent a78f456 commit 97bb512

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

Cargo.lock

Lines changed: 10 additions & 8 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
@@ -429,7 +429,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
429429
datatest-stable = "0.3.2"
430430
db-macros = { path = "nexus/db-macros" }
431431
debug-ignore = "1.0.5"
432-
derive_more = "0.99.20"
432+
derive_more = "2.0.1"
433433
derive-where = "1.5.0"
434434
dev-tools-common = { path = "dev-tools/common" }
435435
# Having the i-implement-... feature here makes diesel go away from the workspace-hack

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.0.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"] }
@@ -185,6 +186,8 @@ curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibil
185186
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
186187
data-encoding = { version = "2.9.0" }
187188
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
189+
derive_more = { version = "2.0.1", features = ["is_variant"] }
190+
derive_more-impl = { version = "2.0.1", features = ["is_variant"] }
188191
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
189192
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
190193
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }

0 commit comments

Comments
 (0)