Update dependencies (#5513)

This commit is contained in:
Alphyr
2023-02-14 20:45:15 +01:00
committed by GitHub
parent 49a89f91e5
commit cb150d37ce
8 changed files with 51 additions and 32 deletions

View File

@@ -174,10 +174,10 @@ windows-sys = "0.45.0"
env_logger = "0.9"
rustix = "0.36.7"
log = { version = "0.4.8", default-features = false }
object = { version = "0.29", default-features = false, features = ['read_core', 'elf', 'std'] }
gimli = { version = "0.26.0", default-features = false, features = ['read', 'std'] }
object = { version = "0.30.1", 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.12"
hashbrown = "0.13"
cap-std = "1.0.0"
cap-rand = "1.0.0"
capstone = "0.9.0"