fix(deps): fix --locked build on rust 1.86 (#4118)
This commit is contained in:
parent
f3351f4f75
commit
3ac98fa68c
1 changed files with 12 additions and 12 deletions
24
Cargo.lock
generated
24
Cargo.lock
generated
|
|
@ -4084,7 +4084,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "c17a3bd88f2155da63a1f2fcb8a56377a24f0b6dfed12733bb5f544e86f690c5"
|
||||
dependencies = [
|
||||
"leb128",
|
||||
"wasmparser 0.221.2",
|
||||
"wasmparser 0.221.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4099,9 +4099,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wasmparser"
|
||||
version = "0.221.2"
|
||||
version = "0.221.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9845c470a2e10b61dd42c385839cdd6496363ed63b5c9e420b5488b77bd22083"
|
||||
checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
|
||||
dependencies = [
|
||||
"bitflags 2.5.0",
|
||||
"hashbrown 0.15.2",
|
||||
|
|
@ -4129,7 +4129,7 @@ checksum = "a80742ff1b9e6d8c231ac7c7247782c6fc5bce503af760bca071811e5fc9ee56"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"termcolor",
|
||||
"wasmparser 0.221.2",
|
||||
"wasmparser 0.221.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
@ -4172,7 +4172,7 @@ dependencies = [
|
|||
"target-lexicon",
|
||||
"trait-variant",
|
||||
"wasm-encoder 0.221.2",
|
||||
"wasmparser 0.221.2",
|
||||
"wasmparser 0.221.3",
|
||||
"wasmtime-asm-macros",
|
||||
"wasmtime-cache",
|
||||
"wasmtime-component-macro",
|
||||
|
|
@ -4260,7 +4260,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"target-lexicon",
|
||||
"thiserror 1.0.61",
|
||||
"wasmparser 0.221.2",
|
||||
"wasmparser 0.221.3",
|
||||
"wasmtime-environ",
|
||||
"wasmtime-versioned-export-macros",
|
||||
]
|
||||
|
|
@ -4287,7 +4287,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"target-lexicon",
|
||||
"wasm-encoder 0.221.2",
|
||||
"wasmparser 0.221.2",
|
||||
"wasmparser 0.221.3",
|
||||
"wasmprinter",
|
||||
"wasmtime-component-util",
|
||||
]
|
||||
|
|
@ -4398,7 +4398,7 @@ dependencies = [
|
|||
"gimli 0.31.1",
|
||||
"object 0.36.7",
|
||||
"target-lexicon",
|
||||
"wasmparser 0.221.2",
|
||||
"wasmparser 0.221.3",
|
||||
"wasmtime-cranelift",
|
||||
"wasmtime-environ",
|
||||
"winch-codegen",
|
||||
|
|
@ -4635,7 +4635,7 @@ dependencies = [
|
|||
"smallvec",
|
||||
"target-lexicon",
|
||||
"thiserror 1.0.61",
|
||||
"wasmparser 0.221.2",
|
||||
"wasmparser 0.221.3",
|
||||
"wasmtime-cranelift",
|
||||
"wasmtime-environ",
|
||||
]
|
||||
|
|
@ -4893,9 +4893,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "wit-parser"
|
||||
version = "0.221.2"
|
||||
version = "0.221.3"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fbe1538eea6ea5ddbe5defd0dc82539ad7ba751e1631e9185d24a931f0a5adc8"
|
||||
checksum = "896112579ed56b4a538b07a3d16e562d101ff6265c46b515ce0c701eef16b2ac"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"id-arena",
|
||||
|
|
@ -4906,7 +4906,7 @@ dependencies = [
|
|||
"serde_derive",
|
||||
"serde_json",
|
||||
"unicode-xid",
|
||||
"wasmparser 0.221.2",
|
||||
"wasmparser 0.221.3",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue