From bb48d5099061a9509f209b35b04ae0057bdf9001 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 23:43:24 +0000 Subject: [PATCH] fix(deps): update rust tracing monorepo --- aliri_axum/Cargo.toml | 2 +- aliri_oauth2/Cargo.toml | 2 +- aliri_tokens/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/aliri_axum/Cargo.toml b/aliri_axum/Cargo.toml index a1fb7cb..d89ae0e 100644 --- a/aliri_axum/Cargo.toml +++ b/aliri_axum/Cargo.toml @@ -34,4 +34,4 @@ serde_json = "1" time = { version = "0.3.9", features = ["formatting"] } tokio = { version = "1", features = [ "rt-multi-thread", "macros", "time" ] } tracing = "0.1" -tracing-subscriber = { version = "0.3.11", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } diff --git a/aliri_oauth2/Cargo.toml b/aliri_oauth2/Cargo.toml index 01a0702..1a7c218 100644 --- a/aliri_oauth2/Cargo.toml +++ b/aliri_oauth2/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "0.11", optional = true, default-features = false, feature serde = { version = "1", features = [ "derive" ] } thiserror = "1" tokio = { version = "1", features = [ "time" ], optional = true } -tracing = "0.1.15" +tracing = "0.1.40" [dev-dependencies] aliri = { version = "0.6.0", path = "../aliri", features = [ "private-keys" ] } diff --git a/aliri_tokens/Cargo.toml b/aliri_tokens/Cargo.toml index 8e0a443..f141b4a 100644 --- a/aliri_tokens/Cargo.toml +++ b/aliri_tokens/Cargo.toml @@ -31,7 +31,7 @@ serde = { version = "1", features = [ "derive" ] } serde_json = { version = "1", optional = true } thiserror = "1" tokio = { version = "1", features = [ "time" ] } -tracing = "0.1.15" +tracing = "0.1.40" [dev-dependencies] clap = { version = "4.0.18", features = ["derive", "env"] }