From a1378a4c59a717901ac740d5bee39c9d4980bf5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 06:05:17 +0000 Subject: [PATCH] build(deps): bump tracing from 0.1.39 to 0.1.40 Bumps [tracing](https://github.com/tokio-rs/tracing) from 0.1.39 to 0.1.40. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-0.1.39...tracing-0.1.40) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- lib/flake-lock/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 87b3974..a990ead 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1027,9 +1027,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tracing" -version = "0.1.39" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee2ef2af84856a50c1d430afce2fdded0a4ec7eda868db86409b4543df0797f9" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ "pin-project-lite", "tracing-attributes", diff --git a/Cargo.toml b/Cargo.toml index 45ebb7e..682d7c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ ropey = { version = "1.6.1", optional = true } serde = "1.0.189" serde_json = { version = "1.0.107", optional = true } thiserror = "1.0.50" -tracing = "0.1.39" +tracing = "0.1.40" tracing-subscriber = { version = "0.3.17", features = [ "time", "std", diff --git a/lib/flake-lock/Cargo.toml b/lib/flake-lock/Cargo.toml index 72deed6..70dc22a 100644 --- a/lib/flake-lock/Cargo.toml +++ b/lib/flake-lock/Cargo.toml @@ -14,4 +14,4 @@ homepage.workspace = true serde = "1.0.189" serde_json = "1.0.105" thiserror = "1.0.50" -tracing = "0.1.39" +tracing = "0.1.40"