From 4faea82ea62bdf87f2fc32ebc5723493b1e4cfde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 06:11:25 +0000 Subject: [PATCH] chore(deps): update rust crate trillium-http to v1.6.1 --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 30d483c..cdb18b1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3616,7 +3616,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" dependencies = [ "fastrand", - "getrandom 0.4.3", + "getrandom 0.3.4", "once_cell", "rustix", "windows-sys 0.61.2", @@ -3989,9 +3989,9 @@ dependencies = [ [[package]] name = "trillium-http" -version = "1.6.0" +version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e192b2bf293b95da8659f069f8a927fc9ba805b47fce0d17904f476548b0fe70" +checksum = "5e68a6393ab180c21689335022108505fa45f797dce916d6fc4723670678f1c7" dependencies = [ "atomic-waker", "encoding_rs",