chore(deps): update rust crate tower to v0.5.1

This commit is contained in:
renovate[bot] 2024-09-16 12:22:09 +00:00 committed by GitHub
parent 032b199129
commit 1d45fc6c67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
Cargo.lock generated
View file

@ -776,7 +776,7 @@ dependencies = [
"sentry-tracing", "sentry-tracing",
"serde_json", "serde_json",
"tokio", "tokio",
"tower 0.5.0", "tower 0.5.1",
"tower-http", "tower-http",
"tracing", "tracing",
] ]
@ -4244,9 +4244,9 @@ dependencies = [
[[package]] [[package]]
name = "tower" name = "tower"
version = "0.5.0" version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36b837f86b25d7c0d7988f00a54e74739be6477f2aac6201b8f429a7569991b7" checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
dependencies = [ dependencies = [
"futures-core", "futures-core",
"futures-util", "futures-util",