fix(deps): update rust crate toml to 0.5.9

This commit is contained in:
Renovate Bot 2022-04-15 02:15:58 +00:00
parent edcb85b6bd
commit fcc5e89725
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B
2 changed files with 3 additions and 3 deletions

View file

@ -18,7 +18,7 @@ dirs = "4.0.0"
regex = "1.5.5"
serde = "1.0.136"
serde_derive = "1.0.136"
toml = "0.5.8"
toml = "0.5.9"
tracing = "0.1.34"
tracing-journald = { version = "0.2.4", optional = true }
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }