Skip to content

Commit a95a579

Browse files
Update Rust crate derive_more to v2
1 parent 362c4f7 commit a95a579

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

Cargo.lock

Lines changed: 9 additions & 7 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
@@ -424,7 +424,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
424424
datatest-stable = "0.3.2"
425425
db-macros = { path = "nexus/db-macros" }
426426
debug-ignore = "1.0.5"
427-
derive_more = "0.99.20"
427+
derive_more = "2.0.1"
428428
derive-where = "1.5.0"
429429
dev-tools-common = { path = "dev-tools/common" }
430430
# 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
@@ -42,6 +42,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
4242
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
4343
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
4444
data-encoding = { version = "2.9.0" }
45+
derive_more = { version = "2.0.1", features = ["is_variant"] }
4546
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
4647
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
4748
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] }
@@ -177,6 +178,8 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
177178
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
178179
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
179180
data-encoding = { version = "2.9.0" }
181+
derive_more = { version = "2.0.1", features = ["is_variant"] }
182+
derive_more-impl = { version = "2.0.1", features = ["is_variant"] }
180183
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
181184
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
182185
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] }

0 commit comments

Comments
 (0)