Skip to content

build(deps): bump the cargo-minor-patch group across 1 directory with 3 updates - #102

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-5d47302113
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/cargo-minor-patch-5d47302113

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 15, 2026

Copy link
Copy Markdown

Bumps the cargo-minor-patch group with 3 updates in the / directory: cel, redis and deadpool-redis.

Updates cel from 0.14.3 to 0.14.5

Commits
  • db149ec Merge pull request #324 from cel-rust/release-plz-2026-08-28T21-18-44Z
  • 4d8f33d chore(cel): release v0.14.5
  • 233238e Merge pull request #338 from doxxx93/fix/opaque-boundary-panic
  • ec47382 fix(dyn Val): don't panic converting a custom Val into a Value
  • 40b63d3 fix(types): reject out-of-range int() and uint() conversions (#336)
  • 9f83bba Merge pull request #337 from alexsnaps/pr_template
  • fde4b58 chore(GH): PR template
  • 7feb53c Merge pull request #333 from alexsnaps/conformance-parser
  • 3d7d2bd feat(parser): flag to support indent escaping syntax
  • 6bf81d2 fix(parser): properly not support backticks in idents
  • Additional commits viewable in compare view

Updates redis from 1.6.0 to 1.7.0

Release notes

Sourced from redis's releases.

redis-1.7.0

1.7.0 (2026-09-05)

Changes & Bug fixes

CI & operational improvements

Commits

Updates deadpool-redis from 0.23.0 to 0.23.1

Commits
  • bba260f Release all deadpool crates
  • f417aa5 Bump up MSRV of deadpool-redis and redis
  • 2c9ed6f Update async-memcached dependency to version 0.7
  • 7b09e63 Bump up MSRV of deadpool-diesel
  • a37ba58 Update itertools dependency to version 0.15
  • 85d3405 Coalesce concurrent statement preparation
  • f2728ab Extract statement cache into its own module
  • 790881b Add script for running cargo for all crates
  • f7a5037 Add script for checking reexports
  • 256801a Fix "variable does not need to be mutable" warning
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Sep 15, 2026
@dependabot
dependabot Bot requested a review from a team September 15, 2026 04:18
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Sep 15, 2026
@dependabot
dependabot Bot requested review from araujof and terylt as code owners September 15, 2026 04:18
@dependabot dependabot Bot added the rust Pull requests that update rust code label Sep 15, 2026
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-minor-patch-5d47302113 branch 2 times, most recently from b79d8a4 to 928372f Compare September 15, 2026 05:33
… 3 updates

Bumps the cargo-minor-patch group with 3 updates in the / directory: [cel](https://github.com/cel-rust/cel-rust), [redis](https://github.com/redis-rs/redis-rs) and [deadpool-redis](https://github.com/deadpool-rs/deadpool).


Updates `cel` from 0.14.3 to 0.14.5
- [Release notes](https://github.com/cel-rust/cel-rust/releases)
- [Commits](cel-rust/cel-rust@v0.14.3...v0.14.5)

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 `deadpool-redis` from 0.23.0 to 0.23.1
- [Changelog](https://github.com/deadpool-rs/deadpool/blob/main/release.toml)
- [Commits](deadpool-rs/deadpool@deadpool-redis-v0.23.0...deadpool-redis-v0.23.1)

---
updated-dependencies:
- dependency-name: cel
  dependency-version: 0.14.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo-minor-patch
- dependency-name: deadpool-redis
  dependency-version: 0.23.1
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/cargo/cargo-minor-patch-5d47302113 branch from 928372f to 8e1c13f Compare September 15, 2026 06:10

@praxis-bot praxis-bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR Review: build(deps): bump cel, redis, deadpool-redis

Bumps cel 0.14.3 -> 0.14.5, redis 1.6.0 -> 1.7.0, deadpool-redis 0.23.0 -> 0.23.1. Cargo.lock only; no source changes.

Checked:

  • All three bumps are semver-compatible.
  • cel 0.14.5 fixes an opaque-boundary panic and rejects out-of-range int/uint conversions — both correctness improvements.
  • redis 1.7.0 fixes RESP3/Unix error reporting in MultiplexedConnection.
  • deadpool drops num_cpus (and transitive hermit-abi), reducing the dependency tree.
  • No API surface changes affect consumers in this workspace.

No findings.

Severity Count
Critical 0
Large 0
Medium 0

Reviewed by praxis-bot

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant