Update Rust crate cargo_toml to 0.17.2 (#5)
All checks were successful
Build and push container image / build (push) Successful in 7m26s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2023-12-18 11:48:06 +00:00 committed by Renovate Bot
parent 2bddd8cf21
commit 824681e90c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

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

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.17.1"
cargo_toml = "0.17.2"
lazy_static = "1.4.0"
poise = "0.5.7"
reqwest = "0.11.22"