diff --git a/Cargo.lock b/Cargo.lock index 55de870..a823253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3432,14 +3432,12 @@ dependencies = [ [[package]] name = "tracing-opentelemetry" -version = "0.28.0" +version = "0.32.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "97a971f6058498b5c0f1affa23e7ea202057a7301dbff68e968b2d578bcbd053" +checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc" dependencies = [ "js-sys", - "once_cell", - "opentelemetry 0.27.1", - "opentelemetry_sdk 0.27.1", + "opentelemetry 0.31.0", "smallvec", "tracing", "tracing-core", diff --git a/Cargo.toml b/Cargo.toml index 2b3fe5e..8459e68 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ tokio = { version = "1", features = ["rt-multi-thread", "macros", "time", "net"] tokio-serial = { version = "5", optional = true, features = ["tokio-util", "libudev"] } toml = "0.8.20" tracing = "0.1" -tracing-opentelemetry = "0.28.0" +tracing-opentelemetry = "0.32.1" tracing-slog = "0.3.0" tracing-subscriber = { version = "0.3.22", features = ["registry", "std", "fmt", "smallvec", "ansi", "tracing-log", "json", "env-filter"] } uuid = "1.16.0"