Skip to content

Commit 7493fa9

Browse files
Update Rust crate derive_more to v2
1 parent f1cb021 commit 7493fa9

File tree

3 files changed

+27
-21
lines changed

3 files changed

+27
-21
lines changed

Cargo.lock

Lines changed: 23 additions & 20 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
@@ -430,7 +430,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
430430
datatest-stable = "0.3.2"
431431
db-macros = { path = "nexus/db-macros" }
432432
debug-ignore = "1.0.5"
433-
derive_more = "0.99.20"
433+
derive_more = "2.1.0"
434434
derive-where = "1.5.0"
435435
dev-tools-common = { path = "dev-tools/common" }
436436
# 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.1.0", 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"] }
@@ -184,6 +185,8 @@ curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibil
184185
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
185186
data-encoding = { version = "2.9.0" }
186187
der = { version = "0.7.10", default-features = false, features = ["derive", "flagset", "oid", "pem", "std"] }
188+
derive_more = { version = "2.1.0", features = ["is_variant"] }
189+
derive_more-impl = { version = "2.1.0", features = ["is_variant"] }
187190
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
188191
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
189192
ed25519-dalek = { version = "2.1.1", features = ["digest", "pem", "rand_core"] }

0 commit comments

Comments
 (0)