Skip to content

Commit

Permalink
Bump salvo from 0.49.1 to 0.50.3 (#172)
Browse files Browse the repository at this point in the history
Bumps [salvo](https://github.com/salvo-rs/salvo) from 0.49.1 to 0.50.3.
- [Release notes](https://github.com/salvo-rs/salvo/releases)
- [Commits](salvo-rs/salvo@v0.49.1...v0.50.3)

---
updated-dependencies:
- dependency-name: salvo
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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 Aug 12, 2023
1 parent 0951db7 commit f3abd39
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ profiling = { version = "1.0", features = ["profile-with-tracing"], optional = t
ehttp = { version = "0.3", optional = true } # Very simple HTTP client that supports web

# === SERVER ===
salvo = { version = "0.49", optional = true } # Simple HTTP server
salvo = { version = "0.50", optional = true } # Simple HTTP server
notify-debouncer-mini = { version = "*", default-features = false, optional = true } # Watch for file changes
httpdate = { version = "1.0", optional = true } # Formatting of dates
lru = { version = "0.11", optional = true } # For caching resources
Expand Down

0 comments on commit f3abd39

Please sign in to comment.