Merge pull request 'fix(deps): update rust crate toml to 0.8.0' (#54) from renovate/toml-0.x into master
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

Reviewed-on: #54
This commit is contained in:
Aravinth Manivannan 2024-06-10 23:44:16 +05:30
commit 5fa364fdc1

View file

@ -49,7 +49,7 @@ rust-embed = "6.3.0"
rand = "0.8.5"
tracing = { version = "0.1.37", features = ["log"]}
tracing-actix-web = "0.6.2"
toml = "0.5.9"
toml = "0.8.0"
serde_yaml = "0.9.14"
uuid = { version = "1.2.2", features = ["serde"] }
reqwest = { version = "0.12.0", features = ["json"] }