Skip to content

Commit

Permalink
cargo: use [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Oct 3, 2023
1 parent 96c6cd9 commit 7783e49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/bin/pcli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ penumbra-view = { path = "../../view" }
decaf377 = { version = "0.5" }
decaf377-rdsa = { version = "0.7" }
tendermint = { version = "0.33.0", features = ["rust-crypto"] }
jmt = "0.7"
jmt = "0.8"

# External dependencies
ibc-types = { version = "0.6.3", features = ["std", "with_serde"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/bin/pd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ penumbra-tendermint-proxy = { path = "../../util/tendermint-proxy" }
decaf377 = { version = "0.5", features = ["parallel"] }
decaf377-rdsa = { version = "0.7" }
tower-abci = "0.9.0"
jmt = "0.7"
jmt = "0.8"
tower-actor = "0.1.0"

# External dependencies
Expand Down
2 changes: 1 addition & 1 deletion crates/core/app/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ penumbra-transaction = { path = "../transaction", features = ["parallel"] }
# Penumbra dependencies
decaf377 = { version = "0.5" }
decaf377-rdsa = { version = "0.7" }
jmt = "0.7"
jmt = "0.8"
tokio = { version = "1.21.1", features = ["full", "tracing"] }
async-trait = "0.1.52"
tonic = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion crates/storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ default = ["metrics"]
rpc = ["dep:tonic", "dep:prost", "dep:serde", "dep:pbjson"]

[dependencies]
jmt = "0.7"
jmt = "0.8"
tokio = { version = "1.21.1", features = ["full", "tracing"] }
tokio-stream = { version = "0.1.11" }
tempfile = "3.3.0"
Expand Down

0 comments on commit 7783e49

Please sign in to comment.