From b45a942fd9617fa999fe3ec5811b6ccb2840eeab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 20:40:11 +0000 Subject: [PATCH] build(deps): bump tracing from 0.1.37 to 0.1.39 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.37 to 0.1.39. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.37...tracing-0.1.39) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++------- Cargo.toml | 2 +- lib/flake-lock/Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5416a6..7dd9430 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,11 +1027,10 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tracing" -version = "0.1.37" +version = "0.1.39" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" +checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9" dependencies = [ - "cfg-if", "pin-project-lite", "tracing-attributes", "tracing-core", @@ -1039,9 +1038,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.26" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", @@ -1050,9 +1049,9 @@ dependencies = [ [[package]] name = "tracing-core" -version = "0.1.31" +version = "0.1.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a" +checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" dependencies = [ "once_cell", "valuable", diff --git a/Cargo.toml b/Cargo.toml index 400751e..df79680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ ropey = { version = "1.6.0", optional = true } serde = "1.0.188" serde_json = { version = "1.0.107", optional = true } thiserror = "1.0.49" -tracing = "0.1.36" +tracing = "0.1.39" tracing-subscriber = { version = "0.3.17", features = [ "time", "std", diff --git a/lib/flake-lock/Cargo.toml b/lib/flake-lock/Cargo.toml index f3e1b93..059b153 100644 --- a/lib/flake-lock/Cargo.toml +++ b/lib/flake-lock/Cargo.toml @@ -14,4 +14,4 @@ homepage.workspace = true serde = "1.0.188" serde_json = "1.0.105" thiserror = "1.0.48" -tracing = "0.1.37" +tracing = "0.1.39"