build(deps): bump rlimit from 0.5.3 to 0.5.4

Bumps [rlimit](https://github.com/Nugine/rlimit) from 0.5.3 to 0.5.4.
- [Release notes](https://github.com/Nugine/rlimit/releases)
- [Commits](https://github.com/Nugine/rlimit/compare/v0.5.3...v0.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-03-01 10:01:27 +00:00 committed by Deirdre Connolly
parent 45e22cd6eb
commit c5958dbb3d
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2640,9 +2640,9 @@ dependencies = [
[[package]]
name = "rlimit"
version = "0.5.3"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e7148757b4951f04391d2b301b2e3597d504c4d2434212d542b73c1a6b3f847"
checksum = "81a9ed03edbed449d6897c2092c71ab5f7b5fb80f6f0b1a3ed6d40a6f9fc0720"
dependencies = [
"libc",
]

View File

@ -27,7 +27,7 @@ rocksdb = "0.15.0"
tempdir = "0.3.7"
chrono = "0.4.19"
primitive-types = "0.9.0"
rlimit = "0.5.3"
rlimit = "0.5.4"
[dev-dependencies]
zebra-chain = { path = "../zebra-chain", features = ["proptest-impl"] }