Skip to content

Commit aa9769c

Browse files
committed
Fix versions
1 parent 49cf612 commit aa9769c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/benchmarks/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ env_logger = { version = "0.11.8" }
1818
log = { version = "0.4.28" }
1919
mimalloc = { version = "0.1", optional = true, default-features = false }
2020
parquet = { version = "56.2.0" }
21-
serde = { version = "1.0.219", features = ["derive"] }
21+
serde = { workspace = true, features = ["derive"] }
2222
serde_json = { workspace = true }
23-
snmalloc-rs = { version = "0.3", optional = true }
23+
snmalloc-rs = { workspace = true, optional = true }
2424
structopt = { version = "0.3", default-features = false }
2525
tokio = { workspace = true, features = ["rt-multi-thread", "parking_lot"] }

0 commit comments

Comments
 (0)