Removing toml metadata to clear warning

This commit is contained in:
Dave
2026-02-26 15:05:55 +00:00
parent b9427a2707
commit 175ed9e970

View File

@@ -24,7 +24,7 @@ serde_yaml = "0.9"
strip-ansi-escapes = "0.2"
tempfile = "3"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
toml = "1.0.3+spec-1.1.0"
toml = "1.0.3"
uuid = { version = "1.21.0", features = ["v4", "serde"] }
tokio-tungstenite = "0.28.0"
walkdir = "2.5.0"