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

@@ -18,7 +18,7 @@ bumpalo = "3"
cranelift-codegen-shared = { path = "./shared", version = "0.94.0" }
cranelift-entity = { workspace = true }
cranelift-bforest = { workspace = true }
hashbrown = { workspace = true }
hashbrown = { workspace = true, features = ["raw"] }
target-lexicon = { workspace = true }
log = { workspace = true }
serde = { version = "1.0.94", features = ["derive"], optional = true }