From 71eef31cb95c554bef156cd1eeb6ad93dad57731 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Aug 2023 19:58:41 +0000 Subject: [PATCH] chore(deps): update rust crate warpy to 0.3.23 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2ffba85..2af40cd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3296,9 +3296,9 @@ dependencies = [ [[package]] name = "warpy" -version = "0.3.22" +version = "0.3.23" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d498359bd6dc41cbf46cec5981037605dd914742b6ce47fc06ae944384493a4" +checksum = "536faf5adc988c3a421102ce253cf323fa398c2f270d048de4bd6aea612045ad" dependencies = [ "build_html", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 9fd1a6e..0e516c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ tokio-util = {version="0.7.8", features = ["full"]} untildify = "0.1.1" url-parse = "1.0.7" uuid = { version = "1.4", features = ["v4"] } -warpy = "0.3.22" +warpy = "0.3.23" [dev-dependencies] serial_test = "2.0.0"