Skip to content

Commit

Permalink
fix(deps): update rust crate tower to 0.5 (#461)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 28, 2024
1 parent d38dfe8 commit 55d319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apalis-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ futures = "0.3.30"
tokio = { version = "1", features = ["rt", "net"], optional = true }
async-std = { version = "1.13.0", optional = true }
async-trait = "0.1.80"
tower = "0.4"
tower = "0.5"
thiserror = "2.0.0"


Expand Down

0 comments on commit 55d319f

Please sign in to comment.