We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49cf612 commit aa9769cCopy full SHA for aa9769c
crates/benchmarks/Cargo.toml
@@ -18,8 +18,8 @@ env_logger = { version = "0.11.8" }
18
log = { version = "0.4.28" }
19
mimalloc = { version = "0.1", optional = true, default-features = false }
20
parquet = { version = "56.2.0" }
21
-serde = { version = "1.0.219", features = ["derive"] }
+serde = { workspace = true, features = ["derive"] }
22
serde_json = { workspace = true }
23
-snmalloc-rs = { version = "0.3", optional = true }
+snmalloc-rs = { workspace = true, optional = true }
24
structopt = { version = "0.3", default-features = false }
25
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }
0 commit comments