From e9c764f7d6c666ee500726f2f9749c0a2bac60a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 20 Nov 2022 11:09:34 +0000 Subject: [PATCH] fix(deps): update rust crate warp to 0.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63c834a..c7c77a0 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.3" sha256 = "*" serde_json = "*"