chore(deps)(deps): bump the rust-dependencies group with 2 updates - #136
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the rust-dependencies group with 2 updates: [aes](https://github.com/RustCrypto/block-ciphers) and [indexmap](https://github.com/indexmap-rs/indexmap). Updates `aes` from 0.9.2 to 0.9.3 - [Commits](RustCrypto/block-ciphers@aes-v0.9.2...aes-v0.9.3) Updates `indexmap` from 2.14.0 to 2.14.1 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.14.0...2.14.1) --- updated-dependencies: - dependency-name: aes dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: indexmap dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: bc31dfe019
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| [[package]] | ||
| name = "indexmap" | ||
| version = "2.14.0" | ||
| version = "2.14.2" |
There was a problem hiding this comment.
Restore indexmap to the cooldown-approved release
This lockfile selects 2.14.2 even though this update identifies 2.14.1 as the eligible target; with the 14-day Cargo cooldown configured in .github/dependabot.yml:31-32, this means a newer, quarantined release was pulled into the lockfile during regeneration. Because .cargo/config.toml:1-3 explicitly exempts versions already present in Cargo.lock, subsequent --locked builds will continue accepting 2.14.2 and bypass the repository's supply-chain waiting period. Lock indexmap to 2.14.1 until 2.14.2 becomes eligible.
Useful? React with 👍 / 👎.
Bumps the rust-dependencies group with 2 updates: aes and indexmap.
Updates
aesfrom 0.9.2 to 0.9.3Commits
c153436Release aes v0.9.3 (#587)6226693aes: disableaarch64_aesbackend on Miri (#586)1013f13kuznyechik: remove unnecessary mut in f.call() (#584)9201609Fix build badges (#583)e207dc6ci: bump hybrid-array from 0.4.13 to 0.4.14 in the all-deps group across 1 di...9b8b0c9aes: enable VAES backends by default, bump MSRV to 1.89 (#580)Updates
indexmapfrom 2.14.0 to 2.14.1Changelog
Sourced from indexmap's changelog.
Commits
fdf7e17Merge pull request #449 from cuviper/release-2.14.1ada540eRelease 2.14.1af93b43expect clippy::redundant_slicing in testsc95da18fix clippy::derivable_impls2196365fix clippy::useless_vec (and more) in tests1c2be7buse inherent usize::MAX64f4a06fix clippy::int_plus_one41760c5fix clippy::map_entrybe7ffd0expect clippy::unnecessary_get_then_check in benchesbb35663expect clippy::reversed_empty_ranges in testsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions