Update Rust crate toml to 0.8.19
Unit Tests with docker compose and cargo / unit-test (push) Successful in 2m49s Details

This commit is contained in:
Renovate Bot 2025-01-03 11:45:57 +00:00
parent a612b1b687
commit 1baeb5f188
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 = "0.11.14"
serde = "1.0.171"
toml = "0.8.8"
toml = "0.8.19"
log = "0.4.19"
stderrlog = "0.6.0"
async-std = "1.12.0"