Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2023
1 parent 08a36ca commit 76816bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 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.48", optional = true } # Simple HTTP server
salvo = { version = "0.49", 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 76816bc

Please sign in to comment.