Browse Source

Salvo: update version to 0.40 (#8188)

Chrislearn Young 2 years ago
parent
commit
7c66f843c9
1 changed files with 1 additions and 3 deletions
  1. 1 3
      frameworks/Rust/salvo/Cargo.toml

+ 1 - 3
frameworks/Rust/salvo/Cargo.toml

@@ -49,7 +49,7 @@ markup = "0.13"
 mongodb = { version = "2.4.0", features = ["zstd-compression", "snappy-compression", "zlib-compression"] }
 once_cell = "1"
 rand = { version = "0.8", features = ["min_const_gen", "small_rng"] }
-salvo = { version = "0.38", default-features = false, features = ["anyhow", "http1", "affix"] }
+salvo = { version = "0.40", default-features = false, features = ["anyhow", "http1", "affix"] }
 serde = { version = "1", features = ["derive"] }
 serde_json = "1"
 # smallvec = "1"
@@ -68,5 +68,3 @@ opt-level = 3
 codegen-units = 1
 panic = "abort"
 
-[patch.crates-io]
-salvo = { git = "https://github.com/salvo-rs/salvo.git" }