fix(deps): update rust crate toml to 0.8.0
This commit is contained in:
parent
e17a9881dc
commit
1873179bec
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ rust-embed = "6.3.0"
|
||||||
rand = "0.8.5"
|
rand = "0.8.5"
|
||||||
tracing = { version = "0.1.37", features = ["log"]}
|
tracing = { version = "0.1.37", features = ["log"]}
|
||||||
tracing-actix-web = "0.6.2"
|
tracing-actix-web = "0.6.2"
|
||||||
toml = "0.5.9"
|
toml = "0.8.0"
|
||||||
serde_yaml = "0.9.14"
|
serde_yaml = "0.9.14"
|
||||||
uuid = { version = "1.2.2", features = ["serde"] }
|
uuid = { version = "1.2.2", features = ["serde"] }
|
||||||
reqwest = { version = "0.11.13", features = ["json"] }
|
reqwest = { version = "0.11.13", features = ["json"] }
|
||||||
|
|
Loading…
Reference in a new issue