diff --git a/Cargo.lock b/Cargo.lock index 9e3e78d..85c2f70 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1702,9 +1702,9 @@ dependencies = [ [[package]] name = "tracing-subscriber" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" +checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" dependencies = [ "matchers", "nu-ansi-term", diff --git a/Cargo.toml b/Cargo.toml index 773ba79..d28895e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ apalis-workflow = { version = "0.1.0-rc.4" } bincode = { version = "2.0.1", features = ["serde"] } apalis-board = { version = "1.0.0-rc.3", features = ["axum"] } axum = { version = "0.8", features = ["macros", "json"] } -tracing-subscriber = { version = "0.3.11", features = ["env-filter"] } +tracing-subscriber = { version = "0.3.23", features = ["env-filter"] } tracing = "0.1" tower-http = { version = "0.6.6", features = ["fs", "normalize-path"] }