From 5938e4326f9075c97c9b068f50bb6d9389180fd4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 13:33:14 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.130 to 1.0.131 (#4) --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7145ff8..04f0ad6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -276,9 +276,9 @@ checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" [[package]] name = "serde" -version = "1.0.130" +version = "1.0.131" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f12d06de37cf59146fbdecab66aa99f9fe4f78722e3607577a5375d66bd0c913" +checksum = "b4ad69dfbd3e45369132cc64e6748c2d65cdfb001a2b1c232d128b4ad60561c1" [[package]] name = "serde_derive" diff --git a/Cargo.toml b/Cargo.toml index 9481ff0..a7544d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,6 +20,6 @@ dirs = "4.0.0" log = "0.4.14" pretty_env_logger = "0.4.0" regex = "1.5.4" -serde = "1.0.130" +serde = "1.0.131" serde_derive = "1.0.130" toml = "0.5.8"