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 = [
1544
1544
1545
1545
[[package ]]
1546
1546
name = " hermit-abi"
1547
- version = " 0.3.0 "
1547
+ version = " 0.3.1 "
1548
1548
source = " registry+https://github.com/rust-lang/crates.io-index"
1549
- checksum = " 856b5cb0902c2b6d65d5fd97dfa30f9b70c7538e770b98eab5ed52d8db923e01 "
1549
+ checksum = " fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286 "
1550
1550
dependencies = [
1551
1551
" compiler_builtins" ,
1552
1552
" rustc-std-workspace-alloc" ,
@@ -1800,7 +1800,7 @@ version = "0.4.7"
1800
1800
source = " registry+https://github.com/rust-lang/crates.io-index"
1801
1801
checksum = " adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
1802
1802
dependencies = [
1803
- " hermit-abi 0.3.0 " ,
1803
+ " hermit-abi 0.3.1 " ,
1804
1804
" io-lifetimes" ,
1805
1805
" rustix" ,
1806
1806
" windows-sys 0.48.0" ,
@@ -4634,7 +4634,7 @@ dependencies = [
4634
4634
" dlmalloc" ,
4635
4635
" fortanix-sgx-abi" ,
4636
4636
" hashbrown 0.13.1" ,
4637
- " hermit-abi 0.3.0 " ,
4637
+ " hermit-abi 0.3.1 " ,
4638
4638
" libc" ,
4639
4639
" miniz_oxide" ,
4640
4640
" 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'] }
45
45
fortanix-sgx-abi = { version = " 0.5.0" , features = [' rustc-dep-of-std' ], public = true }
46
46
47
47
[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 }
49
49
50
50
[target .wasm32-wasi .dependencies ]
51
51
wasi = { version = " 0.11.0" , features = [' rustc-dep-of-std' ], default-features = false }
You can’t perform that action at this time.
0 commit comments