From f6577afec390d3db71b2a8eebab9b641370c36b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:13:00 +0000 Subject: [PATCH] Bump the minor-patches group with 1 update Bumps the minor-patches group with 1 update: [tracing](https://github.com/tokio-rs/tracing). - [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 dependency-group: minor-patches ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/applesauce-core/Cargo.toml | 2 +- crates/applesauce/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 357d4e3..a2fcbdb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -849,9 +849,9 @@ dependencies = [ [[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/crates/applesauce-core/Cargo.toml b/crates/applesauce-core/Cargo.toml index 4108624..7a60a13 100644 --- a/crates/applesauce-core/Cargo.toml +++ b/crates/applesauce-core/Cargo.toml @@ -24,7 +24,7 @@ system-lzfse = ["lzfse"] [dependencies] libc = "0.2.149" memchr = "2.6" -tracing = "0.1.39" +tracing = "0.1.40" flate2 = { version = "1.0", optional = true } diff --git a/crates/applesauce/Cargo.toml b/crates/applesauce/Cargo.toml index 23c3e1b..73ba45b 100644 --- a/crates/applesauce/Cargo.toml +++ b/crates/applesauce/Cargo.toml @@ -33,7 +33,7 @@ libc = "0.2.149" memchr = "2.6" oneshot = "0.1.6" tempfile = "3.8.0" -tracing = "0.1.39" +tracing = "0.1.40" walkdir = "2.4.0" flate2 = { version = "1.0", optional = true }