From 32621288f298da6661a8a09860179b76f8490c51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 12:34:08 +0000 Subject: [PATCH] Update warp requirement from 0.3 to 0.4 Updates the requirements on [warp](https://github.com/seanmonstar/warp) to permit the latest version. - [Release notes](https://github.com/seanmonstar/warp/releases) - [Changelog](https://github.com/seanmonstar/warp/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/warp/compare/v0.3.0...v0.4.2) --- updated-dependencies: - dependency-name: warp dependency-version: 0.4.2 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 7c41121..c9558b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,4 +35,4 @@ sha2 = "0.10" tempfile = "3.15" tide = "0.16" tokio = { version = "1.42", features = ["full"] } -warp = "0.3" +warp = "0.4"