From 45e6d7f0cf3a8f548fe5ef6ce65d8a455fa1740f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 18:00:12 +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 a68810e7..c3224fcb 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.22", 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"