From b713558b583920726548b322d05de566967063a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Jul 2026 12:03:50 +0000 Subject: [PATCH 1/2] Update Rust crate salvo to 0.94 --- rust/salvo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/salvo/Cargo.toml b/rust/salvo/Cargo.toml index 73a59689d30..e0613175d96 100644 --- a/rust/salvo/Cargo.toml +++ b/rust/salvo/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Chrislearn Young "] [dependencies] -salvo = { version = "0.93", default-features = false, features = ["server", "http1"]} +salvo = { version = "0.94", default-features = false, features = ["server", "http1"]} tokio = { version = "1", features = ["full"] } [profile.release] From d0c59a97d49acbc9ef5df90b5300660b7cf5da61 Mon Sep 17 00:00:00 2001 From: Marwan Date: Sun, 12 Jul 2026 08:59:28 +0200 Subject: [PATCH 2/2] update version --- rust/salvo/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/salvo/config.yaml b/rust/salvo/config.yaml index f2de0004edc..4dd1d25d59c 100644 --- a/rust/salvo/config.yaml +++ b/rust/salvo/config.yaml @@ -1,3 +1,3 @@ framework: github: salvo-rs/salvo - version: 0.93 + version: 0.94