Skip to content

Commit 700a8b9

Browse files
Update Rust crate derive_more to 0.99.20 (#8049)
Co-authored-by: oxide-renovate[bot] <146848827+oxide-renovate[bot]@users.noreply.github.com>
1 parent d07b544 commit 700a8b9

File tree

3 files changed

+7
-10
lines changed

3 files changed

+7
-10
lines changed

Cargo.lock

Lines changed: 6 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
@@ -401,7 +401,7 @@ display-error-chain = "0.2.2"
401401
omicron-ddm-admin-client = { path = "clients/ddm-admin-client" }
402402
db-macros = { path = "nexus/db-macros" }
403403
debug-ignore = "1.0.5"
404-
derive_more = "0.99.19"
404+
derive_more = "0.99.20"
405405
derive-where = "1.2.7"
406406
dev-tools-common = { path = "dev-tools/common" }
407407
# Having the i-implement-... feature here makes diesel go away from the workspace-hack

workspace-hack/Cargo.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
6262
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6363
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
6464
hashbrown = { version = "0.15.1" }
65-
heck = { version = "0.4.1" }
6665
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
6766
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
6867
hyper = { version = "1.6.0", features = ["full"] }
@@ -186,7 +185,6 @@ generic-array = { version = "0.14.7", default-features = false, features = ["mor
186185
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
187186
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
188187
hashbrown = { version = "0.15.1" }
189-
heck = { version = "0.4.1" }
190188
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
191189
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
192190
hyper = { version = "1.6.0", features = ["full"] }

0 commit comments

Comments
 (0)