build(deps): bump the patch-versions group across 1 directory with 7 updates#1077
Merged
DanielHaimanot merged 1 commit intoJun 15, 2026
Merged
Conversation
…updates Bumps the patch-versions group with 7 updates in the / directory: | Package | From | To | | --- | --- | --- | | [memchr](https://github.com/BurntSushi/memchr) | `2.8.1` | `2.8.2` | | [uuid](https://github.com/uuid-rs/uuid) | `1.23.2` | `1.23.3` | | [regex](https://github.com/rust-lang/regex) | `1.12.3` | `1.12.4` | | [smallvec](https://github.com/servo/rust-smallvec) | `1.15.1` | `1.15.2` | | [http](https://github.com/hyperium/http) | `1.4.1` | `1.4.2` | | [redis](https://github.com/redis-rs/redis-rs) | `1.2.2` | `1.2.3` | | [brotli](https://github.com/dropbox/rust-brotli) | `8.0.3` | `8.0.4` | Updates `memchr` from 2.8.1 to 2.8.2 - [Commits](BurntSushi/memchr@2.8.1...2.8.2) Updates `uuid` from 1.23.2 to 1.23.3 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.23.2...v1.23.3) Updates `regex` from 1.12.3 to 1.12.4 - [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.12.4) 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 `http` from 1.4.1 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.1...v1.4.2) Updates `redis` from 1.2.2 to 1.2.3 - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-1.2.2...redis-1.2.3) Updates `brotli` from 8.0.3 to 8.0.4 - [Release notes](https://github.com/dropbox/rust-brotli/releases) - [Commits](dropbox/rust-brotli@8.0.3...8.0.4) --- updated-dependencies: - dependency-name: brotli dependency-version: 8.0.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: http dependency-version: 1.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: memchr dependency-version: 2.8.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: redis dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: regex dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: smallvec dependency-version: 1.15.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions - dependency-name: uuid dependency-version: 1.23.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch-versions ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/cargo/patch-versions-d60548fffc
branch
from
June 14, 2026 23:57
0975eb4 to
b178e1d
Compare
DanielHaimanot
approved these changes
Jun 15, 2026
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 patch-versions group with 7 updates in the / directory:
2.8.12.8.21.23.21.23.31.12.31.12.41.15.11.15.21.4.11.4.21.2.21.2.38.0.38.0.4Updates
memchrfrom 2.8.1 to 2.8.2Commits
a61ac1a2.8.2a08bf90arch: fix undefined behavior in lower level (but public) APIsb41293brebar: update memchr to latest87467c9impl: remove unnecessary clones ininto_ownedimplsUpdates
uuidfrom 1.23.2 to 1.23.3Release notes
Sourced from uuid's releases.
Commits
20da78bMerge pull request #887 from uuid-rs/cargo/v1.23.362232caprepare for 1.23.3 release2320c6aMerge pull request #886 from uuid-rs/fix/parser-panics2d034d4fix some invalid indexers on error reportinga8b9f14update fuzz infra and run in CIUpdates
regexfrom 1.12.3 to 1.12.4Changelog
Sourced from regex's changelog.
Commits
7b96fdc1.12.47b89cf0deps: update to regex-syntax 0.8.111401679regex-syntax-0.8.11d709000changelog: 1.12.49825c74syntax: avoid re-canonicalizing the entire IntervalSet on push (#1308)a7f2ff6docs: clarify regex-lite word boundaries2c7b172docs: clarify unsupported Anchored::Pattern searches839d16bregex-syntax-0.8.10c4865a0syntax: fix negation handling in HIR translationd8761c0cargo: also includebenchesUpdates
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
httpfrom 1.4.1 to 1.4.2Changelog
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)Updates
redisfrom 1.2.2 to 1.2.3Release notes
Sourced from redis's releases.
Commits
0a7c73dPrepare version (#2137)bb3fba5Add logs for mock cluster calls. (#2133)d8099acdoc: Add some coding conventions (#2129)9ae7f5dtests: Clean up getting versions (#2123)a480972CI: Lock windows build towindows-2022runner (#2127)9660180Makefile: Addfixtarget to fix automatically fixable linting issues (#2122)63c3398docs: Straighten out documentation ofInfoType(#2121)063a675Makefile: Drop noopefrom module test selector (#2116)d67a8fcbuild(deps): bump lru from 0.16.3 to 0.18.0 (#2112)3a5a4a5Only stop EntraIdCredentialsProvider task on last Arc instance drop (#2084)Updates
brotlifrom 8.0.3 to 8.0.4Commits
9651aa3Fix version bump577dc18fix: guard BroCatli header byte-source underflow4f447c3fix: handle null custom allocator returnse50a4fffix: catch panics in Broccoli FFI exportsb8dcac7fix: validate BroCatli deserialized state fields9cbed81Allow newer alloc-no-stdlib which enforce no-unsafe in their lib.rsc195782Handle NULL returns from custom encoder allocators