Skip to content

Commit

Permalink
chore(deps): update salvo requirement from 0.65.0 to 0.66.0 (#266)
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.65.0...v0.65.2)

---
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 Feb 17, 2024
1 parent 0e0fe75 commit c8bbd22
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 @@ -39,5 +39,5 @@ pin-project-lite = "0.2.13"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
criterion = { version = "0.5.1", features = ["html_reports"] }
axum = "0.7.2"
salvo = { version = "0.65.0", features = ["tower-compat"] }
salvo = { version = "0.66.0", features = ["tower-compat"] }
rust_socketio = { version = "0.4.2", features = ["async"] }

0 comments on commit c8bbd22

Please sign in to comment.