Update Rust crate cargo_toml to 0.18.0

PR created by Renovate Bot.
This commit is contained in:
Renovate 2024-01-08 21:12:57 +00:00
parent f44462064b
commit bcac57e157
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -198,9 +198,9 @@ dependencies = [
[[package]] [[package]]
name = "cargo_toml" name = "cargo_toml"
version = "0.17.2" version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a969e13a7589e9e3e4207e153bae624ade2b5622fb4684a4923b23ec3d57719" checksum = "802b755090e39835a4b0440fb0bbee0df7495a8b337f63db21e616f7821c7e8c"
dependencies = [ dependencies = [
"serde", "serde",
"toml", "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 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
cargo_toml = "0.17.2" cargo_toml = "0.18.0"
gamedig = "0.4.1" gamedig = "0.4.1"
once_cell = "1.19.0" once_cell = "1.19.0"
poise = "0.5.7" poise = "0.5.7"