From 3c31c4b99d509ca0ca06bf9b4addbea1259cdac9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 26 Jan 2021 05:19:21 +0000 Subject: [PATCH] build(deps): bump serde from 1.0.122 to 1.0.123 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.122 to 1.0.123. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.122...v1.0.123) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efaf312a2..4e889d5c4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1209,18 +1209,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.122" +version = "1.0.123" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "974ef1bd2ad8a507599b336595454081ff68a9599b4890af7643c0c0ed73a62c" +checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.122" +version = "1.0.123" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8dee1f300f838c8ac340ecb0112b3ac472464fa67e87292bdb3dfc9c49128e17" +checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31" dependencies = [ "proc-macro2", "quote 1.0.8", diff --git a/Cargo.toml b/Cargo.toml index f3335dc31..82f0c8f2c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ unicode-width = "0.1.8" term_size = "0.3.2" quick-xml = "0.20.0" rand = "0.8.2" -serde = { version = "1.0.122", features = ["derive"] } +serde = { version = "1.0.123", features = ["derive"] } indexmap = "1.6.1" notify-rust = { version = "4.2.2", optional = true } semver = "0.11.0"