From 9af4451c26342f37d492c8548e70030cb45ed36d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 05:25:23 +0000 Subject: [PATCH] chore(deps): bump toml from 0.7.7 to 0.7.8 Bumps [toml](https://github.com/toml-rs/toml) from 0.7.7 to 0.7.8. - [Commits](https://github.com/toml-rs/toml/compare/toml-v0.7.7...toml-v0.7.8) --- updated-dependencies: - dependency-name: 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 2c49c9a..9d5b143 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -650,9 +650,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "toml" -version = "0.7.7" +version = "0.7.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de0a3ab2091e52d7299a39d098e200114a972df0a7724add02a273aa9aada592" +checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257" dependencies = [ "serde", "serde_spanned", diff --git a/Cargo.toml b/Cargo.toml index 1a12320..3a4b41f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ dialoguer = { version = "0.10.4", default-features = false } dirs = "5.0.1" serde = { version = "1.0.188", features = ["derive"] } thiserror = "1.0.48" -toml = "0.7.7" +toml = "0.7.8" ureq = "2.7.1" [dev-dependencies]