build(deps): Bump the rust-minor-and-patch group across 1 directory with 20 updates - #110
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): Bump the rust-minor-and-patch group across 1 directory with 20 updates#110dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
dependabot
Bot
force-pushed
the
dependabot/cargo/rust-minor-and-patch-5862cd22b6
branch
from
August 3, 2026 18:57
d79d4ea to
57dfc7c
Compare
…ith 20 updates Bumps the rust-minor-and-patch group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [serde](https://github.com/serde-rs/serde) | `1.0.228` | `1.0.229` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.1` | `1.24.0` | | [time](https://github.com/time-rs/time) | `0.3.47` | `0.3.54` | | [tokio](https://github.com/tokio-rs/tokio) | `1.52.2` | `1.53.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.145` | `1.0.151` | | [actix-web](https://github.com/actix/actix-web) | `4.13.0` | `4.14.0` | | [http](https://github.com/hyperium/http) | `1.4.0` | `1.4.2` | | [http-body-util](https://github.com/hyperium/http-body) | `0.1.3` | `0.1.4` | | [futures-util](https://github.com/rust-lang/futures-rs) | `0.3.32` | `0.3.33` | | [bytes](https://github.com/tokio-rs/bytes) | `1.11.1` | `1.12.1` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.15.1` | `1.15.2` | | [lru](https://github.com/jeromefroe/lru-rs) | `0.18.0` | `0.18.1` | | [zeroize](https://github.com/RustCrypto/utils) | `1.8.2` | `1.9.0` | | [aws-lc-rs](https://github.com/aws/aws-lc-rs) | `1.16.3` | `1.17.3` | | [ml-kem](https://github.com/RustCrypto/KEMs) | `0.3.0` | `0.3.2` | | [totp-rs](https://github.com/constantoine/totp-rs) | `5.7.1` | `5.7.2` | | [redis](https://github.com/redis-rs/redis-rs) | `1.2.1` | `1.4.1` | | [hyper](https://github.com/hyperium/hyper) | `1.9.0` | `1.11.0` | | [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.13.1` | Updates `serde` from 1.0.228 to 1.0.229 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.228...v1.0.229) Updates `uuid` from 1.23.1 to 1.24.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.1...v1.24.0) Updates `time` from 0.3.47 to 0.3.54 - [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.47...v0.3.54) Updates `tokio` from 1.52.2 to 1.53.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.52.2...tokio-1.53.1) Updates `serde_json` from 1.0.145 to 1.0.151 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.145...v1.0.151) Updates `actix-web` from 4.13.0 to 4.14.0 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](actix/actix-web@web-v4.13.0...web-v4.14.0) Updates `http` from 1.4.0 to 1.4.2 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.4.0...v1.4.2) Updates `http-body-util` from 0.1.3 to 0.1.4 - [Release notes](https://github.com/hyperium/http-body/releases) - [Commits](hyperium/http-body@http-body-util-v0.1.3...http-body-util-v0.1.4) Updates `actix-http` from 3.12.1 to 3.13.1 - [Release notes](https://github.com/actix/actix-web/releases) - [Changelog](https://github.com/actix/actix-web/blob/main/CHANGES.md) - [Commits](actix/actix-web@http-v3.12.1...http-v3.13.1) Updates `futures-util` from 0.3.32 to 0.3.33 - [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.32...0.3.33) Updates `bytes` from 1.11.1 to 1.12.1 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.11.1...v1.12.1) Updates `smallvec` from 1.15.1 to 1.15.2 - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.15.1...v1.15.2) Updates `lru` from 0.18.0 to 0.18.1 - [Changelog](https://github.com/jeromefroe/lru-rs/blob/master/CHANGELOG.md) - [Commits](jeromefroe/lru-rs@0.18.0...0.18.1) Updates `zeroize` from 1.8.2 to 1.9.0 - [Commits](RustCrypto/utils@zeroize-v1.8.2...zeroize-v1.9.0) Updates `aws-lc-rs` from 1.16.3 to 1.17.3 - [Release notes](https://github.com/aws/aws-lc-rs/releases) - [Commits](aws/aws-lc-rs@v1.16.3...v1.17.3) Updates `ml-kem` from 0.3.0 to 0.3.2 - [Commits](RustCrypto/KEMs@ml-kem/v0.3.0...ml-kem/v0.3.2) Updates `totp-rs` from 5.7.1 to 5.7.2 - [Release notes](https://github.com/constantoine/totp-rs/releases) - [Changelog](https://github.com/constantoine/totp-rs/blob/master/CHANGELOG.md) - [Commits](constantoine/totp-rs@v5.7.1...v5.7.2) Updates `redis` from 1.2.1 to 1.4.1 - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-1.2.1...redis-1.4.1) Updates `hyper` from 1.9.0 to 1.11.0 - [Release notes](https://github.com/hyperium/hyper/releases) - [Changelog](https://github.com/hyperium/hyper/blob/master/CHANGELOG.md) - [Commits](hyperium/hyper@v1.9.0...v1.11.0) Updates `regex` from 1.12.3 to 1.13.1 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.3...1.13.1) --- updated-dependencies: - dependency-name: actix-http dependency-version: 3.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch - dependency-name: actix-web dependency-version: 4.14.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch - dependency-name: aws-lc-rs dependency-version: 1.17.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch - dependency-name: bytes dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch - dependency-name: futures-util dependency-version: 0.3.33 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: http dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: http-body-util dependency-version: 0.1.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: hyper dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch - dependency-name: lru dependency-version: 0.18.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: ml-kem dependency-version: 0.3.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: redis dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch - dependency-name: regex dependency-version: 1.13.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch - dependency-name: serde dependency-version: 1.0.229 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: serde_json dependency-version: 1.0.151 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: smallvec dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: time dependency-version: 0.3.54 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: tokio dependency-version: 1.53.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch - dependency-name: totp-rs dependency-version: 5.7.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-minor-and-patch - dependency-name: uuid dependency-version: 1.24.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch - dependency-name: zeroize dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/rust-minor-and-patch-5862cd22b6
branch
from
August 4, 2026 05:17
57dfc7c to
1c9eece
Compare
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 rust-minor-and-patch group with 19 updates in the / directory:
1.0.2281.0.2291.23.11.24.00.3.470.3.541.52.21.53.11.0.1451.0.1514.13.04.14.01.4.01.4.20.1.30.1.40.3.320.3.331.11.11.12.11.15.11.15.20.18.00.18.11.8.21.9.01.16.31.17.30.3.00.3.25.7.15.7.21.2.11.4.11.9.01.11.01.12.31.13.1Updates
serdefrom 1.0.228 to 1.0.229Release notes
Sourced from serde's releases.
Commits
7fc3b4cRelease 1.0.2296d6e9a1Merge pull request #3085 from dtolnay/syn36dec3b7Update to syn 3cfe6692Resolve mut_mut pedantic clippy lint1023d07Update actions/upload-artifact@v6 -> v7dd682c2Update actions/checkout@v6 -> v75f0f18bUpdate ui test suite to nightly-2026-06-0163a1498Regenerate stderr with trybuild normalization fixesfa7da4aFix unused_features warning6b1a178Unpin CI miri toolchainUpdates
uuidfrom 1.23.1 to 1.24.0Release notes
Sourced from uuid's releases.
Commits
6a8aeabMerge pull request #896 from uuid-rs/cargo/v1.24.0e6db8ecprepare for 1.24.0 release606f236Merge pull request #892 from weifanglab/mainab848dbfeat(fmt): support encoding into MaybeUninit buffers5dc6b3dMerge pull request #895 from uuid-rs/cargo/v1.23.55a7dfe5prepare for 1.23.5 release9b4bfc8Merge pull request #894 from geeknoid/main5acc5a5perf: Optimize UUID hex parsing and formatting6fa1a1efeat(fmt): support encoding into MaybeUninit buffers1e5d867Merge pull request #891 from frostyplanet/docUpdates
timefrom 0.3.47 to 0.3.54Release notes
Sourced from time's releases.
Changelog
Sourced from time's changelog.
... (truncated)
Commits
d1c55a4v0.3.54 release2fb04c4Add ability to iterate overWeekdays00779faAdd ability to iterate overMonthsb99c5c2Add ability to iterate overDates41eea5bLint on missing panic documentation5a0bdd8Replace optimizing loop with linear pass687d4a9Address clippy lints6bf0055Add LLM policy81f9fe0RenameDurationtoSignedDuration058efaeRename internals forPlainDateTimeUpdates
tokiofrom 1.52.2 to 1.53.1Release notes
Sourced from tokio's releases.
... (truncated)
Commits
75fef53chore: prepare Tokio v1.53.1 (#8303)ae9d011signal: restore MSRV by removing OnceLock::wait from the Windows handler (#8300)eb4988dtime: fix the loom test of the race between cancellation/insertion (#8302)91d3b4ctime: fix alt timer cancellation and insertion race (#8252)a463384runtime: remove dead link definition inRuntime::block_on(#8301)be689a3chore: prepare Tokio v1.53.0 (#8294)50f76c7chore: prepare tokio-macros v2.7.1 (#8295)f61fccaMerge 'tokio-1.52.4' into 'master' (#8290)efdba5fchore: prepare Tokio v1.52.4 (#8289)b0ba02eMerge 'tokio-1.51.4' into 'tokio-1.52.x' (#8288)Updates
serde_jsonfrom 1.0.145 to 1.0.151Release notes
Sourced from serde_json's releases.
Commits
de85007Release 1.0.1513b2b3c5Merge pull request #1331 from WonderLawrence/rawvalue-from-string-unchecked0406d96Debug-assert well-formedness and no-whitespace in from_string_uncheckedcf16f75Add RawValue::from_string_unchecked827a315Update actions/upload-artifact@v6 -> v7cea36a5Update actions/checkout@v6 -> v7a1ae73aRelease 1.0.1501a360b0Merge pull request #1324 from puneetdixit200/reject-non-string-enum-keys2037b63Reject non-string enum object keys5d30df6Resolve manual_assert_eq pedantic clippy lintUpdates
actix-webfrom 4.13.0 to 4.14.0Release notes
Sourced from actix-web's releases.
Commits
696b1fechore(web): prepare 4.14.0 release (#4114)6c65c46chore(http): prepare 3.13.0 release (#4112)afd2df2test(multipart,derive): move trybuild tests (#4028)7ded7eebuild(deps): bump memchr from 2.8.1 to 2.8.2 (#4107)55cf2e0build(deps): bump bytesize from 2.3.1 to 2.4.0 (#4104)565b179build(deps): bump smallvec from 1.15.1 to 1.15.2 (#4106)1605dd0build(deps): bump taiki-e/install-action from 2.81.7 to 2.81.10 (#4105)5c79f55build(deps): bump regex from 1.12.3 to 1.12.4 (#4103)2ffbee0build(deps): bump time from 0.3.47 to 0.3.49 (#4102)4748b2abuild(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#4092)Updates
httpfrom 1.4.0 to 1.4.2Release notes
Sourced from http's releases.
Changelog
Sourced from http's changelog.
Commits
82db5b8v1.4.2a9cdbf8fix(uri): reject DEL character (#842)df75ca3fix(uri): allow STAR paths with scheme/auth (#843)ec3f8cefeat(method): impl PartialOrd + Ord (#840)a24c968v1.4.1bc3b044fix(header): use a set_len guard in IntoIter drop (#838)1b968dcfix(header): fix stacked borrows for IterMut/ValuesIterMut (#837)6e2dd42fix: clamp Extend size hint so HeaderMap reserve cannot overflow (#833)68e0abbdocs: fix typo in request builder docs (#831)29dd307docs(extensions): rephrase internal comment (#827)Updates
http-body-utilfrom 0.1.3 to 0.1.4Release notes
Sourced from http-body-util's releases.
Commits
7685047http-body-util v0.1.43396328http-body v1.1.02fb78dechore: bump license year (#170)b16554bchore(ci): bump checkout to v7c0c53cachore(ci): use msrv aware update for msrv job5ed15d2tests: fix clippy::double_parensc8cb37fDeriveCopytrait toSizeHintstruct (#164)915d6d5feat(util): addInspectErr,InspectFramecombinators (#161)0fc0a94docs: fix broken intradoc links (#162)5a849d4chore: add FUNDING.ymlUpdates
actix-httpfrom 3.12.1 to 3.13.1Release notes
Sourced from actix-http's releases.
Commits
a945e09fix(http): fix sending responses for upgraded ones on WS (#4117)a928601chore: updatercgento 0.14 (#4113)696b1fechore(web): prepare 4.14.0 release (#4114)6c65c46chore(http): prepare 3.13.0 release (#4112)afd2df2test(multipart,derive): move trybuild tests (#4028)7ded7eebuild(deps): bump memchr from 2.8.1 to 2.8.2 (#4107)55cf2e0build(deps): bump bytesize from 2.3.1 to 2.4.0 (#4104)565b179build(deps): bump smallvec from 1.15.1 to 1.15.2 (#4106)1605dd0build(deps): bump taiki-e/install-action from 2.81.7 to 2.81.10 (#4105)5c79f55build(deps): bump regex from 1.12.3 to 1.12.4 (#4103)Updates
futures-utilfrom 0.3.32 to 0.3.33Release notes
Sourced from futures-util's releases.
Changelog
Sourced from futures-util's changelog.
Commits
89cc254Release 0.3.33cd9f5beci: Update release workflowd79a499Resolve rustdoc::broken_intra_doc_links warning95bbcf8Resolve rustdoc ambiguous link error303c165Resolve rustdoc::redundant_explicit_links warningf34e3f5ci: Cleanup66591a2Enable Miri for more testsab1072fSimplify target_has_atomic cfg in utility cratescf5d23bFix unsound compat01as03 implementation (fixes #2514) (#3012)8ae794fAdd portable-atomic-alloc feature and use it in FuturesUnordered (#3007)Updates
bytesfrom 1.11.1 to 1.12.1Release notes
Sourced from bytes's releases.
Changelog
Sourced from bytes's changelog.
Commits
76c0fbbRelease bytes v1.12.1 (#838)924c82bHandle unwinding from Box::new (#837)91402ceRelease bytes v1.12.0 (#831)2256e6dchore: add safety comments on unsafe blocks (#827)245adffPass vtable data by value (#826)00cc5ffImplementBytesMut::extend_from_within(#818)5b79d31Merge tag 'v1.11.1'804ee6dMake try_unsplit method public (#746)fd426caExclude development scripts from published package (#810)b4ed70dAdd test for copy_to_bytes() -> BytesMut avoiding clone (#809)Updates
smallvecfrom 1.15.1 to 1.15.2Release notes
Sourced from smallvec's releases.
Commits
c469051Bump version.9fe422bFix Windows CI.51b965fWork around rustc 1.93 perf regression with MaybeUninit9da26a5Fix use-after-free in DrainFilter::keep_rest for zero-capacity SmallVecs79184f1Add Miri test for use-after-free in DrainFilter::keep_restf59fb36Merge pull request #397 from GiGainfosystems/exclude_scripts28b6ed7Exclude development scriptUpdates
lrufrom 0.18.0 to 0.18.1Changelog
Sourced from lru's changelog.
Commits
c6620d1Merge pull request #237 from jeromefroe/jerome/prepare-0-18-1-releaseda3c0fcPrepare 0.18.1 release1166263Merge pull request #236 from pixmaip/find-and-promote2daba12Apply suggestions from code review2ea00dcfeat: add find_and_promote APIUpdates
zeroizefrom 1.8.2 to 1.9.0Commits
0b71573zeroize v1.9.0 (#1494)3e3f18czeroize: always enable AVX-512 support (#1493)1ea42bbzeroize_derive v1.5.0 (#1492)8d785d1zeroize: rustdoc improvements (#1491)d844f36zeroize: incorporate README.md into rustdoc (#1490)c65c09dctutils: usereasoninstead of comment inforbidattribute (#1489)cbd0963Release block-buffer v0.12.1 (#1488)9aa541dblock-buffer: fix exception safety (#1487)5c7e4f9cmov v0.5.4 (#1485)87cadbccmov: fix clippy (#1484)Updates
aws-lc-rsfrom 1.16.3 to 1.17.3Release notes
Sourced from aws-lc-rs's releases.