Skip to content

Commit

Permalink
fix(deps): update rust crate salvo to 0.49 (#6543)
Browse files Browse the repository at this point in the history
* fix(deps): update rust crate salvo to 0.49

* update version in results

* update version in results

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Marwan Rabbâa <waghanza@gmail.com>
  • Loading branch information
renovate[bot] and waghanza authored Jul 25, 2023
1 parent 2029e40 commit b151025
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/salvo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
authors = ["Chrislearn Young <chrislearn@hotmail.com>"]

[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]
Expand Down
2 changes: 1 addition & 1 deletion rust/salvo/config.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
framework:
github: salvo-rs/salvo
version: 0.47
version: 0.49

0 comments on commit b151025

Please sign in to comment.