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