From 75112b38e706ab1d8eefc6f21d4bdff75a5efcd4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 01:42:32 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.178 --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 12d9276..30bc769 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1221,18 +1221,18 @@ checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" [[package]] name = "serde" -version = "1.0.177" +version = "1.0.178" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "63ba2516aa6bf82e0b19ca8b50019d52df58455d3cf9bdaf6315225fdd0c560a" +checksum = "60363bdd39a7be0266a520dab25fdc9241d2f987b08a01e01f0ec6d06a981348" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.177" +version = "1.0.178" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "401797fe7833d72109fedec6bfcbe67c0eed9b99772f26eb8afd261f0abc6fd3" +checksum = "f28482318d6641454cb273da158647922d1be6b5a2fcc6165cd89ebdd7ed576b" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 529a4ff..ac92a81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ lazy_static = "1.4.0" redis = { version = "0.23.1", default-features = false, features = ["tokio-comp", "connection-manager"] } regex = "1.9.1" reqwest = { version = "0.11.18", default-features = false, features = ["rustls-tls", "gzip", "json", "socks"] } -serde = {version = "1.0.177", default-features = false, features = ["derive"]} +serde = {version = "1.0.178", default-features = false, features = ["derive"]} serde_json = "1.0.104" tokio = { version = "1.29.1", features = ["full"] }