Skip to content

Commit

Permalink
build(deps): update redis requirement from 0.24.0 to 0.25.0
Browse files Browse the repository at this point in the history
Updates the requirements on [redis](https://github.com/redis-rs/redis-rs) to permit the latest version.
- [Release notes](https://github.com/redis-rs/redis-rs/releases)
- [Commits](redis-rs/redis-rs@redis-0.24.0...redis-0.25.0)

---
updated-dependencies:
- dependency-name: redis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent b1bf634 commit fcb62f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poem/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ chrono = { workspace = true, optional = true, default-features = false, features
time = { version = "0.3", optional = true }
mime_guess = { version = "2.0.3", optional = true }
rand = { version = "0.8.4", optional = true }
redis = { version = "0.24.0", optional = true, features = [
redis = { version = "0.25.0", optional = true, features = [
"aio",
"tokio-comp",
"connection-manager",
Expand Down

0 comments on commit fcb62f1

Please sign in to comment.