From d1b1e896f6a830b323094ce4349f91654b29f962 Mon Sep 17 00:00:00 2001 From: weisd Date: Mon, 12 Aug 2024 17:55:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E8=87=AA=E5=AE=9A?= =?UTF-8?q?=E4=B9=89MetaObject=20marshal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.lock | 1 + ecstore/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index e6788f39e..e3a0f1337 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -325,6 +325,7 @@ dependencies = [ "path-clean", "reed-solomon-erasure", "regex", + "rmp", "rmp-serde", "s3s", "serde", diff --git a/ecstore/Cargo.toml b/ecstore/Cargo.toml index d46b9a7d5..e593485e9 100644 --- a/ecstore/Cargo.toml +++ b/ecstore/Cargo.toml @@ -38,6 +38,7 @@ sha2 = "0.10.8" hex-simd = "0.8.0" path-clean = "1.0.1" tokio-stream = "0.1.15" +rmp = "0.8.14" [target.'cfg(not(windows))'.dependencies] openssl = "0.10.66"