From a6a6674f30052bda95fef639d7df15d20e51142d Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sat, 28 Jun 2025 12:26:35 +0800 Subject: [PATCH] feat: update dependencies --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a126f01..22fd963 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ serde_json = "1.0" secmem-proc = { version = "0.3", optional = true } seckey = "0.12" rust_util = { version = "0.6", features = ["use_clap"] } -tokio = { version = "1.37", features = ["full"] } +tokio = { version = "1.45", features = ["full"] } hyper = { version = "0.14", features = ["client", "server", "tcp", "http1", "http2"] } # use bundled fix musl build core dump on CentOS 6.9 rusqlite = { version = "0.32", features = ["bundled"] }