From 6b7257f82b5d47822b4f540d0f4fd1c44033d163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 05:10:54 +0000 Subject: [PATCH] Bump the cargo group with 1 update Bumps the cargo 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.37...tracing-0.1.40) --- updated-dependencies: - dependency-name: tracing dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 ++++++------- flac-tracksplit/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 371e614..61e219f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -803,11 +803,10 @@ dependencies = [ [[package]] name = "tracing" -version = "0.1.37" +version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8" +checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" dependencies = [ - "cfg-if", "pin-project-lite", "tracing-attributes", "tracing-core", @@ -815,9 +814,9 @@ dependencies = [ [[package]] name = "tracing-attributes" -version = "0.1.24" +version = "0.1.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74" +checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" dependencies = [ "proc-macro2", "quote", @@ -826,9 +825,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/flac-tracksplit/Cargo.toml b/flac-tracksplit/Cargo.toml index 46fec1a..1bc065d 100644 --- a/flac-tracksplit/Cargo.toml +++ b/flac-tracksplit/Cargo.toml @@ -27,7 +27,7 @@ rayon = "1.8.0" symphonia-bundle-flac = "0.5.3" symphonia-core = "0.5.3" symphonia-utils-xiph = "0.5.2" -tracing = "0.1.37" +tracing = "0.1.40" tracing-indicatif = "0.3.5" tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }