Update a number of wasmtime's dependencies (#1355)
* Run `cargo update` * Use `cargo outdated` to guide some manual version bumps
This commit is contained in:
@@ -16,7 +16,7 @@ edition = "2018"
|
||||
cranelift-codegen-shared = { path = "./shared", version = "0.60.0" }
|
||||
cranelift-entity = { path = "../entity", version = "0.60.0" }
|
||||
cranelift-bforest = { path = "../bforest", version = "0.60.0" }
|
||||
hashbrown = { version = "0.6", optional = true }
|
||||
hashbrown = { version = "0.7", optional = true }
|
||||
target-lexicon = "0.10"
|
||||
log = { version = "0.4.6", default-features = false }
|
||||
serde = { version = "1.0.94", features = ["derive"], optional = true }
|
||||
|
||||
Reference in New Issue
Block a user