From 35d7b04b9eaff462f72a80791a2ab8a3b0d7df14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Aug 2025 00:30:52 +0000 Subject: [PATCH] Update warp requirement from 0.3.7 to 0.4.2 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.7...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 8615781..5fc700a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ structopt = {version = "0.3.20"} tokio = {version = "1.34", default-features = false, features = ["rt"]} tracing = {version = "0.1", default-features = false, features = ["std"]} tracing-subscriber = {version = "0.3", default-features = false, features = ["ansi", "env-filter", "fmt"]} -warp = {version = "0.3.7", default-features = false} +warp = {version = "0.4.2", default-features = false} [dev-dependencies] tempfile = "3.1"