From 74f25d9536c52a9c8c102592e11719df123b7358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 11:22:21 +0000 Subject: [PATCH] build(deps): update salvo_extra requirement from 0.75.0 to 0.76.0 Updates the requirements on [salvo_extra](https://github.com/salvo-rs/salvo) to permit the latest version. - [Release notes](https://github.com/salvo-rs/salvo/releases) - [Commits](https://github.com/salvo-rs/salvo/compare/v0.75.0...v0.76.0) --- updated-dependencies: - dependency-name: salvo_extra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- protect-salvo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protect-salvo/Cargo.toml b/protect-salvo/Cargo.toml index cb092c6..6ffdaf7 100644 --- a/protect-salvo/Cargo.toml +++ b/protect-salvo/Cargo.toml @@ -22,7 +22,7 @@ macro-check = ["protect-endpoints-proc-macro"] [dependencies] salvo = { version = "0.75.0", default-features = false } -salvo_extra = { version = "0.75.0", default-features = false, features = ["tower-compat"] } +salvo_extra = { version = "0.76.0", default-features = false, features = ["tower-compat"] } protect-endpoints-core = { workspace = true, features = ["tower"] } protect-endpoints-proc-macro = { workspace = true, features = ["salvo"], optional = true } tower = { version = "0.5", default-features = false }