Skip to content

Commit

Permalink
Bump salvo from 0.67.2 to 0.68.0 (#336)
Browse files Browse the repository at this point in the history
Bumps [salvo](https://github.com/salvo-rs/salvo) from 0.67.2 to 0.68.0.
- [Release notes](https://github.com/salvo-rs/salvo/releases)
- [Commits](salvo-rs/salvo@v0.67.2...v0.68.0)

---
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 Jun 1, 2024
1 parent 12b86b2 commit 8e090de
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
37 changes: 18 additions & 19 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 @@ -73,7 +73,7 @@ profiling = { version = "1.0", features = ["profile-with-tracing"], optional = t
ehttp = { version = "0.5", optional = true } # Very simple HTTP client that supports web

# === SERVER ===
salvo = { version = "0.67", optional = true } # Simple HTTP server
salvo = { version = "0.68", 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.12", optional = true } # For caching resources
Expand Down

0 comments on commit 8e090de

Please sign in to comment.