Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8bbce8c

Browse files
authoredFeb 16, 2024··
chore(deps): update salvo requirement from 0.65.0 to 0.66.0
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] <support@github.com>
1 parent 0e0fe75 commit 8bbce8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ pin-project-lite = "0.2.13"
3939
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
4040
criterion = { version = "0.5.1", features = ["html_reports"] }
4141
axum = "0.7.2"
42-
salvo = { version = "0.65.0", features = ["tower-compat"] }
42+
salvo = { version = "0.66.0", features = ["tower-compat"] }
4343
rust_socketio = { version = "0.4.2", features = ["async"] }

0 commit comments

Comments
 (0)
Please sign in to comment.