Skip to content

Commit 4267090

Browse files
authored
Update Rust crate iddqd to 0.3.8 (#2419)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [iddqd](https://redirect.github.com/oxidecomputer/iddqd) | workspace.dependencies | patch | `0.3.7` -> `0.3.8` | --- ### Release Notes <details> <summary>oxidecomputer/iddqd (iddqd)</summary> ### [`v0.3.8`](https://redirect.github.com/oxidecomputer/iddqd/blob/HEAD/CHANGELOG.md#038---2025-06-22) [Compare Source](https://redirect.github.com/oxidecomputer/iddqd/compare/iddqd-0.3.7...iddqd-0.3.8) ##### Added - New `proptest` feature adds strategy and `Arbitrary` implementations for map types. </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 8pm,before 6am" in timezone America/Los_Angeles, Automerge - "after 8pm,before 6am" in timezone America/Los_Angeles. 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4xLjQiLCJ1cGRhdGVkSW5WZXIiOiI0MS4xLjQiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyJdfQ==-->
1 parent b95201e commit 4267090

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 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
@@ -68,7 +68,7 @@ hex = "0.4.3"
6868
home = "0.5.11"
6969
http = "1.3.1"
7070
humantime-serde = "1.1.1"
71-
iddqd = "0.3.7"
71+
iddqd = "0.3.8"
7272
# Disable punycode parsing since we only access well-known domains.
7373
idna_adapter = "=1.0.0"
7474
indenter = "0.3.3"

workspace-hack/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ console = { version = "0.15.11" }
2525
either = { version = "1.15.0", features = ["use_std"] }
2626
form_urlencoded = { version = "1.2.1" }
2727
getrandom = { version = "0.3.3", default-features = false, features = ["std"] }
28-
hashbrown = { version = "0.15.3", default-features = false, features = ["allocator-api2", "inline-more"] }
28+
hashbrown = { version = "0.15.4", default-features = false, features = ["allocator-api2", "inline-more"] }
2929
indexmap = { version = "2.9.0", features = ["serde"] }
3030
log = { version = "0.4.27", default-features = false, features = ["std"] }
3131
memchr = { version = "2.7.4" }

0 commit comments

Comments
 (0)