Merge pull request #7066 from chatmail/dependabot/cargo/toml-0.9.4

This commit is contained in:
dependabot[bot]
2025-08-04 23:53:05 +00:00
committed by GitHub
3 changed files with 36 additions and 13 deletions

View File

@@ -107,7 +107,7 @@ tokio-stream = { version = "0.1.17", features = ["fs"] }
tokio-tar = { version = "0.3" } # TODO: integrate tokio into async-tar
tokio-util = { workspace = true }
tokio = { workspace = true, features = ["fs", "rt-multi-thread", "macros"] }
toml = "0.8"
toml = "0.9"
tracing = "0.1.41"
url = "2"
uuid = { version = "1", features = ["serde", "v4"] }