Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Mar 1, 2022
1 parent 5dae8e3 commit 648db17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ regex = "1"
num-bigint = "0.4"
num-traits = "0.2"
parity-wasm = "0.42"
clap = "3.0"
clap = "3.1"
hex = "0.4"
tiny-keccak = { version = "2.0", features = ["keccak"] }
serde_json = "1.0"
serde = "1.0"
serde_derive = { version = "1.0" }
inkwell = { version = "^0.1.0-beta.3", features = ["target-webassembly", "target-bpf", "no-libffi-linking", "llvm13-0"], optional = true }
inkwell = { version = "^0.1.0-beta.4", features = ["target-webassembly", "target-bpf", "no-libffi-linking", "llvm13-0"], optional = true }
blake2-rfc = "0.2.18"
handlebars = "4.2"
contract-metadata = "0.3.0"
Expand Down Expand Up @@ -54,7 +54,7 @@ wasmi = "0.11"
rand = "0.7"
sha2 = "0.10"
# solana_rbpf makes api changes in patch versions
solana_rbpf = "=0.2.23"
solana_rbpf = "=0.2.24"
byteorder = "1.3"
assert_cmd = "2.0"
bincode = "1.3"
Expand Down

0 comments on commit 648db17

Please sign in to comment.