aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2025-10-14 16:30:57 +0000
committerGitHub <noreply@github.com>2025-10-14 16:30:57 +0000
commitfa9d4564a4c4c34f8d90d5631e5fa52eae8fd2d8 (patch)
tree016a421aa9309bdfd81610b5bc95512585a03c05 /Cargo.toml
parent771366f8f9d744ef70564fb07b6d374a18171e8e (diff)
downloadwarden-fa9d4564a4c4c34f8d90d5631e5fa52eae8fd2d8.tar.bz2
warden-fa9d4564a4c4c34f8d90d5631e5fa52eae8fd2d8.zip
chore(deps): update rust crate tracing-opentelemetry to 0.32.0
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 446c152..2312381 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -31,7 +31,7 @@ serde = "1.0.219"
serde_json = "1.0.142"
sqlx = { version = "0.8.6", default-features = false }
thiserror = "2.0.12"
-tracing-opentelemetry = "0.31.0"
+tracing-opentelemetry = "0.32.0"
url = "2.5.4"
time = "0.3.41"
tokio = "1.47.1"