From ac7bf7b843c19f89496fc24b2604a842981a7fa7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 05:08:56 +0000 Subject: [PATCH] chore(deps): bump tracing-actix-web from 0.7.9 to 0.7.10 Bumps [tracing-actix-web](https://github.com/LukeMathWalker/tracing-actix-web) from 0.7.9 to 0.7.10. - [Commits](https://github.com/LukeMathWalker/tracing-actix-web/compare/v0.7.9...v0.7.10) --- updated-dependencies: - dependency-name: tracing-actix-web dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- checkpointer/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7cc0c62..b3362cc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6778,9 +6778,9 @@ dependencies = [ [[package]] name = "tracing-actix-web" -version = "0.7.9" +version = "0.7.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1fe0d5feac3f4ca21ba33496bcb1ccab58cca6412b1405ae80f0581541e0ca78" +checksum = "fa069bd1503dd526ee793bb3fce408895136c95fc86d2edb2acf1c646d7f0684" dependencies = [ "actix-web", "mutually_exclusive_features", diff --git a/checkpointer/Cargo.toml b/checkpointer/Cargo.toml index ca6175c..c484e94 100644 --- a/checkpointer/Cargo.toml +++ b/checkpointer/Cargo.toml @@ -24,7 +24,7 @@ serde_json.workspace = true sqlx = { version = "0.7.3", features = ["runtime-tokio", "sqlite"] } thiserror.workspace = true tokio = { version = "1.35.1", default-features = false, features = ["macros", "sync"] } -tracing-actix-web = "0.7.6" +tracing-actix-web = "0.7.10" tracing.workspace = true url.workspace = true util = { path = "../util" }