Skip to content

Commit dea1aa3

Browse files
Update Rust crate derive_more to v2
1 parent fc12607 commit dea1aa3

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
@@ -418,7 +418,7 @@ omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
418418
datatest-stable = "0.3.2"
419419
db-macros = { path = "nexus/db-macros" }
420420
debug-ignore = "1.0.5"
421-
derive_more = "0.99.20"
421+
derive_more = "2.0.1"
422422
derive-where = "1.5.0"
423423
dev-tools-common = { path = "dev-tools/common" }
424424
# 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"] }
@@ -179,6 +180,8 @@ crypto-common = { version = "0.1.6", default-features = false, features = ["getr
179180
curve25519-dalek = { version = "4.1.3", features = ["digest", "legacy_compatibility", "rand_core"] }
180181
daft = { version = "0.1.4", features = ["derive", "newtype-uuid1", "oxnet01", "uuid1"] }
181182
data-encoding = { version = "2.9.0" }
183+
derive_more = { version = "2.0.1", features = ["is_variant"] }
184+
derive_more-impl = { version = "2.0.1", features = ["is_variant"] }
182185
digest = { version = "0.10.7", features = ["mac", "oid", "std"] }
183186
ecdsa = { version = "0.16.9", features = ["pem", "signing", "std", "verifying"] }
184187
ed25519-dalek = { version = "2.1.1", features = ["digest", "pkcs8", "rand_core"] }

0 commit comments

Comments
 (0)