From 30295edb7c0073875f980c74650dd72c3b766881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 17:25:55 +0800 Subject: [PATCH] Update salvo requirement from 0.60 to 0.61 (#23) 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](https://github.com/salvo-rs/salvo/compare/v0.60.0...v0.60.0) --- updated-dependencies: - dependency-name: salvo dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f17ea9f..1a485bf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ paste = "1" percent-encoding = "2" path-slash = "0.2" regex = "1" -salvo = { version = "0.60", default-features = true } +salvo = { version = "0.61", default-features = true } serde = { version = "1" } serde_json = { version = "1" } smallvec = "1"