diff --git a/Cargo.lock b/Cargo.lock index 41947da..7fb0c94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -893,9 +893,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.24.2" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" +checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" dependencies = [ "autocfg", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 2b7bb56..a94a5b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ opentelemetry = "0.17.0" opentelemetry-jaeger = "0.16.0" serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" -tokio = { version = "1.24.1", features = ["full", "tracing"] } +tokio = { version = "1.25.0", features = ["full", "tracing"] } tracing = "0.1" tracing-opentelemetry = "0.17.2" tracing-subscriber = { version = "0.3", features = ["json"] }