From d91541651d230c7e6a15331295548d1178515e15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 01:50:55 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.161 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2354f3c..ea9c79f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -113,9 +113,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" [[package]] name = "serde" -version = "1.0.160" +version = "1.0.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" +checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6" [[package]] name = "tinymap" diff --git a/Cargo.toml b/Cargo.toml index 72fbf80..c784fc3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["memory", "map"] categories = ["data-structures", "memory-management"] [dependencies] -serde = { version = "1.0.160", optional = true, default-features = false } +serde = { version = "1.0.161", optional = true, default-features = false } [dev-dependencies] bincode = "1.3.3"