Skip to content

Commit e5f0773

Browse files
Update Rust crate iddqd to 0.3.8 (#8415)
1 parent b252a24 commit e5f0773

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -475,7 +475,7 @@ hyper = "1.6.0"
475475
hyper-util = "0.1.14"
476476
hyper-rustls = "0.27.7"
477477
hyper-staticfile = "0.10.1"
478-
iddqd = { version = "0.3.7", features = ["daft", "serde", "schemars08"] }
478+
iddqd = { version = "0.3.8", features = ["daft", "serde", "schemars08"] }
479479
id-map = { path = "id-map" }
480480
illumos-utils = { path = "illumos-utils" }
481481
iana-time-zone = "0.1.63"

workspace-hack/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
6262
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
6363
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
6464
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
65-
hashbrown = { version = "0.15.3" }
65+
hashbrown = { version = "0.15.4" }
6666
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
6767
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
6868
hyper = { version = "1.6.0", features = ["full"] }
@@ -191,7 +191,7 @@ gateway-messages = { git = "https://github.com/oxidecomputer/management-gateway-
191191
generic-array = { version = "0.14.7", default-features = false, features = ["more_lengths", "zeroize"] }
192192
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2.15", default-features = false, features = ["js", "rdrand", "std"] }
193193
group = { version = "0.13.0", default-features = false, features = ["alloc"] }
194-
hashbrown = { version = "0.15.3" }
194+
hashbrown = { version = "0.15.4" }
195195
hickory-proto = { version = "0.24.4", features = ["text-parsing"] }
196196
hmac = { version = "0.12.1", default-features = false, features = ["reset"] }
197197
hyper = { version = "1.6.0", features = ["full"] }

0 commit comments

Comments
 (0)