chore(deps): bump the cargo-minor-patch group with 6 updates - #956
Merged
Merged
Conversation
Bumps the cargo-minor-patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [crossbeam-utils](https://github.com/crossbeam-rs/crossbeam) | `0.8.22` | `0.8.23` | | [indexmap](https://github.com/indexmap-rs/indexmap) | `2.14.1` | `2.14.2` | | [uuid](https://github.com/uuid-rs/uuid) | `1.26.0` | `1.26.1` | | [io-uring](https://github.com/tokio-rs/io-uring) | `0.7.14` | `0.7.15` | | [redis](https://github.com/redis-rs/redis-rs) | `1.6.0` | `1.7.0` | | [ureq](https://github.com/algesten/ureq) | `3.4.0` | `3.4.1` | Updates `crossbeam-utils` from 0.8.22 to 0.8.23 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/main/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-utils-0.8.22...crossbeam-utils-0.8.23) Updates `indexmap` from 2.14.1 to 2.14.2 - [Changelog](https://github.com/indexmap-rs/indexmap/blob/main/RELEASES.md) - [Commits](indexmap-rs/indexmap@2.14.1...2.14.2) Updates `uuid` from 1.26.0 to 1.26.1 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](uuid-rs/uuid@v1.26.0...v1.26.1) Updates `io-uring` from 0.7.14 to 0.7.15 - [Commits](https://github.com/tokio-rs/io-uring/commits) Updates `redis` from 1.6.0 to 1.7.0 - [Release notes](https://github.com/redis-rs/redis-rs/releases) - [Commits](redis-rs/redis-rs@redis-1.6.0...redis-1.7.0) Updates `ureq` from 3.4.0 to 3.4.1 - [Changelog](https://github.com/algesten/ureq/blob/main/CHANGELOG.md) - [Commits](algesten/ureq@3.4.0...3.4.1) --- updated-dependencies: - dependency-name: crossbeam-utils dependency-version: 0.8.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: indexmap dependency-version: 2.14.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: uuid dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: io-uring dependency-version: 0.7.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch - dependency-name: redis dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-minor-patch - dependency-name: ureq dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
dependabot
Bot
deleted the
dependabot/cargo/cargo-minor-patch-bfaaabdc58
branch
September 15, 2026 12:54
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 cargo-minor-patch group with 6 updates:
0.8.220.8.232.14.12.14.21.26.01.26.10.7.140.7.151.6.01.7.03.4.03.4.1Updates
crossbeam-utilsfrom 0.8.22 to 0.8.23Release notes
Sourced from crossbeam-utils's releases.
Commits
2920c98Prepare for the next release808b75aci: Update codegen job46774e0channel: Document that send_timeout sends an available message even if the ti...89a3fe4epoch: Make Shared::null const383d74aUse *::MAX associated constantsa30b825channel,deque,queue: Use AtomicU64/u64 in head/tail index if availablea0e4d29Replace iterative capacity growth withnext_power_of_two(#1216)94f74d2Recognize x86_64-unknown-linux-gnutsan in build script30e5963epoch: Add missing fence emulation for tsan708a6bdHandle overflow in bounded channel/queue initialization (#1301)Updates
indexmapfrom 2.14.1 to 2.14.2Changelog
Sourced from indexmap's changelog.
Commits
41a8708Merge pull request #450 from cuviper/macros0fb7b5cRelease 2.14.255e6b28Improve the empty macro casesc067355Fix item hygiene in user macrosUpdates
uuidfrom 1.26.0 to 1.26.1Release notes
Sourced from uuid's releases.
Commits
9f92712Merge pull request #910 from uuid-rs/cargo/v1.26.1d4df8f0prepare for 1.26.1 release5613f23Merge pull request #909 from uuid-rs/fix/ts-conversion-overflowfda00ebdon't panic in overflowing Timestamp to SystemTime conversionc82e88cMerge pull request #907 from lenamonj/v7-counter-placementac065a6Align the counter diagram34ec102Seat the v7 counter below the version nibbleUpdates
io-uringfrom 0.7.14 to 0.7.15Commits
Updates
redisfrom 1.6.0 to 1.7.0Release notes
Sourced from redis's releases.
Commits
2a29a8fprepare version (#2384)81ab2d0Fix latest nightly lints (#2378)6acae34spelling: Changeinfostoinfo(#2374)ca46fbfbuild(deps): bump log from 0.4.33 to 0.4.34 (#2368)3e7b187build(deps): bump tokio from 1.52.3 to 1.53.1 (#2363)97f2db5build(deps): bump syn from 2.0.114 to 3.0.3 (#2372)89d8717build(deps): bump async-native-tls from 0.5.0 to 0.6.0 (#2371)059c888build(deps): bump rand from 0.10.1 to 0.10.2 (#2370)067c3a9build(deps): bump taiki-e/install-action from 2.85.4 to 2.87.1 (#2369)e91b031build(deps): bump rustls from 0.23.40 to 0.23.43 (#2366)Updates
ureqfrom 3.4.0 to 3.4.1Changelog
Sourced from ureq's changelog.
Commits
cf4a3cd3.4.19559d7bBump ureq-proto to 0.6.2 (#1199)9eb654cDo not pool a connection with unconsumed input (#1198)5b81318Anchor timeout budgets to phase boundaries (#1194)d480543Complete TLS handshakes while connecting (#1193)662410bBuffer read_json into memory when Content-Length is below the limit (#1191)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 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