Skip to content

Bump redis from 1.2.4 to 1.3.0 in the minor-patch-updates group#40

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-patch-updates-483bf18972
Closed

Bump redis from 1.2.4 to 1.3.0 in the minor-patch-updates group#40
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/minor-patch-updates-483bf18972

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps the minor-patch-updates group with 1 update: redis.

Updates redis from 1.2.4 to 1.3.0

Release notes

Sourced from redis's releases.

redis-1.3.0

Changes & Bug fixes

Add numbered databases support for the cluster client (redis-rs/redis-rs#2146 by @​virratanasangpunth) fix(cluster): clamp retry backoff upper bound after min-wait floor (redis-rs/redis-rs#2158 by @​nihohit) docs/ci: add wasm32-wasip2 build support for tokio-comp (redis-rs/redis-rs#2153 by @​Prashantsinghchouhan) Add Bloom filter support (redis-rs/redis-rs#2117 by @​somechris)

CI & operational improvements

tests/version: Parse all available versions (Valkey, modules, ...) (Version refactor 6/10) (redis-rs/redis-rs#2143 by @​somechris) tests/version: Add disjunctive (OR) and conjunctive (AND) matchers (Version refactor 7/10) (redis-rs/redis-rs#2144 by @​somechris) tests/version: Drop Redis binary version parsing (Version refactor 8/10) (redis-rs/redis-rs#2145 by @​somechris) tests: Drop VERSION from version constants (version refactor 9/10) (redis-rs/redis-rs#2147 by @​somechris) Fix flakey object tests (redis-rs/redis-rs#2160 by @​nihohit) tests: Add test guards for Valkey servers (Version refactor 10/10) (redis-rs/redis-rs#2148 by @​somechris)

New Contributors

Full Changelog: redis-rs/redis-rs@redis-1.2.4...redis-1.3.0

Commits
  • 207cc89 Prepare version (#2166)
  • c34fb33 Add redisbloom's Bloom filter support (#2117)
  • 5c6ca0a tests: Add test guards for Valkey servers (#2148)
  • e891f7f docs/ci: add wasm32-wasip2 build support for tokio-comp (#2153)
  • 7d066c6 Fix flakey object tests (#2160)
  • b571eb1 tests: Clean up version constants (#2147)
  • b9249f6 tests/version: Drop Redis binary version parsing (#2145)
  • 406ad76 tests/version: Add disjunctive (OR) and conjunctive (AND) matchers (#2144)
  • 1372807 feat(redis_test): add new commands after mock redis connection is instantiate...
  • 201d1be fix(cluster): clamp retry backoff upper bound after min-wait floor (#2158)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the minor-patch-updates group with 1 update: [redis](https://github.com/redis-rs/redis-rs).


Updates `redis` from 1.2.4 to 1.3.0
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-1.2.4...redis-1.3.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Jun 29, 2026
@github-actions

Copy link
Copy Markdown

Code Coverage Report - 2,112 of 2,300 lines covered ( ✅ 91.83%)

src - 2,112 of 2,300 lines covered ( ✅ 91.83%)

src/kafka_impl - 471 of 513 lines covered ( ✅ 91.81%)

src/kafka_impl/cache - 112 of 126 lines covered ( ✅ 88.89%)

src/kafka_impl/cache/mod.rs - 63 of 77 lines covered ( ⚠️ 81.82%)

Uncovered lines: ⚠️ 108, 136-137, 165-169, 171, 173-177

src/kafka_impl/cache/tests.rs - 49 of 49 lines covered ( 💎 100.00%)

:shipit:

src/kafka_impl/mod.rs - 93 of 103 lines covered ( ✅ 90.29%)

Uncovered lines: ⚠️ 58, 62, 124-126, 143-146, 175

src/kafka_impl/stream - 66 of 83 lines covered ( ⛔ 79.52%)

src/kafka_impl/stream/mod.rs - 66 of 83 lines covered ( ⛔ 79.52%)

Uncovered lines: ⚠️ 100-102, 125, 131, 134-135, 139, 150, 152-154, 156-158, 160, 162

src/kafka_impl/testing_utils - 141 of 142 lines covered ( ✅ 99.30%)

src/kafka_impl/testing_utils/mod.rs - 73 of 74 lines covered ( ✅ 98.65%)

Uncovered lines: ⚠️ 130

src/kafka_impl/testing_utils/tests.rs - 68 of 68 lines covered ( 💎 100.00%)

:shipit:

src/kafka_impl/tests.rs - 59 of 59 lines covered ( 💎 100.00%)

:shipit:

src/lib.rs - 75 of 90 lines covered ( ⚠️ 83.33%)

Uncovered lines: ⚠️ 325-327, 329-331, 337-339, 397-399, 405-407

src/redis_impls - 1,420 of 1,529 lines covered ( ✅ 92.87%)

src/redis_impls/mod.rs - 53 of 57 lines covered ( ✅ 92.98%)

Uncovered lines: ⚠️ 122, 134-136

src/redis_impls/pubsub - 124 of 127 lines covered ( ✅ 97.64%)

src/redis_impls/pubsub/mod.rs - 22 of 25 lines covered ( ✅ 88.00%)

Uncovered lines: ⚠️ 71-73

src/redis_impls/pubsub/tests.rs - 102 of 102 lines covered ( 💎 100.00%)

:shipit:

src/redis_impls/stream - 570 of 629 lines covered ( ✅ 90.62%)

src/redis_impls/stream/cache - 68 of 76 lines covered ( ✅ 89.47%)

src/redis_impls/stream/cache/mod.rs - 41 of 49 lines covered ( ⚠️ 83.67%)

Uncovered lines: ⚠️ 87, 105-109, 111, 113

src/redis_impls/stream/cache/tests.rs - 27 of 27 lines covered ( 💎 100.00%)

:shipit:

src/redis_impls/stream/mod.rs - 110 of 148 lines covered ( ⛔ 74.32%)

Uncovered lines: ⚠️ 89-91, 93-94, 139-141, 143-148, 157-159, 161-163, 165-167, 175-177, 179-181, 187-189, 390-395

src/redis_impls/stream/runtime - 74 of 87 lines covered ( ⚠️ 85.06%)

src/redis_impls/stream/runtime/mod.rs - 74 of 87 lines covered ( ⚠️ 85.06%)

Uncovered lines: ⚠️ 87-89, 110, 112-114, 122, 146-148, 152, 161

src/redis_impls/stream/tests.rs - 318 of 318 lines covered ( 💎 100.00%)

:shipit:

src/redis_impls/testing_utils - 567 of 610 lines covered ( ✅ 92.95%)

src/redis_impls/testing_utils/mod.rs - 353 of 396 lines covered ( ✅ 89.14%)

Uncovered lines: ⚠️ 80-87, 132, 181, 194, 209, 220, 237, 271-273, 300-301, 322-323, 327-328, 339-340, 345, 358-359, 379-380, 386, 391, 444, 464-465, 467-469, 539, 548, 570, 592, 596

src/redis_impls/testing_utils/tests.rs - 214 of 214 lines covered ( 💎 100.00%)

:shipit:

src/redis_impls/tests.rs - 106 of 106 lines covered ( 💎 100.00%)

:shipit:

src/tests.rs - 146 of 168 lines covered ( ⚠️ 86.90%)

Uncovered lines: ⚠️ 22-25, 34-36, 38-40, 49-51, 57-59, 65-67, 73-75

@dependabot @github

dependabot Bot commented on behalf of github Jul 10, 2026

Copy link
Copy Markdown
Contributor Author

Looks like redis is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 10, 2026
@dependabot
dependabot Bot deleted the dependabot/cargo/minor-patch-updates-483bf18972 branch July 10, 2026 18:45
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.

0 participants