Browse Source

Bump some crates

Signed-off-by: Sean Young <sean@mess.org>
Sean Young 3 years ago
parent
commit
f8b74c397c
1 changed files with 3 additions and 3 deletions
  1. 3 3
      Cargo.toml

+ 3 - 3
Cargo.toml

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