From 7e64cce96df156c716c0ad4764864e479974268d Mon Sep 17 00:00:00 2001 From: Renovate Date: Mon, 29 Jan 2024 22:27:56 +0000 Subject: [PATCH] Update Rust crate cargo_toml to 0.19.1 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 f4bae91..0734514 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -176,9 +176,9 @@ dependencies = [ [[package]] name = "cargo_toml" -version = "0.19.0" +version = "0.19.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "922d6ea3081d68b9e3e09557204bff47f9b5406a4a304dc917e187f8cafd582b" +checksum = "3dc9f7a067415ab5058020f04c60ec7b557084dbec0e021217bbabc7a8d38d14" dependencies = [ "serde", "toml", diff --git a/Cargo.toml b/Cargo.toml index 58040e2..725557a 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.19.0" +cargo_toml = "0.19.1" gamedig = "0.4.1" once_cell = "1.19.0" poise = "0.6.1" -- 2.34.1