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

chore(deps): update all non-major dependencies #42

Merged
merged 1 commit into from
Jan 9, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 29, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
predicates dev-dependencies patch 2.1.4 -> 2.1.5
regex dependencies patch 1.7.0 -> 1.7.1
tokio (source) dependencies minor 1.23.0 -> 1.24.1

Release Notes

assert-rs/predicates-rs

v2.1.5

Compare Source

Gixes
  • Further generalized borrowing of predicates with Borrow trait
rust-lang/regex

v1.7.1

Compare Source

==================
This release was done principally to try and fix the doc.rs rendering for the
regex crate.

Performance improvements:

  • PERF #​930:
    Optimize replacen. This also applies to replace, but not replace_all.

Bug fixes:

  • BUG #​945:
    Maybe fix rustdoc rendering by just bumping a new release?
tokio-rs/tokio

v1.24.1: Tokio v1.24.1

Compare Source

This release fixes a compilation failure on targets without AtomicU64 when using rustc older than 1.63. (#​5356)

v1.24.0: Tokio v1.24.0

Compare Source

The highlight of this release is the reduction of lock contention for all I/O operations (#​5300). We have received reports of up to a 20% improvement in CPU utilization and increased throughput for real-world I/O heavy applications.

Fixed
  • rt: improve native AtomicU64 support detection (#​5284)
Added
  • rt: add configuration option for max number of I/O events polled from the OS
    per tick (#​5186)
  • rt: add an environment variable for configuring the default number of worker
    threads per runtime instance (#​4250)
Changed
  • sync: reduce MPSC channel stack usage (#​5294)
  • io: reduce lock contention in I/O operations (#​5300)
  • fs: speed up read_dir() by chunking operations (#​5309)
  • rt: use internal ThreadId implementation (#​5329)
  • test: don't auto-advance time when a spawn_blocking task is running (#​5115)

v1.23.1: Tokio v1.23.1

Compare Source

This release forward ports changes from 1.18.4.

Fixed
  • net: fix Windows named pipe server builder to maintain option when toggling
    pipe mode (#​5336).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov
Copy link

codecov bot commented Dec 29, 2022

Codecov Report

Merging #42 (bbb7c8e) into master (32e30ab) will increase coverage by 0.14%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
+ Coverage   47.92%   48.07%   +0.14%     
==========================================
  Files           7        7              
  Lines         628      624       -4     
==========================================
- Hits          301      300       -1     
+ Misses        327      324       -3     
Impacted Files Coverage Δ
src/cli.rs 83.33% <0.00%> (-8.34%) ⬇️
src/lib.rs 11.32% <0.00%> (+0.10%) ⬆️
src/apply.rs 34.23% <0.00%> (+0.18%) ⬆️
src/tera.rs 95.50% <0.00%> (+1.06%) ⬆️

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

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from fe77056 to ebfc1e5 Compare January 4, 2023 21:36
@renovate renovate bot changed the title chore(deps): update rust crate predicates to 2.1.5 chore(deps): update all non-major dependencies Jan 4, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4628222 to f424cf9 Compare January 6, 2023 13:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f424cf9 to bbb7c8e Compare January 9, 2023 14:24
@duyet duyet merged commit 1d41716 into master Jan 9, 2023
@delete-merged-branch delete-merged-branch bot deleted the renovate/all-minor-patch branch January 9, 2023 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant