about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2021-08-19 09:08:11 +0000
committerbors <bors@rust-lang.org>2021-08-19 09:08:11 +0000
commita9ab2e55395013de116340e4cbfa0bb0263bb658 (patch)
tree137c185247866ecdbadb516f412fad9bfe3992ea /Cargo.lock
parent4968a8bbd19cea8713aabff9b1575ec60e208670 (diff)
parentbbb6cb8969d104e516cb42f5719121ec01ca3e0e (diff)
downloadrust-a9ab2e55395013de116340e4cbfa0bb0263bb658.tar.gz
rust-a9ab2e55395013de116340e4cbfa0bb0263bb658.zip
Auto merge of #88002 - hermitcore:unbox-mutex, r=dtolnay
Unbox mutexes, condvars and rwlocks on hermit

[RustyHermit](https://github.com/hermitcore/rusty-hermit) provides now movable synchronization primitives and we are able to unbox mutexes and condvars.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3420fe5e61c..14cb1f1641b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1529,9 +1529,9 @@ dependencies = [
 
 [[package]]
 name = "hermit-abi"
-version = "0.1.17"
+version = "0.1.19"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
+checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
 dependencies = [
  "compiler_builtins",
  "libc",