From e0aedef4f87e35686705e2f34a735881b7d8250a Mon Sep 17 00:00:00 2001 From: eclipse-zenoh-bot Date: Tue, 23 Jul 2024 00:15:22 +0000 Subject: [PATCH] build: Sync Cargo lockfile with Zenoh's --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54e7982..aa5c630 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1100,9 +1100,9 @@ dependencies = [ [[package]] name = "lz4-sys" -version = "1.9.5" +version = "1.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3" +checksum = "109de74d5d2353660401699a4174a4ff23fcc649caf553df71933c7fb45ad868" dependencies = [ "cc", "libc",