1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-08-03 14:37:45 +00:00

tests/util: Bump rlimit version to 0.9.1 to be able to use prlimit on android

This commit is contained in:
Joining7943 2023-01-30 08:53:28 +01:00
parent 9fdce975fd
commit 2b5b0c82c1
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View file

@ -1833,9 +1833,9 @@ dependencies = [
[[package]]
name = "rlimit"
version = "0.8.3"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7278a1ec8bfd4a4e07515c589f5ff7b309a373f987393aef44813d9dcf87aa3"
checksum = "f8a29d87a652dc4d43c586328706bb5cdff211f3f39a530f240b53f7221dab8e"
dependencies = [
"libc",
]