From ad0af40aa1a0e4b19b57655462f08b62d714cb85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 20:15:05 +0100 Subject: [PATCH] Bump cargo_toml from 0.17.1 to 0.17.2 (#18) Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.17.1 to 0.17.2. - [Commits](https://gitlab.com/lib.rs/cargo_toml/commits/main) --- updated-dependencies: - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caea9fc..8650dd2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,9 +104,9 @@ dependencies = [ [[package]] name = "cargo_toml" -version = "0.17.1" +version = "0.17.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4d1ece59890e746567b467253aea0adbe8a21784d0b025d8a306f66c391c2957" +checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719" dependencies = [ "serde", "toml", diff --git a/Cargo.toml b/Cargo.toml index b68022a..49f5126 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ repository = "https://github.com/nicolaiunrein/cargo-get" include = ["src/**/*", "README.md"] [dependencies] -cargo_toml = "0.17.1" +cargo_toml = "0.17.2" clap = { version = "4.4.11", features = ["derive"] } semver = "1.0.20"