-
Notifications
You must be signed in to change notification settings - Fork 169
chore(deps): bump the all-deps group with 20 updates #2046
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
Bumps the all-deps group with 20 updates: | Package | From | To | | --- | --- | --- | | [proptest](https://github.com/proptest-rs/proptest) | `1.7.0` | `1.8.0` | | [digest](https://github.com/RustCrypto/traits) | `0.11.0-rc.1` | `0.11.0-rc.2` | | [aes-kw](https://github.com/RustCrypto/key-wraps) | `0.3.0-rc.0` | `0.3.0-rc.1` | | [whirlpool](https://github.com/RustCrypto/hashes) | `0.11.0-rc.0` | `0.11.0-rc.2` | | [hybrid-array](https://github.com/RustCrypto/hybrid-array) | `0.4.0` | `0.4.2` | | [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.17` | `0.11.19` | | [aead](https://github.com/RustCrypto/traits) | `0.6.0-rc.1` | `0.6.0-rc.2` | | [bitflags](https://github.com/bitflags/bitflags) | `2.9.3` | `2.9.4` | | [errno](https://github.com/lambda-fairy/rust-errno) | `0.3.13` | `0.3.14` | | [hkdf](https://github.com/RustCrypto/KDFs) | `0.13.0-rc.1` | `0.13.0-rc.2` | | [hmac](https://github.com/RustCrypto/MACs) | `0.13.0-rc.1` | `0.13.0-rc.2` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.11.0` | `2.11.4` | | [proc-macro-crate](https://github.com/bkchr/proc-macro-crate) | `3.3.0` | `3.4.0` | | [rustix](https://github.com/bytecodealliance/rustix) | `1.0.8` | `1.1.2` | | [semver](https://github.com/dtolnay/semver) | `1.0.26` | `1.0.27` | | [serde_derive](https://github.com/serde-rs/serde) | `1.0.219` | `1.0.226` | | [unicode-ident](https://github.com/dtolnay/unicode-ident) | `1.0.18` | `1.0.19` | | [winapi-util](https://github.com/BurntSushi/winapi-util) | `0.1.10` | `0.1.11` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.26` | `0.8.27` | | [zerocopy-derive](https://github.com/google/zerocopy) | `0.8.26` | `0.8.27` | Updates `proptest` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/proptest-rs/proptest/releases) - [Changelog](https://github.com/proptest-rs/proptest/blob/main/CHANGELOG.md) - [Commits](proptest-rs/proptest@v1.7.0...v1.8.0) Updates `digest` from 0.11.0-rc.1 to 0.11.0-rc.2 - [Commits](RustCrypto/traits@digest-v0.11.0-rc.1...digest/v0.11.0-rc.2) Updates `aes-kw` from 0.3.0-rc.0 to 0.3.0-rc.1 - [Commits](RustCrypto/key-wraps@aes-kw-v0.3.0-rc.0...aes-kw-v0.3.0-rc.1) Updates `whirlpool` from 0.11.0-rc.0 to 0.11.0-rc.2 - [Commits](RustCrypto/hashes@whirlpool-v0.11.0-rc.0...whirlpool-v0.11.0-rc.2) Updates `hybrid-array` from 0.4.0 to 0.4.2 - [Changelog](https://github.com/RustCrypto/hybrid-array/blob/master/CHANGELOG.md) - [Commits](RustCrypto/hybrid-array@v0.4.0...v0.4.2) Updates `serde_bytes` from 0.11.17 to 0.11.19 - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](serde-rs/bytes@0.11.17...0.11.19) Updates `aead` from 0.6.0-rc.1 to 0.6.0-rc.2 - [Commits](RustCrypto/traits@aead-v0.6.0-rc.1...aead-v0.6.0-rc.2) Updates `bitflags` from 2.9.3 to 2.9.4 - [Release notes](https://github.com/bitflags/bitflags/releases) - [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md) - [Commits](bitflags/bitflags@2.9.3...2.9.4) Updates `errno` from 0.3.13 to 0.3.14 - [Release notes](https://github.com/lambda-fairy/rust-errno/releases) - [Changelog](https://github.com/lambda-fairy/rust-errno/blob/main/CHANGELOG.md) - [Commits](https://github.com/lambda-fairy/rust-errno/commits) Updates `hkdf` from 0.13.0-rc.1 to 0.13.0-rc.2 - [Commits](RustCrypto/KDFs@hkdf-0.13.0-rc.1...hkdf-v0.13.0-rc.2) Updates `hmac` from 0.13.0-rc.1 to 0.13.0-rc.2 - [Commits](RustCrypto/MACs@hmac-v0.13.0-rc.1...hmac-v0.13.0-rc.2) Updates `indexmap` from 2.11.0 to 2.11.4 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.11.0...2.11.4) Updates `proc-macro-crate` from 3.3.0 to 3.4.0 - [Release notes](https://github.com/bkchr/proc-macro-crate/releases) - [Commits](bkchr/proc-macro-crate@v3.3.0...v3.4.0) Updates `rustix` from 1.0.8 to 1.1.2 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](bytecodealliance/rustix@v1.0.8...v1.1.2) Updates `semver` from 1.0.26 to 1.0.27 - [Release notes](https://github.com/dtolnay/semver/releases) - [Commits](dtolnay/semver@1.0.26...1.0.27) Updates `serde_derive` from 1.0.219 to 1.0.226 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.219...v1.0.226) Updates `unicode-ident` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/unicode-ident/releases) - [Commits](dtolnay/unicode-ident@1.0.18...1.0.19) Updates `winapi-util` from 0.1.10 to 0.1.11 - [Commits](BurntSushi/winapi-util@0.1.10...0.1.11) Updates `zerocopy` from 0.8.26 to 0.8.27 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.26...v0.8.27) Updates `zerocopy-derive` from 0.8.26 to 0.8.27 - [Release notes](https://github.com/google/zerocopy/releases) - [Changelog](https://github.com/google/zerocopy/blob/main/CHANGELOG.md) - [Commits](google/zerocopy@v0.8.26...v0.8.27) --- updated-dependencies: - dependency-name: proptest dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: digest dependency-version: 0.11.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: aes-kw dependency-version: 0.3.0-rc.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: whirlpool dependency-version: 0.11.0-rc.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: hybrid-array dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: serde_bytes dependency-version: 0.11.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: aead dependency-version: 0.6.0-rc.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: bitflags dependency-version: 2.9.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: errno dependency-version: 0.3.14 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: hkdf dependency-version: 0.13.0-rc.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: hmac dependency-version: 0.13.0-rc.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: indexmap dependency-version: 2.11.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: proc-macro-crate dependency-version: 3.4.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: rustix dependency-version: 1.1.2 dependency-type: indirect update-type: version-update:semver-minor dependency-group: all-deps - dependency-name: semver dependency-version: 1.0.27 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: serde_derive dependency-version: 1.0.226 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: unicode-ident dependency-version: 1.0.19 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: winapi-util dependency-version: 0.1.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: zerocopy dependency-version: 0.8.27 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps - dependency-name: zerocopy-derive dependency-version: 0.8.27 dependency-type: indirect update-type: version-update:semver-patch dependency-group: all-deps ... Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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 20 updates:
1.7.01.8.00.11.0-rc.10.11.0-rc.20.3.0-rc.00.3.0-rc.10.11.0-rc.00.11.0-rc.20.4.00.4.20.11.170.11.190.6.0-rc.10.6.0-rc.22.9.32.9.40.3.130.3.140.13.0-rc.10.13.0-rc.20.13.0-rc.10.13.0-rc.22.11.02.11.43.3.03.4.01.0.81.1.21.0.261.0.271.0.2191.0.2261.0.181.0.190.1.100.1.110.8.260.8.270.8.260.8.27Updates
proptestfrom 1.7.0 to 1.8.0Commits
2885bc2new releases for proptest, proptest-macro, and state-machinea85563fMerge pull request #584 from wojciech-graj/main5331517Merge pull request #596 from alexanderkjall/fix-arithmetic-overflow157f3c0Merge pull request #595 from ebegumisa/main02fa1fcchangelog: add #59527fd76ffix for 32 bit processorsd1716caAddReferenceStateMachinearg toSystemUnderTest::teardownea4ddebMerge pull request #594 from proptest-rs/attr-macro-preserve-arg-namesf80c1e6fix shorthand struct initialization lintb7590faadd new test for complex patternsUpdates
digestfrom 0.11.0-rc.1 to 0.11.0-rc.2Commits
64bcc11digest v0.11.0-rc.2 (#2017)8eba85dUpdate Cargo.lock (#2016)a638f1fdigest: moveEagerHashfromhmac(#2014)113c97aelliptic-curve: bumppkcs8andsec1(#2015)f2bf913signature v3.0.0-rc.4 (#2010)a9ccac1signature: useFn(&mut D)for*DigestSigner/*DigestVerifier(#2004)2b865a9elliptic-curve v0.14.0-rc.14 (#2009)80cfc31elliptic-curve: renameScalarPrimitive=>ScalarValue(#2008)1f989f5elliptic-curve: boundCurve::UintonUnsigned(#2007)41fed38elliptic-curve: changeCurve::ORDERto beOdd(#2006)Updates
aes-kwfrom 0.3.0-rc.0 to 0.3.0-rc.1Commits
63e08a1Cut prereleases withhybrid-arrayv0.4 support (#53)051ca3fBumphybrid-arrayto v0.4 (#52)7c9086ebuild(deps): bump actions/checkout from 4 to 5 (#51)Updates
whirlpoolfrom 0.11.0-rc.0 to 0.11.0-rc.2Commits
26facecCut prereleases withhybrid-arrayv0.4 support (#728)c9c0ffaBumpdigestto v0.11.0-rc.1 (#727)91cb6fbBumphybrid-arrayto v0.4 (#726)051cb07Update Cargo.locke1c1324build(deps): bump base16ct from 0.2.0 to 0.3.0 (#724)aaf90a7Removecryptotags (#722)55f7510build(deps): bump actions/checkout from 4 to 5 (#721)1376212Migrate to new dev macros (#719)9d9357eMigrate to newSerializableStateimpls (#716)5edffcaMigrate to const blobby parsing (#710)Updates
hybrid-arrayfrom 0.4.0 to 0.4.2Changelog
Sourced from hybrid-array's changelog.
Commits
6e38633v0.4.2 (#143)42e0c46AddArray::slice_as_flattened(_mut)(#142)8ea424dhybrid-array v0.4.1 (#141)37ddbafREADME.md: add new MSRV policyaf4847fhybrid-array: make slice conversionsconst fn(#140)Updates
serde_bytesfrom 0.11.17 to 0.11.19Release notes
Sourced from serde_bytes's releases.
Commits
34f3c7dRelease 0.11.19181d7dbMerge pull request #58 from serde-rs/serdecoref7e67caFix serde_core feature enablement582ea79Release 0.11.18abdc6e5Merge pull request #57 from serde-rs/serdecore611073aSwitch serde dependency to serde_cored930d3eUpdate actions/checkout@v4 -> v5Updates
aeadfrom 0.6.0-rc.1 to 0.6.0-rc.2Commits
ee32aceCut prereleases withhybrid-arrayv0.4 support (#1989)da4ee57elliptic-curve: bumpcrypto-bigintto v0.7.0-rc.3 (#1988)f146778crypto-common v0.2.0-rc.4 (#1987)34407eeUpdateblock-buffer,block-padding, andinoutcrates (#1986)5202618cipher: restoreStreamCipherCoreWrapper::from_core(#1983)a55964aelliptic-curve: haveallocactivatehybrid-array/alloc(#1982)9b4113dsec1: source from gitmaster(#1981)b91704fBumpserdectto v0.4.1 (#1980)062af9belliptic-curve: remove unusedsha2andsha3dev-dependencies (#1979)26cbd81elliptic-curve: bumpserdectdependency to v0.4 (#1978)Updates
bitflagsfrom 2.9.3 to 2.9.4Release notes
Sourced from bitflags's releases.
Changelog
Sourced from bitflags's changelog.
Commits
de0ec28Merge pull request #461 from KodrAus/cargo/2.9.4c31df3cprepare for 2.9.4 release3a9cce2Merge pull request #460 from bitflags/doc/cargo-features8eb1c7cadd Cargo features to readmeUpdates
errnofrom 0.3.13 to 0.3.14Changelog
Sourced from errno's changelog.
Commits
Updates
hkdffrom 0.13.0-rc.1 to 0.13.0-rc.2Commits
a4de772hkdf v0.13.0-rc.2 (#149)462893bUpdate todigest::EagerHash(#148)Updates
hmacfrom 0.13.0-rc.1 to 0.13.0-rc.2Commits
38c0701hmac v0.13.0-rc.2 (#213)6e7db7bhmac: usedigest::EagerHash(#212)f8cad31Bump the all-deps group with 2 updates (#211)Updates
indexmapfrom 2.11.0 to 2.11.4Changelog
Sourced from indexmap's changelog.
Commits
03f9e58Merge pull request #418 from a1phyr/hashbrown_0.16ee6080dRelease 2.11.4a7da8f1Use a range for hashbrown0cd5aefUpdatehashbrownto 0.16fd5c819Merge pull request #417 from cuviper/release-2.11.39321145Release 2.11.37b48568Merge pull request #416 from cuviper/release-2.11.249ce7faRelease 2.11.258fd834Merge pull request #414 from DaniPopes/serde_core5dc1d6aDepend onserde_coreinstead ofserdeUpdates
proc-macro-cratefrom 3.3.0 to 3.4.0Release notes
Sourced from proc-macro-crate's releases.
Commits
0f9a4ecMerge pull request #62 from bkchr/release-3.4.084b5df7Release 3.4.0dfcec81Merge pull request #61 from tisonkun/upgrade-tomle32fd5fchore: upgrade toml_edit versione49826cchore: run fmt4f0990eMerge pull request #60 from thesamet/patch-1fe80e54Update src/lib.rse4887bfUpdate documentation for crate_nameUpdates
rustixfrom 1.0.8 to 1.1.2Commits
5245b81chore: Release rustix version 1.1.20a10015Fix compilation on Android. (#1514)0f3b6cabuild: update duplicate linux-raw-sys dependency to match existing (#1512)5dc84d4chore: Release rustix version 1.1.186dacacFix thetest_is_io_flushertest. (#1510)8b203f5set_thread_res_xid: -1 as None (#1459)7ed8ee9Addip_mtu_discoverandipv6_mtu_discoversocket options (#1466)7798f03libc: add MS_NOSYMFOLLOW support (#1471)3ff59d4Update to linux-raw-sys 0.11.0. (#1508)65b04aeAdd support for SO_TXTIME / SCM_TXTIME (#1409)Updates
semverfrom 1.0.26 to 1.0.27Release notes
Sourced from semver's releases.
Commits
6ed8561Release 1.0.276967bbaAdd serde version constraint84d3057Exclude build.rs from crates.io packageb09aac9Merge pull request #343 from dtolnay/up49b8570Delete backport module9b04afeMerge pull request #342 from dtolnay/up83a8e91Delete no_nonzero_bitscan configuratione606a17Merge pull request #341 from dtolnay/upebe7cf1Delete no_unsafe_op_in_unsafe_fn_lint configurationa381bffMerge pull request #340 from dtolnay/upUpdates
serde_derivefrom 1.0.219 to 1.0.226Release notes
Sourced from serde_derive's releases.
Commits
1799547Release 1.0.2262dbeefbMerge pull request #2935 from Mingun/dedupe-adj-enums8a3c29fMerge pull request #2986 from dtolnay/didnotworkdefc24dRemove "did not work" comment from test suite2316610Merge pull request #2929 from Mingun/flatten-enum-testsc09e2bdAdd tests for flatten unit variant in adjacently tagged (tag + content) enumsfe7dcc4Test all possible orders of map entries for enum-flatten-in-struct representa...a20e66eCheck serialization in flatten::enum_::internally_tagged::unit_enum_with_unkn...1c1a5d9Reorder struct_ and newtype tests of adjacently_tagged enums to match order i...ee3c237Opt in to generate-macro-expansion when building on docs.rsUpdates
unicode-identfrom 1.0.18 to 1.0.19Release notes
Sourced from unicode-ident's releases.
Commits
dc018bfRelease 1.0.199dce213Merge pull request #37 from dtolnay/unicode17.0.017da3feForce latest=17.0.0 in CIacbaf6aUpdate to Unicode 17.0.0e4cceedMerge pull request #36 from dtolnay/ucdgeneratef871463Regenerate comparison tests with ucd-generate 0.3.1ff8590bMerge pull request #35 from dtolnay/latest6a07437Update UCD.zip download URL83d3bdfUpdate actions/checkout@v4 -> v5be16148Make .gitattributes match only paths from repo rootUpdates
winapi-utilfrom 0.1.10 to 0.1.11Commits
803874c0.1.11c14bbd7deps: support windows-sys 0.61Updates
zerocopyfrom 0.8.26 to 0.8.27Release notes
Sourced from zerocopy's releases.
Commits
5301361Release 0.8.27 (#2710)a55463ederive(IntoBytes): supportrepr(C)structs with explicit trailing slices ...e546da9[ci] Roll pinned nightly toolchain (#2709)5b52ab0[ci] Roll pinned nightly toolchain (#2708)2f931af[ci] Roll pinned nightly toolchain (#2707)cd0ea7f[ci] Roll pinned nightly toolchain (#2706)e95a779[ci] Roll pinned nightly toolchain (#2705)3d35f06[ci] Roll pinned nightly toolchain (#2704)fb1cf4c[ci] Roll pinned nightly toolchain (#2702)c1a3796[ci] Roll pinned nightly toolchain (#2700)Updates
zerocopy-derivefrom 0.8.26 to 0.8.27Release notes
Sourced from zerocopy-derive's releases.
Commits
5301361Release 0.8.27 (#2710)a55463ederive(IntoBytes): supportrepr(C)structs with explicit trailing slices ...e546da9[ci] Roll pinned nightly toolchain (#2709)5b52ab0[ci] Roll pinned nightly toolchain (#2708)2f931af[ci] Roll pinned nightly toolchain (#2707)cd0ea7f[ci] Roll pinned nightly toolchain (#2706)e95a779[ci] Roll pinned nightly toolchain (#2705)3d35f06[ci] Roll pinned nightly toolchain (#2704)fb1cf4c[ci] Roll pinned nightly toolchain (#2702)c1a3796[ci] Roll pinned nightly toolchain (#2700)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 mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@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