File tree 2 files changed +2
-11
lines changed
compiler/rustc_codegen_ssa
2 files changed +2
-11
lines changed Original file line number Diff line number Diff line change @@ -3832,7 +3832,7 @@ dependencies = [
3832
3832
" thin-vec" ,
3833
3833
" thorin-dwp" ,
3834
3834
" tracing" ,
3835
- " wasm-encoder 0.200 .0" ,
3835
+ " wasm-encoder 0.210 .0" ,
3836
3836
" windows" ,
3837
3837
]
3838
3838
@@ -6355,15 +6355,6 @@ dependencies = [
6355
6355
" wasm-component-ld" ,
6356
6356
]
6357
6357
6358
- [[package ]]
6359
- name = " wasm-encoder"
6360
- version = " 0.200.0"
6361
- source = " registry+https://github.com/rust-lang/crates.io-index"
6362
- checksum = " b9e3fb0c8fbddd78aa6095b850dfeedbc7506cf5f81e633f69cf8f2333ab84b9"
6363
- dependencies = [
6364
- " leb128" ,
6365
- ]
6366
-
6367
6358
[[package ]]
6368
6359
name = " wasm-encoder"
6369
6360
version = " 0.210.0"
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ tempfile = "3.2"
41
41
thin-vec = " 0.2.12"
42
42
thorin-dwp = " 0.7"
43
43
tracing = " 0.1"
44
- wasm-encoder = " 0.200 .0"
44
+ wasm-encoder = " 0.210 .0"
45
45
# tidy-alphabetical-end
46
46
47
47
[target .'cfg(unix)' .dependencies ]
You can’t perform that action at this time.
0 commit comments