Skip to content

Commit

Permalink
version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusDunn committed Dec 16, 2023
1 parent 6e2b42a commit 19c9741
Show file tree
Hide file tree
Showing 8 changed files with 1,194 additions and 960 deletions.
191 changes: 88 additions & 103 deletions cli/Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ tokio = { version = "1.29.1", features = ["rt-multi-thread", "macros"] }
clap = { version = "4.4.11", features = ["derive"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
tonic = "0.9.2"
prost = "0.11.9"
tonic = "0.10.2"
prost = "0.12.3"
anyhow = "1.0.71"
thiserror = "1.0.40"
proptest-derive = "0.3.0"
proptest-derive = "0.4.0"
proptest = "1.0.0"

[dev-dependencies]
Expand Down
Loading

0 comments on commit 19c9741

Please sign in to comment.