Skip to content

Commit aeb16ad

Browse files
Update Rust crate derive_more to v2
1 parent c1e0c5b commit aeb16ad

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
@@ -422,7 +422,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
422422
datatest-stable = "0.3.2"
423423
db-macros = { path = "nexus/db-macros" }
424424
debug-ignore = "1.0.5"
425-
derive_more = "0.99.20"
425+
derive_more = "2.0.1"
426426
derive-where = "1.5.0"
427427
dev-tools-common = { path = "dev-tools/common" }
428428
# 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
@@ -43,6 +43,7 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
4343
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
4444
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
4545
data-encoding = { version = "2.9.0" }
46+
derive_more = { version = "2.0.1", features = ["is_variant"] }
4647
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
4748
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
4849
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] }
@@ -180,6 +181,8 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
180181
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
181182
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
182183
data-encoding = { version = "2.9.0" }
184+
derive_more = { version = "2.0.1", features = ["is_variant"] }
185+
derive_more-impl = { version = "2.0.1", features = ["is_variant"] }
183186
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
184187
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
185188
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] }

0 commit comments

Comments
 (0)