Update Rust crate toml to 0.8.19

This commit is contained in:
Renovate Bot 2025-01-03 12:16:16 +00:00 committed by Alie
parent 09117e46f0
commit 0ab03e6f72
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ edition = "2021"
tokio = { version = "1", features = ["macros", "rt-multi-thread"] }
reqwest = { version = "0.12.0", features = ["json"] }
serde = "1.0.217"
toml = "0.8.8"
toml = "0.8.19"
log = "0.4.22"
stderrlog = "0.6.0"
async-std = "1.13.0"