Update Rust crate cargo_toml to 0.19.1 (#34)
All checks were successful
Build and push container image / build (push) Successful in 10m3s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-01-29 17:27:58 -05:00 committed by Renovate
parent 7ef236adb2
commit a94625ad17
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"