chore(deps): bump the all-cargo-dependencies group across 1 directory with 22 updates - #1140
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the all-cargo-dependencies group across 1 directory with 22 updates#1140dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… with 22 updates Bumps the all-cargo-dependencies group with 22 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aes](https://github.com/RustCrypto/block-ciphers) | `0.9.2` | `0.9.3` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.23.0` | `0.23.1` | | [convert_case](https://github.com/rutrum/convert-case) | `0.11.0` | `0.12.0` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.33` | `0.3.34` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.4` | `0.1.5` | | [hyper](https://github.com/hyperium/hyper) | `1.11.0` | `1.11.1` | | [libdeflater](https://github.com/libdeflater/libdeflater) | `1.25.2` | `1.26.0` | | [ordered-float](https://github.com/reem/rust-ordered-float) | `5.3.0` | `5.5.0` | | [papaya](https://github.com/ibraheemdev/papaya) | `0.2.4` | `0.2.5` | | [rkyv](https://github.com/rkyv/rkyv) | `0.8.17` | `0.8.18` | | [rustls](https://github.com/rustls/rustls) | `0.23.42` | `0.23.43` | | [rustls-webpki](https://github.com/rustls/webpki) | `0.103.13` | `0.103.15` | | [syn](https://github.com/dtolnay/syn) | `3.0.3` | `3.0.4` | | [tango-bench](https://github.com/bazhenov/tango) | `0.7.2` | `0.8.0` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.19` | `2.0.20` | | [time](https://github.com/time-rs/time) | `0.3.54` | `0.3.55` | | [toml](https://github.com/toml-rs/toml) | `1.1.3+spec-1.1.0` | `1.1.4+spec-1.1.0` | | [uuid](https://github.com/uuid-rs/uuid) | `1.24.0` | `1.26.0` | | [clap](https://github.com/clap-rs/clap) | `4.6.4` | `4.6.6` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.1.9` | `1.1.10` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.14.0` | `2.14.1` | | [roaring](https://github.com/RoaringBitmap/roaring-rs) | `0.11.4` | `0.11.5` | Updates `aes` from 0.9.2 to 0.9.3 - [Commits](RustCrypto/block-ciphers@aes-v0.9.2...aes-v0.9.3) Updates `base64` from 0.23.0 to 0.23.1 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.23.0...v0.23.1) Updates `convert_case` from 0.11.0 to 0.12.0 - [Changelog](https://github.com/rutrum/convert-case/blob/master/CHANGELOG.md) - [Commits](rutrum/convert-case@0.11.0...0.12.0) Updates `futures-util` from 0.3.33 to 0.3.34 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/main/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.33...0.3.34) Updates `http-body-util` from 0.1.4 to 0.1.5 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@http-body-util-v0.1.4...http-body-util-v0.1.5) Updates `hyper` from 1.11.0 to 1.11.1 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.11.0...v1.11.1) Updates `libdeflater` from 1.25.2 to 1.26.0 - [Changelog](https://github.com/libdeflater/libdeflater/blob/master/CHANGELOG.md) - [Commits](libdeflater/libdeflater@1.25.2...1.26.0) Updates `ordered-float` from 5.3.0 to 5.5.0 - [Release notes](https://github.com/reem/rust-ordered-float/releases) - [Commits](reem/rust-ordered-float@v5.3.0...v5.5.0) Updates `papaya` from 0.2.4 to 0.2.5 - [Release notes](https://github.com/ibraheemdev/papaya/releases) - [Commits](ibraheemdev/papaya@v0.2.4...v0.2.5) Updates `rkyv` from 0.8.17 to 0.8.18 - [Release notes](https://github.com/rkyv/rkyv/releases) - [Commits](rkyv/rkyv@0.8.17...0.8.18) Updates `rustls` from 0.23.42 to 0.23.43 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](rustls/rustls@v/0.23.42...v/0.23.43) Updates `rustls-webpki` from 0.103.13 to 0.103.15 - [Release notes](https://github.com/rustls/webpki/releases) - [Commits](rustls/webpki@v/0.103.13...v/0.103.15) Updates `syn` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@3.0.3...3.0.4) Updates `tango-bench` from 0.7.2 to 0.8.0 - [Release notes](https://github.com/bazhenov/tango/releases) - [Commits](bazhenov/tango@v0.7.2...v0.8.0) Updates `thiserror` from 2.0.19 to 2.0.20 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.19...2.0.20) Updates `time` from 0.3.54 to 0.3.55 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.54...v0.3.55) Updates `toml` from 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0 - [Commits](toml-rs/toml@toml-v1.1.3...toml-v1.1.4) Updates `uuid` from 1.24.0 to 1.26.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.24.0...v1.26.0) Updates `clap` from 4.6.4 to 4.6.6 - [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_complete-v4.6.4...clap_complete-v4.6.6) Updates `flate2` from 1.1.9 to 1.1.10 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.1.9...1.1.10) 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) Updates `roaring` from 0.11.4 to 0.11.5 - [Release notes](https://github.com/RoaringBitmap/roaring-rs/releases) - [Commits](RoaringBitmap/roaring-rs@v0.11.4...v0.11.5) --- updated-dependencies: - dependency-name: aes dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: base64 dependency-version: 0.23.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: convert_case dependency-version: 0.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: futures-util dependency-version: 0.3.34 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: http-body-util dependency-version: 0.1.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: hyper dependency-version: 1.11.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: libdeflater dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: ordered-float dependency-version: 5.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: papaya dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: rkyv dependency-version: 0.8.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: rustls dependency-version: 0.23.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: rustls-webpki dependency-version: 0.103.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: syn dependency-version: 3.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: tango-bench dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: thiserror dependency-version: 2.0.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: time dependency-version: 0.3.55 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: toml dependency-version: 1.1.4+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: uuid dependency-version: 1.26.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-cargo-dependencies - dependency-name: clap dependency-version: 4.6.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: flate2 dependency-version: 1.1.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: indexmap dependency-version: 2.14.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies - dependency-name: roaring dependency-version: 0.11.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-cargo-dependencies ... 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-cargo-dependencies group with 22 updates in the / directory:
0.9.20.9.30.23.00.23.10.11.00.12.00.3.330.3.340.1.40.1.51.11.01.11.11.25.21.26.05.3.05.5.00.2.40.2.50.8.170.8.180.23.420.23.430.103.130.103.153.0.33.0.40.7.20.8.02.0.192.0.200.3.540.3.551.1.3+spec-1.1.01.1.4+spec-1.1.01.24.01.26.04.6.44.6.61.1.91.1.102.14.02.14.10.11.40.11.5Updates
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
base64from 0.23.0 to 0.23.1Changelog
Sourced from base64's changelog.
Commits
069bf70v0.23.16ab1fb0Merge pull request #310 from musicinmybrain/test-on-non-simd-arches7cffce6Fix testing on architectures without unsafe SIMD supporte34f9a0Merge pull request #308 from atouchet/come9240c9Remove outdated commentUpdates
convert_casefrom 0.11.0 to 0.12.0Changelog
Sourced from convert_case's changelog.
Commits
637e1aeVersion 0.12.0, add changelog filecbb51ddAdd typos check, remove allocation on convert()2369350Remove more allocationsc96d23cUpdate README for 0.12.0 changelogb0df904Optimize separator! macro to avoid joining all remaining graphemesc9b3bc4Add bitmask-accelerated split() with fast path for simple delimiters50ba04bAdd perf to dev deps, add split benchmarksdd2e339Fix no-std in testing, add cargo-check to prekcbace9eAdd format to prek9422d49Add prek, update nixpkgs, rustc, fix clippy lintsUpdates
futures-utilfrom 0.3.33 to 0.3.34Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
705e6b5Release 0.3.34616dac7compat: Inline RawWaker clone function4176369Inline remaining RawWaker clone functionsf17a895Fix cloned FuturesUnordered waker identity51d62admacro: bumpsynto v3 (#3028)9e26177ci: Reduce timeout-minutesb2d0983tsan: Enable Adaptive Delayf733d0eMiri: Ignore compat testse5def2fRename default branch to mainUpdates
http-body-utilfrom 0.1.4 to 0.1.5Commits
07838bdhttp-body-util v0.1.5612118cdocs: migrate from doc_auto_cfg to doc_cfg (#175)Updates
hyperfrom 1.11.0 to 1.11.1Release notes
Sourced from hyper's releases.
Changelog
Sourced from hyper's changelog.
Commits
6371cd4v1.11.137c9d0cstyle(lib): remove lints that have been removed in newer clippy (#4167)08a2881docs(contrib): add initial COLLABORATORS guide (#4158)8b2e533style(lib): temporarily allow some new clippy lints (#4165)8fcaf1adocs(lib): expand crate-level cancel safety section with HTTP/1 vs HTTP/2 (#4...d32b294style(lib): fix needless_continue lint (#4157)fca07bdstyle(lib): fix missing_errors_doc lint (#4154)72fcf54fix(http1): detect TE: trailers caselessly and with other values (#4152)af432e9docs(body): add streaming read examples (#4148)3534d75fix(http1): recognize\n\r\nas a head terminator in the partial-read fast ...Updates
libdeflaterfrom 1.25.2 to 1.26.0Changelog
Sourced from libdeflater's changelog.
Commits
e9243bfMerge pull request #55 from musicinmybrain/v1.26.0c4e43c0Update CHANGELOG.md with PR number (thanks@musicinmybrain)b777985Update libdeflate to v1.260ac6825Merge pull request #54 from y1lan/yanglin/fix/memleak1546844fix(test): calllibdeflate_free_compressorto free the compressor0d6ffd4Update README.md (#53)eedd947Update README.mdUpdates
ordered-floatfrom 5.3.0 to 5.5.0Release notes
Sourced from ordered-float's releases.
Commits
2d56f3ev5.5.04496ef7feat: derive Facet if facet feature is active2409c9fv5.4.02730f18cargo update015fc41add schemars 1.2 support4b03969refactor schemars related tests424f9acrustfmt51764f1impl_proptest: usecoreinstead ofstd(#180)ccf51f5Add From<OrderedFloat> for OrderedFloat<f64> (#183)Updates
papayafrom 0.2.4 to 0.2.5Release notes
Sourced from papaya's releases.
Commits
92b4499release 0.2.5f2336e6fix signature ofHashSet::retainad8c070allowing setting a sharedArc\<seize::Collector>03df057makeseize/fast-barrieran optional featuref3e18f4check in Cargo lockfile3677fe2skip allocation layout test on 32-bit targets864b9f5fix a trivial typo inBENCHMARKS.md48487f7unpark correct parker on resize abortUpdates
rkyvfrom 0.8.17 to 0.8.18Commits
8db6734Release 0.8.18f130138Update syn to 3.0 (#687)5d3d553Update UI test outputUpdates
rustlsfrom 0.23.42 to 0.23.43Commits
fcf61cdPrepare 0.23.43f0dad4cCheck server's proposed suite against actual offerb480cc6Test for server choosing a non-QUIC TLS1.3 suite883a44dConsiderProtocolinServerConfig::supports_versionc2f1fd9Check suitability of server version in QUIC clientd98e1b9Add test for serverTls13RequiredForQuice63d9bfBound ticket age calculation79cd462Defensiveness improvement for binder suffix arithmetic4a9f025use checked_sub for the mac tag offset in Rfc5077Ticketer::decrypt3131e5cAccept that libcrux deps are vulnerableUpdates
rustls-webpkifrom 0.103.13 to 0.103.15Release notes
Sourced from rustls-webpki's releases.
Commits
c14836dCargo: version 0.103.14 -> 0.103.155c92308Cargo: avoid all-features in docs.rs10a1514Mark ML-DSA algorithms as FIPS submitted14cbaa1Bump version to 0.103.14cbb868aSupport stable ML-DSA with aws-lc-rsc782fd1Update to aws-lc-rs 1.18b250e31Upgrade to base64 0.2399115b2ci: sync cargo-check-external-types nightlya82bfaecrl: fix clippy::question_mark findingUpdates
synfrom 3.0.3 to 3.0.4Release notes
Sourced from syn's releases.
Commits
b5d62a6Release 3.0.4abf019cMerge pull request #2078 from dtolnay/foreginitemfnd454333Allow safe fn in impl Parse for ForeignItemFn8011b1cUpdate test suite to nightly-2026-08-1856a8d83Raise rayon thread size for testsf2c5c50Ignore assert_is_empty pedantic clippy lint0eba76dUpdate test suite to nightly-2026-08-05baaebceUpdate test suite to nightly-2026-07-25b886a38Update test suite to nightly-2026-07-243c41416Update test suite to nightly-2026-07-23Updates
tango-benchfrom 0.7.2 to 0.8.0Commits
cd8cff90.8.0 Release4b00d95CI badges added9b197e3typo29f90f2Increasing number of attempts in the flaky test4399a2eChange name2f6a10ePreventing constant folding optimization in tests37ed465Change the name of stage5564463Running nightly on main branchbae3475Dependencies updated (#81)71e865dGet rid of -Zexport-executable-symbols on Windows (#80)Updates
thiserrorfrom 2.0.19 to 2.0.20Release notes
Sourced from thiserror's releases.
Commits
b1d5db5Release 2.0.20c4c3ebdMerge pull request #454 from dtolnay/clippy2266152Suppress redundant_field_names clippy lint2901cfdRaise minimum tested compiler to rust 1.88aa9d91fUpdate ui tests for version 2.0.19Updates
timefrom 0.3.54 to 0.3.55Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
Commits
857d9c4v0.3.55 release2b72fcdPrecise feature gating for macroc1089ebRun check-targets, miri in parallelf377fadAvoid range-validated ordinal => year incascade2eacb0aReport miscellaneous tasks, overall status29621acSpeed up CI08de7baFix nano-timestamp validation3c3f046Fix copy-paste error3c0c81cCascade errors when deserializingUtcOffsetc21acd5Handle more deserializations ofSignedDurationUpdates
tomlfrom 1.1.3+spec-1.1.0 to 1.1.4+spec-1.1.0Commits
beee9fechore: Release16e2ac1docs: Update changelog89f5541fix(toml): preserve datetimes when deserializing Value (#1194)534039cfix(serde): Deserialize Value datetimes into typed targets6e45ceftest(serde): Reproduce Value datetime deserialization error4ec099fchore: Release5a47a51docs: Update changelogda0911fperf(parser): Reduce over allocation by better tokens/byte ratio (#1193)26eb157perf(parser): Reduce over allocation by better tokens/byte ratioca4c7bfchore(deps): Update Prek to v0.4.11 (#1191)Updates
uuidfrom 1.24.0 to 1.26.0Release notes
Sourced from uuid's releases.
Commits
cdc96a8Merge pull request #905 from uuid-rs/cargo/v1.26.034e4f49don't test macros under mirid9e7242update nightly used for miriec16819prepare for 1.26.0 release162cd20Merge pull request #904 from ChrisJr404/v7-additional-precision-bits97eceffAdd ContextV7::with_additional_precision_bits for microsecond clocks302e0bfMerge pull request #903 from uuid-rs/cargo/1.25.0b7ccde8prepare for 1.25.0 releasec62dffbMerge pull request #902 from ChrisJr404/serde-bytes-module8c198b2Add a serde::bytes module that encodes as a byte stringUpdates
clapfrom 4.6.4 to 4.6.6Release notes
Sourced from clap's releases.
Changelog
Sourced from clap's changelog.
Commits
348cff3chore: Released478377docs: Update changelog04b9fbbMerge pull request #6414 from koopatroopa787/fix-bash-completion-bracket-glob7075239Merge pull request #6422 from BaumiCoder/fix-fish-indentationsf90a966fix(complete): Use spaces for indentation in fishdd4997bfix(complete): Don't glob-expand bash positionals8387c81Merge pull request #6399 from clap-rs/renovate/crate-ci-typos-1.x8141e11chore(deps): Update compatible (dev) (#6398)8a6bd4echore(deps): Update pre-commit hook crate-ci/typos to v1.47.071a7213chore(deps): Update Rust Stable to v1.96 (#6396)Updates
flate2from 1.1.9 to 1.1.10Release notes
Sourced from flate2's releases.
Commits
ed93d4fMerge pull request #558 from rust-lang/lib-doc-updatefb5228dMerge pull request #559 from bushrat011899/no_std6ed3ba3Add executableno_stdexamplefaed8a0Expand CI to testno_stdcompatibility and correctness2ba8e7eAdd unstableno_stdsupport behindflate2_unstable_nightly_alloc_io3fe1126Centralize usage ofstdforerrorandio98e313aAddGzHeader::mtime_as_duration0642965Switch tocoreimplicit prelude and only usestdwhere required454a63cRemove left-overdbg!statement2a490b7Addruntime_detectionfeatureUpdates
indexmapfrom 2.14.0 to 2.14.1Changelog
Sourced from indexmap's changelog.
Commits
fdf7e17Merge pull request #449 from cuviper/release-2.14.1