Bump wal to 0.1.4 (#7674)

This commit is contained in:
Tim Visée
2025-12-02 18:10:17 +01:00
committed by GitHub
parent a6a8fc50d9
commit 2ca2113ee1
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -7800,8 +7800,8 @@ dependencies = [
[[package]]
name = "wal"
version = "0.1.2"
source = "git+https://github.com/qdrant/wal.git?rev=fbb2f2a1603222df3f8a34cc6ae2c93ceffbc172#fbb2f2a1603222df3f8a34cc6ae2c93ceffbc172"
version = "0.1.4"
source = "git+https://github.com/qdrant/wal.git?rev=b03a156b0ffdbe8109b2c3c409ce3be2ec6d229e#b03a156b0ffdbe8109b2c3c409ce3be2ec6d229e"
dependencies = [
"byteorder",
"crc32c",

View File

@@ -280,7 +280,7 @@ tonic-reflection = "0.11.0"
tracing = { version = "0.1", features = ["async-await"] }
uuid = { version = "1.18", features = ["v4", "serde"] }
validator = { version = "0.20.0", features = ["derive"] }
wal = { git = "https://github.com/qdrant/wal.git", rev = "fbb2f2a1603222df3f8a34cc6ae2c93ceffbc172" }
wal = { git = "https://github.com/qdrant/wal.git", rev = "b03a156b0ffdbe8109b2c3c409ce3be2ec6d229e" }
zerocopy = { version = "0.8.31", features = ["derive"] }
atomic_refcell = "0.1.13"
byteorder = "1.5.0"