Updated a pile of deps

This commit is contained in:
Timmy
2026-04-28 13:27:07 +01:00
parent b7db6d6aae
commit 6265fa534e
3 changed files with 6 additions and 54 deletions
+3 -3
View File
@@ -17,7 +17,7 @@ notify = "8.2.0"
poem = { version = "3", features = ["websocket", "test"] }
poem-openapi = { version = "5", features = ["swagger-ui"] }
portable-pty = "0.9.0"
reqwest = { version = "0.13.2", features = ["json", "stream"] }
reqwest = { version = "0.13.3", features = ["json", "stream"] }
rust-embed = "8"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
@@ -27,8 +27,8 @@ serde_yaml = "0.9"
strip-ansi-escapes = "0.2"
tempfile = "3"
tokio = { version = "1", features = ["rt-multi-thread", "macros", "sync"] }
toml = "1.1.0"
uuid = { version = "1.22.0", features = ["v4", "serde"] }
toml = "1.1.2"
uuid = { version = "1.23.1", features = ["v4", "serde"] }
tokio-tungstenite = { version = "0.29.0", features = ["connect", "rustls-tls-native-roots"] }
walkdir = "2.5.0"
filetime = "0.2"