From 98843ceff4e57e4e68a45fbf3b61cd0535c73c68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:33:54 +0000 Subject: [PATCH] Bump tracing from 0.1.39 to 0.1.40 in /whisper 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 ... Signed-off-by: dependabot[bot] --- whisper/Cargo.lock | 4 ++-- whisper/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/whisper/Cargo.lock b/whisper/Cargo.lock index 0252abc..376d6b7 100644 --- a/whisper/Cargo.lock +++ b/whisper/Cargo.lock @@ -2898,9 +2898,9 @@ checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" [[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 = [ "log", "pin-project-lite", diff --git a/whisper/Cargo.toml b/whisper/Cargo.toml index 62e7558..340f5de 100644 --- a/whisper/Cargo.toml +++ b/whisper/Cargo.toml @@ -32,7 +32,7 @@ thiserror = "1.0.38" tokio = { version = "1.26.0", features= ["full"]} whisper-rs = "0.8.0" ## Logging -tracing = "0.1.37" +tracing = "0.1.40" tracing-subscriber = { version = "0.3.16", features = ["registry", "env-filter"] } tracing-futures = "0.2.5" tracing-log = "0.1.3"