From 96cef420eee222802e3181e9845941526acf2c52 Mon Sep 17 00:00:00 2001 From: Quanyi Ma Date: Mon, 23 Sep 2024 11:14:51 +0800 Subject: [PATCH] Upgrade crates version of scorpio Signed-off-by: Quanyi Ma --- scorpio/Cargo.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/scorpio/Cargo.toml b/scorpio/Cargo.toml index 71f0d449d..5fb6b2ed7 100644 --- a/scorpio/Cargo.toml +++ b/scorpio/Cargo.toml @@ -9,19 +9,19 @@ mercury = { path = "../mercury" } toml = "0.8.19" fuser = "0.14.0" -libc = "0.2.155" +libc = "0.2.158" log = "0.4.22" radix_trie = "0.2.1" signal-hook = "0.3.17" tracing = "0.1.40" -serde_json = "1.0.117" +serde_json = "1.0.128" once_cell = "1.19.0" -arc-swap = "1.5" -reqwest = { version = "0.12.5", features = ["json"] } -serde = { version = "1.0.203", features = ["derive"] } +arc-swap = "1.7.1" +reqwest = { version = "0.12.7", features = ["json"] } +serde = { version = "1.0.210", features = ["derive"] } fuse-backend-rs = { version = "0.12.0"} -tokio = { version = "1.38.1", features = ["full"] } -vm-memory = { version = "0.10", features = ["backend-mmap", "backend-bitmap"] } +tokio = { version = "1.40.0", features = ["full"] } +vm-memory = { version = "0.15.0", features = ["backend-mmap", "backend-bitmap"] } env_logger = "0.11.5" sled = "0.34.7" bincode = "1.3.3"