chore(deps): bump the all-deps group with 5 updates#2263
Open
dependabot[bot] wants to merge 1 commit intomasterfrom
Open
chore(deps): bump the all-deps group with 5 updates#2263dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot[bot] wants to merge 1 commit intomasterfrom
Conversation
Bumps the all-deps group with 5 updates: | Package | From | To | | --- | --- | --- | | [digest](https://github.com/RustCrypto/traits) | `0.11.1` | `0.11.2` | | [toml](https://github.com/toml-rs/toml) | `0.9.12+spec-1.1.0` | `1.0.3+spec-1.1.0` | | [clap_lex](https://github.com/clap-rs/clap) | `1.0.0` | `1.1.0` | | [keccak](https://github.com/RustCrypto/sponges) | `0.2.0-rc.2` | `0.2.0` | | [once_cell](https://github.com/matklad/once_cell) | `1.21.3` | `1.21.4` | Updates `digest` from 0.11.1 to 0.11.2 - [Commits](RustCrypto/traits@digest-v0.11.1...digest-v0.11.2) Updates `toml` from 0.9.12+spec-1.1.0 to 1.0.3+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.12...toml-v1.0.3) Updates `clap_lex` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_lex-v1.0.0...clap_lex-v1.1.0) Updates `keccak` from 0.2.0-rc.2 to 0.2.0 - [Commits](RustCrypto/sponges@keccak-v0.2.0-rc.2...keccak-v0.2.0) Updates `once_cell` from 1.21.3 to 1.21.4 - [Changelog](https://github.com/matklad/once_cell/blob/master/CHANGELOG.md) - [Commits](matklad/once_cell@v1.21.3...v1.21.4) --- updated-dependencies: - dependency-name: digest dependency-version: 0.11.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: toml dependency-version: 1.0.3+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-deps - dependency-name: clap_lex dependency-version: 1.1.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: keccak dependency-version: 0.2.0 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: once_cell dependency-version: 1.21.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all-deps group with 5 updates:
0.11.10.11.20.9.12+spec-1.1.01.0.3+spec-1.1.01.0.01.1.00.2.0-rc.20.2.01.21.31.21.4Updates
digestfrom 0.11.1 to 0.11.2Commits
2465f98digest: bump version to v0.11.2 (#2343)a87b567Releasedigestv0.11.2 (#2342)84476d3digest: removeClonefromMacTraits(#2341)6954eabelliptic-curve v0.14.0-rc.29 (#2340)a250cbdelliptic-curve: bumpsec1to v0.8 (#2339)01b44a6password-hash v0.6.0 (#2338)866ef69password-hash: addError::RngFailure(#2337)4c2365ebuild(deps): bump the all-deps group with 4 updates (#2335)ae7d4bepassword-hash: rustdoc fixups (#2336)35e0e9apassword-hash: removeMcfHashertrait (#2334)Updates
tomlfrom 0.9.12+spec-1.1.0 to 1.0.3+spec-1.1.0Commits
7f345e2chore: Release09ef8c6docs: Update changeloge134bb6fix(toml): Don't error on dotted keys extending implicit tables (#1107)8413dbbfix(toml): Don't error on dotted keys extending implicit tablesc38c7b7refactor(parser): Align check structure8d73f2brefactor(parser): Align check order8da0c6brefactor(parser): Better align similar code82bf863refactor(parser): Clarify intent of mixed table check170ebcatest(edit): Ipdate encoder compliance to 1.107dc3fdtest(parse): Show duplicate key errorUpdates
clap_lexfrom 1.0.0 to 1.1.0Changelog
Sourced from clap_lex's changelog.
... (truncated)
Commits
9ab6deechore: Release374a30ddocs: Update changelogd0c8aabMerge pull request #6306 from epage/update686ce2fchore: Upgrade compatible8203238Merge pull request #6305 from epage/msrvc774a89docs: Reduce main's in doctests73534f6chore: Upgrade to 2025 editiondfe05a9chore: Bump MSRV to 1.858b41d0bchore: Release518220fdocs: Update changelogUpdates
keccakfrom 0.2.0-rc.2 to 0.2.0Commits
8b2c41bReleasekeccakv0.2.0 (#117)609b63ekeccak: replacekeccak_soft_compactwithkeccak_backend_soft="compact"(#...d96c7f3Use the standard order of[package]fields (#115)1efeff7keccak: refactor to a closure-based API (#113)806d446keccak: convert ARMv8 ASM into intrinsics (#112)Updates
once_cellfrom 1.21.3 to 1.21.4Changelog
Sourced from once_cell's changelog.
Commits
80fe900Merge pull request #296 from matklad/matklad/plfixa5e09c9release 1.21.42426d45Merge pull request #295 from matklad/matklad/plfixa144121Merge pull request #290 from alexanderkjall/run-tests-with-no-default-features232a1a4Merge pull request #292 from phil-opp/doc-fixd31767bfix OnceCell::wait with features=parking_lot28d29aeFix:sync::OnceCell::try_insertdocs should importsyncvariant0f78fb0make the command 'cargo test --no-default-features' workfda60a6Merge pull request #287 from AbeZbm/add-testsb5b98c0Add tests for OnceRefMost Recent Ignore Conditions Applied to This Pull Request
Dependabot 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