diff --git a/Cargo.lock b/Cargo.lock index 1f1b257..a4bc0c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1504,9 +1504,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.27" +version = "0.1.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" +checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d" dependencies = [ "proc-macro2", "quote", diff --git a/frontendservice/Cargo.toml b/frontendservice/Cargo.toml index 4491bef..8a24396 100644 --- a/frontendservice/Cargo.toml +++ b/frontendservice/Cargo.toml @@ -18,7 +18,7 @@ tower-http = { version = "0.6.1", features = ["trace"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["default", "env-filter"]} tracing-futures = "0.2.5" -tracing-attributes = "0.1.27" +tracing-attributes = "0.1.28" [build-dependencies] tonic-build = { version = "0.12.3" } diff --git a/quotationservice/Cargo.toml b/quotationservice/Cargo.toml index 2b00b60..7d8f5e8 100644 --- a/quotationservice/Cargo.toml +++ b/quotationservice/Cargo.toml @@ -21,7 +21,7 @@ tower-http = { version = "0.6.1", features = ["trace"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["default", "env-filter"]} tracing-futures = "0.2.5" -tracing-attributes = "0.1.27" +tracing-attributes = "0.1.28" [build-dependencies] tonic-build = { version = "0.12.3" }