From b49839cfa5fa722db0728c1587e0d1040c70d7ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:00:26 +0000 Subject: [PATCH] chore(deps): update rust crate insta to 1.34.0 --- ppoprf/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppoprf/Cargo.toml b/ppoprf/Cargo.toml index 3ace0000..181293a1 100644 --- a/ppoprf/Cargo.toml +++ b/ppoprf/Cargo.toml @@ -28,7 +28,7 @@ env_logger = "0.10.0" log = "0.4.20" reqwest = { version = "0.11.20", features = [ "blocking", "json" ] } dotenvy = "0.15.7" -insta = "1.31.0" +insta = "1.34.0" tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "time"] } warp = "0.3.6"