diff --git a/crates/storage/nippy-jar/Cargo.toml b/crates/storage/nippy-jar/Cargo.toml index c1da620a6312..56f140afbda4 100644 --- a/crates/storage/nippy-jar/Cargo.toml +++ b/crates/storage/nippy-jar/Cargo.toml @@ -25,7 +25,7 @@ lz4_flex = { version = "0.11", default-features = false } memmap2 = "0.9.4" bincode.workspace = true serde = { workspace = true, features = ["derive"] } -tracing = { workspace = true, features = ["std"] } +tracing.workspace = true anyhow = "1.0" thiserror.workspace = true derive_more.workspace = true