chore: upgrade toml dependency

This commit is contained in:
link2xt
2023-11-06 22:22:12 +00:00
parent 2215de5285
commit 9adf856705
2 changed files with 11 additions and 11 deletions

View File

@@ -90,7 +90,7 @@ tokio-io-timeout = "1.2.0"
tokio-stream = { version = "0.1.14", features = ["fs"] }
tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar
tokio-util = "0.7.9"
toml = "0.7"
toml = "0.8"
url = "2"
uuid = { version = "1", features = ["serde", "v4"] }