about summary refs log tree commit diff
path: root/library
diff options
context:
space:
mode:
authorMatthias Krüger <476013+matthiaskrgr@users.noreply.github.com>2025-05-10 16:26:04 +0200
committerGitHub <noreply@github.com>2025-05-10 16:26:04 +0200
commit86fb03ef1a4316215bf53d7198abb463990e0678 (patch)
treeee3ef3e53eb2932de908f268f1631421b8cf72af /library
parent8186b71fb4cab730e05707c320828bce59b42939 (diff)
parentca42f15f96ea966b7eb15e75dbdf0702d352ebcf (diff)
downloadrust-86fb03ef1a4316215bf53d7198abb463990e0678.tar.gz
rust-86fb03ef1a4316215bf53d7198abb463990e0678.zip
Rollup merge of #140789 - hermit-os:hermit-abi-0.5.1, r=Mark-Simulacrum
Update hermit-abi to 0.5.1

This updates hermit-abi to version 0.5.1, bringing the [recent `AF_*`](https://github.com/rust-lang/libc/pull/4344) changes to std.
Diffstat (limited to 'library')
-rw-r--r--library/Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/library/Cargo.lock b/library/Cargo.lock
index 5100b4d8176..93e9a8b7e8b 100644
--- a/library/Cargo.lock
+++ b/library/Cargo.lock
@@ -139,9 +139,9 @@ dependencies = [
 
 [[package]]
 name = "hermit-abi"
-version = "0.5.0"
+version = "0.5.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
+checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
 dependencies = [
  "compiler_builtins",
  "rustc-std-workspace-alloc",