|
|
@@ -48,11 +48,11 @@ indexmap = "1.8"
|
|
|
once_cell = "1.10"
|
|
|
solang-parser = { path = "solang-parser", version = "0.1.18" }
|
|
|
codespan-reporting = "0.11"
|
|
|
-phf = "0.10.1"
|
|
|
+phf = { version = "0.11", features = ["macros"] }
|
|
|
rust-lapper = "1.0"
|
|
|
bitflags = "1.3"
|
|
|
anchor-syn = { version = "0.25", features = ["idl"] }
|
|
|
-convert_case = "0.5"
|
|
|
+convert_case = "0.6"
|
|
|
|
|
|
[dev-dependencies]
|
|
|
num-derive = "0.3"
|
|
|
@@ -63,7 +63,7 @@ wasmi = "0.11"
|
|
|
rand_07 = { package = "rand", version = "0.7" }
|
|
|
sha2 = "0.10"
|
|
|
# solana_rbpf makes api changes in patch versions
|
|
|
-solana_rbpf = "=0.2.32"
|
|
|
+solana_rbpf = "=0.2.33"
|
|
|
byteorder = "1.4"
|
|
|
assert_cmd = "2.0"
|
|
|
bincode = "1.3"
|