From fc6127f2c1cf00b0f574f1c29aeeb7b739718dad Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Mar 2023 21:37:10 +0000 Subject: [PATCH] fix(deps): update rust crate warp to 0.3.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c834a..181f8d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ sentry = "0.26.0" reqwest = { version = "0.11", features = ["json"] } ansi_term = "*" chrono = "*" -warp = "0.3.2" +warp = "0.3.4" sha256 = "*" serde_json = "*"