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] 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