diff --git a/Cargo.toml b/Cargo.toml index 001a8b8..3da0a3c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,5 +43,5 @@ tokio = { version = "1", features = ["full"] } opentelemetry = { version = "0.24" } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter","registry"] } -tracing-opentelemetry = { version = "0.24" } +tracing-opentelemetry = { version = "0.25" } cargo-husky = { version = "1.5", default-features = false, features = ["run-for-all", "prepush-hook", "run-cargo-fmt"] }