Skip to content

Commit

Permalink
Update salvo requirement from 0.60 to 0.61 (#23)
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.60.0...v0.60.0)

---
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 17, 2023
1 parent d248ee6 commit 30295ed
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.60", default-features = true }
salvo = { version = "0.61", default-features = true }
serde = { version = "1" }
serde_json = { version = "1" }
smallvec = "1"
Expand Down

0 comments on commit 30295ed

Please sign in to comment.