Skip to content

Commit e270fc7

Browse files
committed
chore(Cargo.lock): bump hermit-abi to 0.3.3
``` Updating hermit-abi v0.3.2 -> v0.3.3 ```
1 parent 0692db1 commit e270fc7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Diff for: Cargo.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1649,9 +1649,9 @@ dependencies = [
16491649

16501650
[[package]]
16511651
name = "hermit-abi"
1652-
version = "0.3.2"
1652+
version = "0.3.3"
16531653
source = "registry+https://github.com/rust-lang/crates.io-index"
1654-
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
1654+
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
16551655
dependencies = [
16561656
"compiler_builtins",
16571657
"rustc-std-workspace-alloc",
@@ -2012,7 +2012,7 @@ version = "1.0.11"
20122012
source = "registry+https://github.com/rust-lang/crates.io-index"
20132013
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
20142014
dependencies = [
2015-
"hermit-abi 0.3.2",
2015+
"hermit-abi 0.3.3",
20162016
"libc",
20172017
"windows-sys 0.48.0",
20182018
]
@@ -2029,7 +2029,7 @@ version = "0.4.8"
20292029
source = "registry+https://github.com/rust-lang/crates.io-index"
20302030
checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
20312031
dependencies = [
2032-
"hermit-abi 0.3.2",
2032+
"hermit-abi 0.3.3",
20332033
"rustix 0.38.2",
20342034
"windows-sys 0.48.0",
20352035
]
@@ -2557,7 +2557,7 @@ version = "1.16.0"
25572557
source = "registry+https://github.com/rust-lang/crates.io-index"
25582558
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
25592559
dependencies = [
2560-
"hermit-abi 0.3.2",
2560+
"hermit-abi 0.3.3",
25612561
"libc",
25622562
]
25632563

@@ -5018,7 +5018,7 @@ dependencies = [
50185018
"dlmalloc",
50195019
"fortanix-sgx-abi",
50205020
"hashbrown 0.14.0",
5021-
"hermit-abi 0.3.2",
5021+
"hermit-abi 0.3.3",
50225022
"libc",
50235023
"miniz_oxide",
50245024
"object",

0 commit comments

Comments
 (0)