From 0aab64f5e65a891fac3d444f172debdb3fbd1bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 23:59:37 +0100 Subject: [PATCH] Bump cargo_toml from 0.18.0 to 0.19.0 (#27) Bumps [cargo_toml](https://gitlab.com/lib.rs/cargo_toml) from 0.18.0 to 0.19.0. - [Commits](https://gitlab.com/lib.rs/cargo_toml/compare/v0.18.0...v0.19.0) --- updated-dependencies: - dependency-name: cargo_toml dependency-type: direct:production update-type: version-update:semver-minor ... 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 294ba58..132b59c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -104,9 +104,9 @@ dependencies = [ [[package]] name = "cargo_toml" -version = "0.18.0" +version = "0.19.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "802b755090e39835a4b0440fb0bbee0df7495a8b337f63db21e616f7821c7e8c" +checksum = "922d6ea3081d68b9e3e09557204bff47f9b5406a4a304dc917e187f8cafd582b" dependencies = [ "serde", "toml", diff --git a/Cargo.toml b/Cargo.toml index 1d03a00..370664b 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.18.0" +cargo_toml = "0.19.0" clap = { version = "4.4.18", features = ["derive"] } semver = "1.0.21"