Skip to content

Commit eca616d

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Cargo.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -1701,9 +1701,9 @@ dependencies = [
17011701

17021702
[[package]]
17031703
name = "hermit-abi"
1704-
version = "0.3.2"
1704+
version = "0.3.3"
17051705
source = "registry+https://github.com/rust-lang/crates.io-index"
1706-
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
1706+
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
17071707
dependencies = [
17081708
"compiler_builtins",
17091709
"rustc-std-workspace-alloc",
@@ -2079,7 +2079,7 @@ version = "0.4.8"
20792079
source = "registry+https://github.com/rust-lang/crates.io-index"
20802080
checksum = "24fddda5af7e54bf7da53067d6e802dbcc381d0a8eef629df528e3ebf68755cb"
20812081
dependencies = [
2082-
"hermit-abi 0.3.2",
2082+
"hermit-abi 0.3.3",
20832083
"rustix",
20842084
"windows-sys 0.48.0",
20852085
]
@@ -2607,7 +2607,7 @@ version = "1.16.0"
26072607
source = "registry+https://github.com/rust-lang/crates.io-index"
26082608
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
26092609
dependencies = [
2610-
"hermit-abi 0.3.2",
2610+
"hermit-abi 0.3.3",
26112611
"libc",
26122612
]
26132613

@@ -5103,7 +5103,7 @@ dependencies = [
51035103
"dlmalloc",
51045104
"fortanix-sgx-abi",
51055105
"hashbrown 0.14.2",
5106-
"hermit-abi 0.3.2",
5106+
"hermit-abi 0.3.3",
51075107
"libc",
51085108
"miniz_oxide",
51095109
"object",

0 commit comments

Comments
 (0)