From 9e7ab3c7fdafd1892b4fc3010bbe7b8634a7aac6 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 03:57:38 +0000 Subject: [PATCH] Update Rust crate http to 1.4.2 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 22935a1..f757cb5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -980,9 +980,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.0" +version = "1.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" +checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" dependencies = [ "bytes", "itoa", diff --git a/Cargo.toml b/Cargo.toml index 1350c75..63ab26e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ resolver = "2" [workspace.dependencies] futures = "0.3.32" -http = "1.4.0" +http = "1.4.2" matrix-sdk = { version = "0.17.0", default-features = false } regex = "1.12.3" ruma = { version = "0.15", features = ["events"] }