From 9b092b9f9e636dbe9f0fe70a75c8f6f08f4fc941 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 01:14:41 +0000 Subject: [PATCH] Bump cargo_toml from 0.10.1 to 0.10.2 Bumps [cargo_toml](https://gitlab.com/crates.rs/cargo_toml) from 0.10.1 to 0.10.2. - [Release notes](https://gitlab.com/crates.rs/cargo_toml/tags) - [Commits](https://gitlab.com/crates.rs/cargo_toml/commits/master) --- updated-dependencies: - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f60e4585..a9a94aa5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -162,9 +162,9 @@ dependencies = [ [[package]] name = "cargo_toml" -version = "0.10.1" +version = "0.10.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c6d613611c914a7db07f28526941ce1e956d2f977b0c5e2014fbfa42230d420f" +checksum = "67110a7844b75a4dda12f4dca5a731c961750d6c8fa3cb6a41ab67411be05d3a" dependencies = [ "serde", "serde_derive", diff --git a/Cargo.toml b/Cargo.toml index e485215a..1f8e5c2f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ reqwest = { version = "0.11.6", features = [ "rustls-tls" ], default-features = tempdir = "0.3.7" flate2 = "1.0.22" tar = "0.4.37" -cargo_toml = "0.10.1" +cargo_toml = "0.10.2" serde = { version = "1.0.130", features = [ "derive" ] } strum_macros = "0.23.0" strum = "0.23.0"