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 Oct 13, 2024
1 parent e310376 commit bf25624
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 @@ -16,6 +16,6 @@ sentry = { version = "0.34.0", default-features = false, features = ["backtrace"
serde = { version = "1.0.200", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full"] }
tokio-util = { version = "0.7.10", features = ["io"] }
tower = "0.4.13"
tower = "0.5.0"
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", features = ["std", "registry", "env-filter"] }

0 comments on commit bf25624

Please sign in to comment.