From fe8c9e95cb66e2398bbe1ff61cfe704930cd4343 Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 18 Dec 2023 11:48:03 +0000 Subject: [PATCH] Update Rust crate cargo_toml to 0.17.2 PR created by Renovate Bot. --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 131ebce..de90896 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -188,9 +188,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 00098b0..b9c906b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -cargo_toml = "0.17.1" +cargo_toml = "0.17.2" lazy_static = "1.4.0" poise = "0.5.7" reqwest = "0.11.22"