Bump hashbrown to 0.13.2 (#6238)

This commit is contained in:
Trevor Elliott
2023-04-18 16:12:09 -07:00
committed by GitHub
parent b6bb6a196a
commit ef7af28ef0
3 changed files with 14 additions and 8 deletions

View File

@@ -190,7 +190,7 @@ log = { version = "0.4.8", default-features = false }
object = { version = "0.30.3", default-features = false, features = ['read_core', 'elf', 'std'] }
gimli = { version = "0.27.0", default-features = false, features = ['read', 'std'] }
clap = { version = "3.2.0", features = ["color", "suggestions", "derive"] }
hashbrown = "0.13"
hashbrown = "0.13.2"
cap-std = "1.0.0"
cap-rand = "1.0.0"
capstone = "0.9.0"