Skip to content

Commit 8911066

Browse files
committed
chore(deps): update all cargo dependencies
1 parent 67c8ac7 commit 8911066

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ tonic = { version = "0.8", features = ["tls", "tls-roots"] }
1414
prost = "0.11"
1515
prost-types = "0.11"
1616
tokio = { version = "1.20", features = ["macros", "rt-multi-thread"] }
17-
clap = { version = "3.2.23", features = ["yaml"] }
17+
clap = { version = "4.0.0", features = ["yaml"] }
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
2020
chrono = "0.4"
2121
base64 = "0.13.1"
2222
toml = "0.5.11"
23-
dirs = "4.0"
23+
dirs = "5.0"
2424
yaml-rust = "0.4"
2525
colored = "2"
2626
blake3 = "1.3"

0 commit comments

Comments
 (0)