Skip to content

Commit 85b3f1a

Browse files
committed
update dependencies (including rocksdb 10.4.2, shakmaty 0.30)
1 parent addbffe commit 85b3f1a

File tree

15 files changed

+1445
-1204
lines changed

15 files changed

+1445
-1204
lines changed

Cargo.lock

Lines changed: 729 additions & 604 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ moka = { version = "0.12", features = ["future"] }
2525
nohash-hasher = "0.2"
2626
partial_sort = "1"
2727
pin-project-lite = "0.2"
28-
reqwest = { version = "0.12", features = ["stream"] }
29-
rocksdb = { git = "https://github.com/niklasf/rust-rocksdb", branch = "rocksdb-10.2.1", features = ["io-uring", "lz4", "zstd", "jemalloc", "bindgen-runtime"], default-features = false }
28+
reqwest = { version = "0.13", features = ["stream", "query"] }
29+
rocksdb = { version = "0.24", features = ["io-uring", "lz4", "zstd", "jemalloc", "bindgen-runtime"], default-features = false }
3030
serde = { version = "1", features = ["derive"] }
3131
serde_json = "1"
3232
serde_with = { version = "3", features = ["time_0_3"] }
3333
sha-1 = "0.10"
34-
shakmaty = { version = "0.29", features = ["variant", "nohash-hasher"] }
34+
shakmaty = { version = "0.30", features = ["variant", "nohash-hasher"] }
3535
sync_wrapper = "1"
3636
thin-vec = "0.2"
3737
thiserror = "2"

0 commit comments

Comments
 (0)