From 18a106827ea884e7b95204ac37e2474f8703e9df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:54:11 +0000 Subject: [PATCH] Bump tracing-subscriber from 0.3.17 to 0.3.18 in /lean Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.17 to 0.3.18. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.17...tracing-subscriber-0.3.18) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- lean/Cargo.lock | 19 ++++--------------- lean/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/lean/Cargo.lock b/lean/Cargo.lock index cfd41dd..6645042 100644 --- a/lean/Cargo.lock +++ b/lean/Cargo.lock @@ -2738,17 +2738,6 @@ dependencies = [ "valuable", ] -[[package]] -name = "tracing-log" -version = "0.1.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" -dependencies = [ - "lazy_static", - "log", - "tracing-core", -] - [[package]] name = "tracing-log" version = "0.2.0" @@ -2773,16 +2762,16 @@ dependencies = [ "smallvec", "tracing", "tracing-core", - "tracing-log 0.2.0", + "tracing-log", "tracing-subscriber", "web-time", ] [[package]] name = "tracing-subscriber" -version = "0.3.17" +version = "0.3.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77" +checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" dependencies = [ "matchers", "nu-ansi-term", @@ -2793,7 +2782,7 @@ dependencies = [ "thread_local", "tracing", "tracing-core", - "tracing-log 0.1.3", + "tracing-log", ] [[package]] diff --git a/lean/Cargo.toml b/lean/Cargo.toml index 40d3d0a..d441738 100644 --- a/lean/Cargo.toml +++ b/lean/Cargo.toml @@ -12,7 +12,7 @@ prost = "0.12.3" tower-http = { version = "0.5.0", features = ["full"] } tonic = "0.10.2" tracing = "0.1.40" -tracing-subscriber = { version = "0.3.17", features = ["fmt", "env-filter"] } +tracing-subscriber = { version = "0.3.18", features = ["fmt", "env-filter"] } sqlx = { version = "0.7.3", features = ["runtime-tokio-rustls", "postgres", "time", "json"] } dotenvy = "0.15.7" time = { version = "0.3.31", features = ["formatting"] }