Skip to content

Commit 1c483ad

Browse files
authored
Update Rust crate iddqd to 0.3.15 (#2747)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [iddqd](https://redirect.github.com/oxidecomputer/iddqd) | workspace.dependencies | patch | `0.3.14` -> `0.3.15` | --- ### Release Notes <details> <summary>oxidecomputer/iddqd (iddqd)</summary> ### [`v0.3.15`](https://redirect.github.com/oxidecomputer/iddqd/blob/HEAD/CHANGELOG.md#0315---2025-11-08) [Compare Source](https://redirect.github.com/oxidecomputer/iddqd/compare/iddqd-0.3.14...iddqd-0.3.15) ##### Added - `retain` methods that allow filtering items in place based on a predicate. - `IdOrdMap::first`, `first_entry`, `last`, `last_entry`, `pop_first`, and `pop_last` methods for accessing entries at the beginning and end of the map. - `BiHashMap::with_hasher` and `TriHashMap::with_hasher` are now `const fn`. ##### Changed - Reduced memory footprint for `BiHashMap` and `TriHashMap`. </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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNzMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE3My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
1 parent dc6a8d8 commit 1c483ad

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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
@@ -67,7 +67,7 @@ home = "0.5.11"
6767
http = "1.3.1"
6868
humantime = "2.3.0"
6969
humantime-serde = "1.1.1"
70-
iddqd = "0.3.14"
70+
iddqd = "0.3.15"
7171
# Disable punycode parsing since we only access well-known domains.
7272
idna_adapter = "=1.0.0"
7373
indenter = "0.3.4"

0 commit comments

Comments
 (0)