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

build(deps): bump onig from 6.3.2 to 6.4.0 #176

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 10, 2022

Bumps onig from 6.3.2 to 6.4.0.

Release notes

Sourced from onig's releases.

6.4.0

This release contains two feature requests from @​lopopolo. We no longer rely on the older lazy_static crate for shared mutex initialisation, and the crates have been bumped to 2018.

What's Changed

Full Changelog: rust-onig/rust-onig@v6.3.2...v6.4.0

Changelog

Sourced from onig's changelog.

6.4.0

  • Upgrade to Rust 2018, #170
  • Replace lazy_static with once_cell
Commits

Dependabot compatibility score

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)

Bumps [onig](https://github.com/iwillspeak/rust-onig) from 6.3.2 to 6.4.0.
- [Release notes](https://github.com/iwillspeak/rust-onig/releases)
- [Changelog](https://github.com/rust-onig/rust-onig/blob/main/CHANGELOG.md)
- [Commits](rust-onig/rust-onig@v6.3.2...v6.4.0)

---
updated-dependencies:
- dependency-name: onig
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies rust Pull requests that update Rust code labels Aug 10, 2022
@codecov
Copy link

codecov bot commented Aug 10, 2022

Codecov Report

Merging #176 (60f554c) into main (a66f38b) will decrease coverage by 0.38%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #176      +/-   ##
==========================================
- Coverage   49.42%   49.03%   -0.39%     
==========================================
  Files          30       30              
  Lines        4917     4913       -4     
  Branches     1287     1290       +3     
==========================================
- Hits         2430     2409      -21     
- Misses       1838     1849      +11     
- Partials      649      655       +6     
Impacted Files Coverage Δ
src/xargs/mod.rs 78.23% <0.00%> (-2.39%) ⬇️
src/find/matchers/time.rs 54.71% <0.00%> (-2.15%) ⬇️
src/find/matchers/size.rs 75.60% <0.00%> (-1.90%) ⬇️
src/find/matchers/perm.rs 62.50% <0.00%> (-1.33%) ⬇️
src/find/matchers/exec.rs 77.77% <0.00%> (-0.61%) ⬇️
src/lib.rs 28.00% <0.00%> (-0.31%) ⬇️
src/find/matchers/printf.rs 67.48% <0.00%> (-0.23%) ⬇️
src/find/matchers/printer.rs 94.11% <0.00%> (+0.36%) ⬆️
src/testing/commandline/main.rs 71.42% <0.00%> (+0.46%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@sylvestre sylvestre merged commit 96de758 into main Aug 10, 2022
@sylvestre sylvestre deleted the dependabot/cargo/onig-6.4.0 branch August 10, 2022 12:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant