Ver Fonte

Bump dependencies

Signed-off-by: Sean Young <sean@mess.org>
Sean Young há 3 anos atrás
pai
commit
aa59875f12
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      Cargo.toml

+ 3 - 3
Cargo.toml

@@ -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"
@@ -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"