From ec6de5c9a6d54608a88f817220c7b01113200525 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 00:14:00 +0000 Subject: [PATCH] chore(deps): update salvo-http3 requirement from 0.0.4 to 0.0.5 Updates the requirements on [salvo-http3](https://github.com/salvo-rs/salvo-http3) to permit the latest version. - [Changelog](https://github.com/salvo-rs/salvo-http3/blob/main/changelog-h3-quinn.md) - [Commits](https://github.com/salvo-rs/salvo-http3/commits) --- updated-dependencies: - dependency-name: salvo-http3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index aed66d3cd..e7f1743cf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -91,7 +91,7 @@ salvo-cache = { version = "0.58.5", path = "crates/cache", default-features = fa salvo-cors = { version = "0.58.5", path = "crates/cors", default-features = false } salvo-csrf = { version = "0.58.5", path = "crates/csrf", default-features = false } salvo-flash = { version = "0.58.5", path = "crates/flash", default-features = false } -salvo-http3 = { version = "0.0.4", default-features = false } +salvo-http3 = { version = "0.0.5", default-features = false } salvo-jwt-auth = { version = "0.58.5", path = "crates/jwt-auth", default-features = false } salvo-oapi = { version = "0.58.5", path = "./crates/oapi", default-features = false } salvo-oapi-macros = { version = "0.58.5", path = "crates/oapi-macros", default-features = false }