Skip to content

Commit

Permalink
fix(deps): update rust crate tower to 0.5 (#396)
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 Sep 3, 2024
1 parent 264b23a commit 0870b7d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ tokio = { version = "1", features = [
"rt",
], default-features = false, optional = true }
async-std = { version = "1", optional = true }
tower = { version = "0.4", features = ["util"], default-features = false }
tower = { version = "0.5", features = ["util"], default-features = false }
tracing-futures = { version = "0.2.5", optional = true, default-features = false }
sentry-core = { version = "0.34.0", optional = true, default-features = false }
metrics = { version = "0.23.0", optional = true, default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion packages/apalis-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ readme = "../../README.md"
[dependencies]
serde = { version = "1.0", features = ["derive"] }
futures = { version = "0.3.30", features = ["async-await"] }
tower = { version = "0.4", features = ["util"], default-features = false }
tower = { version = "0.5", features = ["util"], default-features = false }
pin-project-lite = "0.2.14"
async-oneshot = "0.5.9"
thiserror = "1.0.59"
Expand Down
2 changes: 1 addition & 1 deletion packages/apalis-cron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ apalis-core = { path = "../../packages/apalis-core", version = "0.5.3", default-
] }
cron = "0.12.1"
futures = "0.3.30"
tower = { version = "0.4" }
tower = { version = "0.5" }
chrono = { version = "0.4.38", default-features = false, features = [
"clock",
"serde",
Expand Down

0 comments on commit 0870b7d

Please sign in to comment.