File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -1544,9 +1544,9 @@ dependencies = [
15441544
15451545[[package ]]
15461546name = " hermit-abi"
1547- version = " 0.3.0 "
1547+ version = " 0.3.1 "
15481548source = " registry+https://github.com/rust-lang/crates.io-index"
1549- checksum = " 856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01 "
1549+ checksum = " fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 "
15501550dependencies = [
15511551 " compiler_builtins" ,
15521552 " rustc-std-workspace-alloc" ,
@@ -1800,7 +1800,7 @@ version = "0.4.7"
18001800source = " registry+https://github.com/rust-lang/crates.io-index"
18011801checksum = " adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
18021802dependencies = [
1803- " hermit-abi 0.3.0 " ,
1803+ " hermit-abi 0.3.1 " ,
18041804 " io-lifetimes" ,
18051805 " rustix" ,
18061806 " windows-sys 0.48.0" ,
@@ -4634,7 +4634,7 @@ dependencies = [
46344634 " dlmalloc" ,
46354635 " fortanix-sgx-abi" ,
46364636 " hashbrown 0.13.1" ,
4637- " hermit-abi 0.3.0 " ,
4637+ " hermit-abi 0.3.1 " ,
46384638 " libc" ,
46394639 " miniz_oxide" ,
46404640 " object 0.30.1" ,
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] }
4545fortanix-sgx-abi = { version = " 0.5.0" , features = [' rustc-dep-of-std' ], public = true }
4646
4747[target .'cfg(target_os = "hermit")' .dependencies ]
48- hermit-abi = { version = " 0.3.0 " , features = [' rustc-dep-of-std' ] }
48+ hermit-abi = { version = " 0.3.1 " , features = [' rustc-dep-of-std' ], public = true }
4949
5050[target .wasm32-wasi .dependencies ]
5151wasi = { version = " 0.11.0" , features = [' rustc-dep-of-std' ], default-features = false }
You can’t perform that action at this time.
0 commit comments