Skip to content

Commit

Permalink
chore(deps): update all cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mewmba committed Jun 17, 2024
1 parent 67c8ac7 commit 8911066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ tonic = { version = "0.8", features = ["tls", "tls-roots"] }
prost = "0.11"
prost-types = "0.11"
tokio = { version = "1.20", features = ["macros", "rt-multi-thread"] }
clap = { version = "3.2.23", features = ["yaml"] }
clap = { version = "4.0.0", features = ["yaml"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
chrono = "0.4"
base64 = "0.13.1"
toml = "0.5.11"
dirs = "4.0"
dirs = "5.0"
yaml-rust = "0.4"
colored = "2"
blake3 = "1.3"
Expand Down

0 comments on commit 8911066

Please sign in to comment.