From 57a577818ad37d0fa8684aca5364860f64b2b26c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 20:17:59 +0000 Subject: [PATCH] fix(deps): update rust crate serde to 1.0.191 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9f5a586..66b7c8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ http = "0.2.9" http-body = "0.4.5" hyper-reverse-proxy = { git = "https://github.com/somehowchris/hyper-reverse-proxy.git", branch="feature/static-client" } lazy_static = "1.4.0" -serde = "1.0.175" +serde = "1.0.191" serde_json = "1.0.103" tokio = { version = "1.29.1", features = ["signal", "macros"] } tower = "0.4.13"