|
@@ -31,7 +31,7 @@ contract-metadata = "0.3.0"
|
|
|
semver = { version = "^1.0.3", features = ["serde"] }
|
|
semver = { version = "^1.0.3", features = ["serde"] }
|
|
|
tempfile = "3.3"
|
|
tempfile = "3.3"
|
|
|
libc = { version = "0.2", optional = true }
|
|
libc = { version = "0.2", optional = true }
|
|
|
-tower-lsp = "0.15"
|
|
|
|
|
|
|
+tower-lsp = "0.16"
|
|
|
tokio = { version = "1.16", features = ["rt", "io-std", "macros"] }
|
|
tokio = { version = "1.16", features = ["rt", "io-std", "macros"] }
|
|
|
base58 = "0.2.0"
|
|
base58 = "0.2.0"
|
|
|
sha2 = "0.10"
|
|
sha2 = "0.10"
|
|
@@ -41,22 +41,21 @@ funty = "2.0"
|
|
|
itertools = "0.10"
|
|
itertools = "0.10"
|
|
|
num-rational = "0.4"
|
|
num-rational = "0.4"
|
|
|
indexmap = "1.8"
|
|
indexmap = "1.8"
|
|
|
-once_cell = "1.9"
|
|
|
|
|
-solang-parser = { path = "solang-parser", version = "0.1.11"}
|
|
|
|
|
|
|
+once_cell = "1.10"
|
|
|
|
|
+solang-parser = { path = "solang-parser", version = "0.1.11" }
|
|
|
codespan-reporting = "0.11"
|
|
codespan-reporting = "0.11"
|
|
|
phf = "0.10.1"
|
|
phf = "0.10.1"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
[dev-dependencies]
|
|
|
num-derive = "0.3"
|
|
num-derive = "0.3"
|
|
|
-parity-scale-codec-derive = "3.0.0"
|
|
|
|
|
-parity-scale-codec = "3.0.0"
|
|
|
|
|
-ethabi = "16.0"
|
|
|
|
|
|
|
+parity-scale-codec = "3.1"
|
|
|
|
|
+ethabi = "17.0"
|
|
|
wasmi = "0.11"
|
|
wasmi = "0.11"
|
|
|
rand = "0.7"
|
|
rand = "0.7"
|
|
|
sha2 = "0.10"
|
|
sha2 = "0.10"
|
|
|
# solana_rbpf makes api changes in patch versions
|
|
# solana_rbpf makes api changes in patch versions
|
|
|
solana_rbpf = "=0.2.24"
|
|
solana_rbpf = "=0.2.24"
|
|
|
-byteorder = "1.3"
|
|
|
|
|
|
|
+byteorder = "1.4"
|
|
|
assert_cmd = "2.0"
|
|
assert_cmd = "2.0"
|
|
|
bincode = "1.3"
|
|
bincode = "1.3"
|
|
|
ed25519-dalek = "1.0"
|
|
ed25519-dalek = "1.0"
|