From c679b2ace48d4c106e403880b5512bf260b36b5f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Aug 2023 03:32:15 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.188 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adcd416..b4c5615 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1228,18 +1228,18 @@ checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" [[package]] name = "serde" -version = "1.0.187" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "30a7fe14252655bd1e578af19f5fa00fe02fd0013b100ca6b49fde31c41bae4c" +checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.187" +version = "1.0.188" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e46b2a6ca578b3f1d4501b12f78ed4692006d79d82a1a7c561c12dbc3d625eb8" +checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d1df5c1..2659da0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ lazy_static = "1.4.0" redis = { version = "0.23.2", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.9.3" reqwest = { version = "0.11.20", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } -serde = {version = "1.0.187", default-features = false, features = ["derive"]} +serde = {version = "1.0.188", default-features = false, features = ["derive"]} serde_json = "1.0.105" tokio = { version = "1.32.0", features = ["full"] }