diff --git a/Cargo.lock b/Cargo.lock index 63cd852..ea7e880 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2911,9 +2911,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.38" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9cf6a813d3f40c88b0b6b6f29a5c95c6cdbf97c1f9cc53fb820200f5ad814d" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "log", "pin-project-lite", @@ -2923,9 +2923,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.24" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", @@ -2934,9 +2934,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.30" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ "once_cell", "valuable", diff --git a/Cargo.toml b/Cargo.toml index 0e80180..60b0259 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ strum_macros = "0.25" thiserror = "=1.0.44" tokio = { version = "1.29", features = ["time", "macros", "tracing"] } tonic = { version = "0.8.3", features = ["tls-webpki-roots"] } -tracing = { version = "0.1.38", features = ["log"] } +tracing = { version = "0.1.40", features = ["log"] } uritemplate = "0.1.2" [target.'cfg(target_os = "linux")'.dependencies]