Skip to content

Commit

Permalink
fix(deps): update rust crate tower to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2025
1 parent a34a6e4 commit d4c7e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tokio-util = "0.7.10"
sentry = { version = "0.32.2", default-features = false, features = ["backtrace", "contexts", "panic", "anyhow", "reqwest", "tracing", "debug-images", "rustls", "tower", "tower-http"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["std", "registry", "env-filter"] }
tower = "0.4.13"
tower = "0.5.0"
envy = "0.4.2"
once_cell = "1.19.0"
serde_json = "1.0.115"
Expand Down

0 comments on commit d4c7e77

Please sign in to comment.