Update rlimit to 0.8.1

This is necessary to fix build for M1 apples.
This commit is contained in:
Nick Mathewson 2022-04-02 08:10:18 -04:00
parent 52783f9ed1
commit e6c6628adb
1 changed files with 2 additions and 2 deletions

4
Cargo.lock generated
View File

@ -2566,9 +2566,9 @@ dependencies = [
[[package]]
name = "rlimit"
version = "0.8.0"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82193d247e7983046afd2d528fef595abed55430b28599d2ff389ef56d08351b"
checksum = "0fbcc6f9672090a4060a6de8d0fb2d4acd381363cda5b7049a26e2b32464f8ad"
dependencies = [
"libc",
]