From e43c52019618537cd76e0cadf79a8afb320287cd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 19 Oct 2024 07:37:10 +0000 Subject: [PATCH] fix(deps): update rust crate tracing-actix-web to v0.7.14 --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 41a1f33..5cac225 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2299,9 +2299,9 @@ dependencies = [ [[package]] name = "mutually_exclusive_features" -version = "0.0.3" +version = "0.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d02c0b00610773bb7fc61d85e13d86c7858cbdf00e1a120bfc41bc055dbaa0e" +checksum = "e94e1e6445d314f972ff7395df2de295fe51b71821694f0b0e1e79c4f12c8577" [[package]] name = "native-tls" @@ -4124,9 +4124,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.7.12" +version = "0.7.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "284586dc201db407be8c9d721abad1b3a6dacbbce5cccecd4fd15a37db95ab0d" +checksum = "6b87073920bcce23e9f5cb0d2671e9f01d6803bb5229c159b2f5ce6806d73ffc" dependencies = [ "actix-web", "mutually_exclusive_features", -- 2.39.5