ci: bump the all-deps group across 1 directory with 6 updates#2432
Merged
Conversation
Bumps the all-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [autocfg](https://github.com/cuviper/autocfg) | `1.5.0` | `1.5.1` | | [bitflags](https://github.com/bitflags/bitflags) | `2.11.1` | `2.12.1` | | [cmov](https://github.com/RustCrypto/utils) | `0.5.3` | `0.5.4` | | [log](https://github.com/rust-lang/log) | `0.4.29` | `0.4.31` | | [memchr](https://github.com/BurntSushi/memchr) | `2.8.0` | `2.8.1` | | [typenum](https://github.com/paholg/typenum) | `1.20.0` | `1.20.1` | Updates `autocfg` from 1.5.0 to 1.5.1 - [Commits](cuviper/autocfg@1.5.0...1.5.1) Updates `bitflags` from 2.11.1 to 2.12.1 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.11.1...2.12.1) Updates `cmov` from 0.5.3 to 0.5.4 - [Commits](RustCrypto/utils@cmov-v0.5.3...cmov-v0.5.4) Updates `log` from 0.4.29 to 0.4.31 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.29...0.4.31) Updates `memchr` from 2.8.0 to 2.8.1 - [Commits](BurntSushi/memchr@2.8.0...2.8.1) Updates `typenum` from 1.20.0 to 1.20.1 - [Release notes](https://github.com/paholg/typenum/releases) - [Changelog](https://github.com/paholg/typenum/blob/main/CHANGELOG.md) - [Commits](paholg/typenum@v1.20.0...v1.20.1) --- updated-dependencies: - dependency-name: autocfg dependency-version: 1.5.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: bitflags dependency-version: 2.12.1 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: cmov dependency-version: 0.5.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: log dependency-version: 0.4.31 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: memchr dependency-version: 2.8.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: typenum dependency-version: 1.20.1 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 6 updates in the / directory:
1.5.01.5.12.11.12.12.10.5.30.5.40.4.290.4.312.8.02.8.11.20.01.20.1Updates
autocfgfrom 1.5.0 to 1.5.1Commits
2799b09Merge pull request #80 from cuviper/noscript8e7f49aci: extend the tested versions303aa6aRelease 1.5.173483fbMaketests/wrapperswork without a scriptUpdates
bitflagsfrom 2.11.1 to 2.12.1Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
9196a3aMerge pull request #488 from bitflags/cargo/2.12.15626df4prepare for 2.12.1 releasea5d3d5eMerge pull request #487 from bitflags/fix/macro-expansion241a8e0add a few docs for tt-munchers1d21383namaespace #[flag_name] under #[bitflags()]e4ed635remove workaround for 2023 rustdoc issue4a70da8reorganize compile-pass testsf5431f0restore flag_name tests3586917consolidate more allowsa9b198ealign other repro case with new formatUpdates
cmovfrom 0.5.3 to 0.5.4Commits
5c7e4f9cmov v0.5.4 (#1485)87cadbccmov: fix clippy (#1484)85600e9rustfmtdba6c35Merge commit from forkdad5e3bblock-buffer: pin tozeroizev1.8 (#1483)66cb272ctutils: bumpsubtleversion requirement to v2.6 (#1482)34881f2build(deps): bump hybrid-array from 0.4.11 to 0.4.12 (#1480)c211865Update crates table (#1479)9c8674fsponge-cursor: initial implementation (#1477)a00167actutils: fixup homepage url (#1478)Updates
logfrom 0.4.29 to 0.4.31Release notes
Sourced from log's releases.
Changelog
Sourced from log's changelog.
Commits
5808392Merge pull request #728 from rust-lang/cargo/0.4.3186d739fprepare for 0.4.31 releasec906cfbMerge pull request #727 from tisonkun/leverage-static-str-key-when-possible756c279leverage str literal as well3dd250drename Key::from_static_str to from_str_staticdb14597Leverage static str key when possible761461aMerge pull request #726 from Isvane/fix/typos48ce372fix typos in kv compile errors and log documentation9c55760Merge pull request #725 from rust-lang/cargo/0.4.30d1acb05update docs on current MSRV and note latest bump in changelogUpdates
memchrfrom 2.8.0 to 2.8.1Commits
ff7dca72.8.1016878atarget: fix aarch64_be endianness bugee18717docs: add AI policy for contributorsdb1a77dbuild(deps): bump actions/checkout in the actions group (#212)c8abbe1Hash-pin all actions, drop persisted credentials (#210)24f5daalint: fix clippyget_first1708355lint: fix clippyquestion_mark5b86d0clint: fix clippyclone_on_copyUpdates
typenumfrom 1.20.0 to 1.20.1Release notes
Sourced from typenum's releases.
Changelog
Sourced from typenum's changelog.
Commits
0db9a0fVersion 1.20.17925b8ctarr macro: use fully qualified path (#244)298ccdcUpdate some URLs (#243)d1b13a8Don't publish internal crateDependabot 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