Skip to content

Commit

Permalink
Update rlimit requirement from 0.7.0 to 0.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rlimit](https://github.com/Nugine/rlimit) to permit the latest version.
- [Release notes](https://github.com/Nugine/rlimit/releases)
- [Changelog](https://github.com/Nugine/rlimit/blob/master/CHANGELOG.md)
- [Commits](Nugine/rlimit@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: rlimit
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jbr committed Apr 1, 2022
1 parent 14f0397 commit 26a205c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ trillium-http = { path = "../http", version = "^0.2.0" }
trillium-tls-common = { path = "../tls-common/", version = "^0.1.0" }

[target.'cfg(unix)'.dependencies]
rlimit = "0.7.0"
rlimit = "0.8.0"

[dev-dependencies]
trillium-smol = { path = "../smol" }
Expand Down

0 comments on commit 26a205c

Please sign in to comment.