Skip to content

Commit

Permalink
Update salvo requirement from 0.59 to 0.60 (#21)
Browse files Browse the repository at this point in the history
Updates the requirements on [salvo](https://github.com/salvo-rs/salvo) to permit the latest version.
- [Release notes](https://github.com/salvo-rs/salvo/releases)
- [Commits](salvo-rs/salvo@v0.59.0...v0.59.1)

---
updated-dependencies:
- dependency-name: salvo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent 59375f7 commit 3f91e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ paste = "1"
percent-encoding = "2"
path-slash = "0.2"
regex = "1"
salvo = { version = "0.59", default-features = true }
salvo = { version = "0.60", default-features = true }
serde = { version = "1" }
serde_json = { version = "1" }
smallvec = "1"
Expand Down

0 comments on commit 3f91e81

Please sign in to comment.