diff --git a/Cargo.toml b/Cargo.toml index f71ed54..7ffc49e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ lazy_static = "1.4.0" tar = "0.4.38" ruzstd = { git = "https://github.com/KillingSpark/zstd-rs.git" } serde_json = "1.0.79" -tracing = "0.1.32" +tracing = "0.1.33" itertools = "0.10.3" static_assertions = "1.1.0" phf = "0.10.1" @@ -52,7 +52,7 @@ itertools = "0.10.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies] instant = "0.1.12" -tracing-subscriber = "0.3.10" +tracing-subscriber = "0.3.11" rayon = { git = "https://github.com/rayon-rs/rayon.git", optional = true } async-lock = { git = "https://github.com/smol-rs/async-lock.git", optional = true }