Upgrade colored

This commit is contained in:
Greg Shuflin
2025-07-13 22:45:37 -07:00
parent 8bf90c4f31
commit a80e84f0d3
2 changed files with 3 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ tokio = { version = "1.46", features = ["full"] }
tokio-tungstenite = { version = "0.20", features = ["native-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
colored = "2.2"
colored = "3.0.0"
clap = { version = "4.5", features = ["derive"] }
futures-util = "0.3"
url = "2.5"