From efab76c35a2ba2b8b394416efd16d2277ac0efaa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 05:30:09 +0000 Subject: [PATCH] Bump tracing from 0.1.40 to 0.1.41 (#1429) Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.40 to 0.1.41. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.40...tracing-0.1.41) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- migration/Cargo.toml | 2 +- test-support/Cargo.toml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e7d722d7..93675bf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5311,9 +5311,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[package]] name = "tracing" -version = "0.1.40" +version = "0.1.41" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" +checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" dependencies = [ "log", "pin-project-lite", @@ -5323,9 +5323,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", @@ -5345,9 +5345,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.32" +version = "0.1.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" +checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c" dependencies = [ "once_cell", "valuable", diff --git a/Cargo.toml b/Cargo.toml index 3a9ca75e..5f816ab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ subtle = "2.6.1" thiserror = "2.0.3" time = { version = "0.3.36", features = ["serde", "serde-well-known"] } tokio = { version = "1.41.1", features = ["full"] } -tracing = "0.1.40" +tracing = "0.1.41" trillium = "0.2.20" tracing-chrome = "0.7.2" tracing-log = "0.2.0" diff --git a/migration/Cargo.toml b/migration/Cargo.toml index 039663b2..99d67054 100644 --- a/migration/Cargo.toml +++ b/migration/Cargo.toml @@ -16,7 +16,7 @@ sea-orm = "1.0.1" serde_json = "1.0.133" thiserror = "2.0.3" time = "0.3.36" -tracing = "0.1.40" +tracing = "0.1.41" tracing-subscriber = "0.3.18" [dependencies.sea-orm-migration] diff --git a/test-support/Cargo.toml b/test-support/Cargo.toml index ed0438ee..4eb89054 100644 --- a/test-support/Cargo.toml +++ b/test-support/Cargo.toml @@ -14,7 +14,7 @@ divviup-api.workspace = true serde = "1.0.215" serde_json = "1.0.133" thiserror = "2.0.3" -tracing = "0.1.40" +tracing = "0.1.41" tracing-log = "0.2.0" tracing-subscriber = { version = "0.3.18", features = [ "json",