Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rlimit requirement from 0.9.0 to 0.10.0 #23

Merged
merged 1 commit into from
Jul 4, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 4, 2023

Updates the requirements on rlimit to permit the latest version.

Changelog

Sourced from rlimit's changelog.

0.10.0 - 2023-07-04

  • Update libc bindings.
  • Add Resource::get_soft and Resource::get_hard.

The MSRV of v0.10.* is explicitly guaranteed to be 1.60.0.

If you have any idea that can help rlimit reach v1.0, please leave your comments in this issue.

0.9.1 - 2023-01-30

0.9.0 - 2022-12-28

  • rlimit v0.9.0 follows the latest libc definitions.
  • The MSRV of v0.9.* is explicitly guaranteed to be 1.59.0.

0.8.3 - 2022-04-06

[PR #43](Nugine/rlimit#43): Downgrade MSRV

0.8.2 - 2022-04-06

rlimit v0.8.2 uses libc definitions again instead of incorrect custom bindings.

rlimit v0.8.0 and v0.8.1 are yanked now.

0.8.1 - 2022-04-01

[PR #36](Nugine/rlimit#36): Fix the bindings for aarch64-apple-darwin.

0.8.0 - 2022-03-31

rlimit v0.8.0 uses custom ffi bindings instead of libc for rlimit symbols and constants. The custom bindings are kept in sync with system headers automatically.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [rlimit](https://github.com/Nugine/rlimit) to permit the latest version.
- [Changelog](https://github.com/Nugine/rlimit/blob/main/CHANGELOG.md)
- [Commits](Nugine/rlimit@v0.9.0...v0.10.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 4, 2023
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Merging #23 (38af638) into main (52b7440) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   64.78%   64.78%           
=======================================
  Files           5        5           
  Lines         230      230           
=======================================
  Hits          149      149           
  Misses         81       81           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@lambdalisue lambdalisue merged commit 80548c8 into main Jul 4, 2023
@lambdalisue lambdalisue deleted the dependabot/cargo/rlimit-0.10.0 branch July 4, 2023 09:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant