Skip to content

Commit

Permalink
Update rlimit requirement from 0.6.2 to 0.7.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)
- [Commits](Nugine/rlimit@v0.6.2...v0.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jbr committed Feb 14, 2022
1 parent c8490f8 commit 9be1b5e
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.6.2"
rlimit = "0.7.0"

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

0 comments on commit 9be1b5e

Please sign in to comment.