diff --git a/rust/salvo/Cargo.toml b/rust/salvo/Cargo.toml index 200e7094876..7ff14b64503 100644 --- a/rust/salvo/Cargo.toml +++ b/rust/salvo/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" authors = ["Chrislearn Young "] [dependencies] -salvo = { version = "0.48", default-features = false, features = ["http1"]} +salvo = { version = "0.49", default-features = false, features = ["http1"]} tokio = { version = "1", features = ["full"] } [profile.release] diff --git a/rust/salvo/config.yaml b/rust/salvo/config.yaml index eb39c0c8444..66d3f451222 100644 --- a/rust/salvo/config.yaml +++ b/rust/salvo/config.yaml @@ -1,3 +1,3 @@ framework: github: salvo-rs/salvo - version: 0.47 + version: 0.49