Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Jun 1, 2023
1 parent 1bc8439 commit a5dc3ce
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,38 +9,38 @@ license-file = "LICENSE"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.70"
base64 = "0.21.0"
anyhow = "1.0.71"
base64 = "0.21.2"
bech32 = "0.9.1"
bip32 = { version = "0.5.0", features = ["secp256k1", "bip39"] }
chrono = "0.4.24"
clap = { version = "4.2.2", features = ["derive"] }
bip32 = { version = "0.5.1", features = ["secp256k1", "bip39"] }
chrono = "0.4.26"
clap = { version = "4.3.0", features = ["derive"] }
cosmos-sdk-proto = { git = "https://github.com/rnbguy/cosmos-rust", branch = "rano/json", features = ["cosmwasm"] }
der-parser = "8.2.0"
directories = "5.0.0"
directories = "5.0.1"
futures = "0.3.28"
gql_client = "1.0.7"
keyring = "2.0.2"
keyring = "2.0.3"
lazy_static = "1.4.0"
ledger-transport = "0.10.0"
ledger-transport-hid = "0.10.0"
levenshtein = "1.0.5"
obfstr = { version = "0.4.3", optional = true }
prost = "0.11.9"
rayon = "1.7.0"
regex = "1.7.3"
regex = "1.8.3"
requestty = "0.5.0"
ripemd = "0.1.3"
rpassword = "7.2.0"
secp256k1 = "0.27.0"
serde = { version = "1.0.160", features = ["derive"] }
serde = { version = "1.0.163", features = ["derive"] }
serde_json = "1.0.96"
serde_yaml = "0.9.21"
sha2 = "0.10.6"
sha3 = "0.10.7"
tendermint = "0.31.1"
tendermint-rpc = { version = "0.31.1", features = ["http-client"] }
tokio = { version = "1.27.0", features = ["rt-multi-thread"] }
sha3 = "0.10.8"
tendermint = "0.32.0"
tendermint-rpc = { version = "0.32.0", features = ["http-client"] }
tokio = { version = "1.28.2", features = ["rt-multi-thread"] }
tracing = "0.1.37"
ureq = { version = "2.6.2", features = ["json"] }
url = "2.3.1"

0 comments on commit a5dc3ce

Please sign in to comment.