From 2ca2113ee181df4efe077cb5880db175496ef7f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Tue, 2 Dec 2025 18:10:17 +0100 Subject: [PATCH] Bump wal to 0.1.4 (#7674) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5cf69c36d..37ac62a03d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index 958cc3417f..55f29a67bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"