Skip to content

Commit 55789e7

Browse files
committedFeb 25, 2025·
Update dependencies
1 parent f383e7d commit 55789e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ bytes = { version = "1", features = ["serde"] }
3434
hyper = { version = "1", features = ["server", "http1", "client"] }
3535
hyper-util = { version = "0.1", features = ["tokio", "server", "http1", "server-auto"] }
3636
http-body-util = "0.1"
37-
tokio = { version = "1.40", features = ["sync", "macros", "rt-multi-thread", "signal"] }
37+
tokio = { version = "1.43", features = ["sync", "macros", "rt-multi-thread", "signal"] }
3838
tabwriter = "1"
39-
colored = { version = "2", optional = true }
39+
colored = { version = "3", optional = true }
4040
clap = { version = "4", features = ["derive", "env"], optional = true }
4141
env_logger = { version = "0.11", optional = true }
4242
serde_yaml = { version = "0.9", optional = true }

0 commit comments

Comments
 (0)
Please sign in to comment.