From e9d63f5d3be76dccf1e01186727a63d0589f926d Mon Sep 17 00:00:00 2001 From: Yadong Ding Date: Tue, 19 Dec 2023 12:25:58 +0800 Subject: [PATCH] chore: upgrade dbs-snapshot to 1.5.1 v1.5.1 brings support of ppc64le and riscv64. Signed-off-by: Yadong Ding --- Cargo.lock | 4 ++-- upgrade/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 72248b004ee..7052fabd1f9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,9 +396,9 @@ dependencies = [ [[package]] name = "dbs-snapshot" -version = "1.5.0" +version = "1.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "baf0c82c41414e93c765f9fb84d5531a836f6a0855c5e1c7fcf6cd2c20c85f6e" +checksum = "3c8c92771f804e5635f82c7285b240663e09be1bb457e10e095357b7fb326e79" dependencies = [ "displaydoc", "libc", diff --git a/upgrade/Cargo.toml b/upgrade/Cargo.toml index 909a2b53874..0d57759692e 100644 --- a/upgrade/Cargo.toml +++ b/upgrade/Cargo.toml @@ -10,7 +10,7 @@ edition = "2021" [dependencies] sendfd = "0.4.3" -dbs-snapshot = "1.5.0" +dbs-snapshot = "1.5.1" thiserror = "1" versionize_derive = "0.1.6" versionize = "0.1.10"