From f558f8dddb267974d5467b0feb7905f0787011c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jan 2024 20:24:01 +0000 Subject: [PATCH] build(deps): Bump trillium-http from 0.3.11 to 0.3.12 Bumps [trillium-http](https://github.com/trillium-rs/trillium) from 0.3.11 to 0.3.12. - [Release notes](https://github.com/trillium-rs/trillium/releases) - [Commits](https://github.com/trillium-rs/trillium/compare/trillium-http-v0.3.11...trillium-http-v0.3.12) --- updated-dependencies: - dependency-name: trillium-http dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d81cc393..68d6f95b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5340,9 +5340,9 @@ dependencies = [ [[package]] name = "trillium-http" -version = "0.3.11" +version = "0.3.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d9b5f80f30b6958cff1e0b5b8587c6e8d1fe2f7e6ba656ea1ef115f745f9106d" +checksum = "098325950afcdccb34312ec0804f31f33da3b7a8f08994d50792182a99f264fd" dependencies = [ "encoding_rs", "futures-lite 2.2.0",