jwodder / labelmaker

Create & enforce sets of labels in GitHub repositories
MIT License
2 stars 0 forks source link

[cargo](deps): Bump the deps group with 17 updates #30

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the deps group with 17 updates:

Package From To
anstream 0.6.4 0.6.5
clap 4.4.10 4.4.11
tokio 1.34.0 1.35.0
anstyle-parse 0.2.2 0.2.3
anstyle-query 1.0.0 1.0.2
anstyle-wincon 3.0.1 3.0.2
http-body 0.4.5 0.4.6
itoa 1.0.9 1.0.10
libc 0.2.150 0.2.151
mio 0.8.9 0.8.10
once_cell 1.18.0 1.19.0
openssl 0.10.60 0.10.61
rustix 0.38.26 0.38.28
ryu 1.0.15 1.0.16
try-lock 0.2.4 0.2.5
unicode-bidi 0.3.13 0.3.14
winnow 0.5.19 0.5.26

Updates anstream from 0.6.4 to 0.6.5

Commits
  • 2fd1db9 chore: Release
  • bf3c45d docs: Update changelog
  • 00e5945 Merge pull request #150 from epage/wincon
  • 28e5a96 fix(stream): Adapt Ansi256 colors for Wincon
  • 369a57b test(stream): Add wincon reproduction case
  • 277b5ee test(stream): Improve quality of output on failure
  • 953b2fc chore: Release
  • 419432b docs: Update changelog
  • ff38a89 Merge pull request #149 from epage/error
  • 1b0b59a feat(query): Expose wincon errors
  • Additional commits viewable in compare view


Updates clap from 4.4.10 to 4.4.11

Release notes

Sourced from clap's releases.

v4.4.11

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group
Changelog

Sourced from clap's changelog.

[4.4.11] - 2023-12-04

Features

  • Add Command::mut_group
Commits


Updates tokio from 1.34.0 to 1.35.0

Release notes

Sourced from tokio's releases.

Tokio v1.35.0

1.35.0 (December 8th, 2023)

Added

  • net: add Apple watchOS support (#6176)

Changed

  • io: drop the Sized requirements from AsyncReadExt.read_buf (#6169)
  • runtime: make Runtime unwind safe (#6189)
  • runtime: reduce the lock contention in task spawn (#6001)
  • tokio: update nix dependency to 0.27.1 (#6190)

Fixed

  • chore: make --cfg docsrs work without net feature (#6166)
  • chore: use relaxed load for unsync_load on miri (#6179)
  • runtime: handle missing context on wake (#6148)
  • taskdump: fix taskdump cargo config example (#6150)
  • taskdump: skip notified tasks during taskdumps (#6194)
  • tracing: avoid creating resource spans with current parent, use a None parent instead (#6107)
  • tracing: make task span explicit root (#6158)

Documented

  • io: flush in AsyncWriteExt examples (#6149)
  • runtime: document fairness guarantees and current behavior (#6145)
  • task: document cancel safety of LocalSet::run_until (#6147)

#6001: tokio-rs/tokio#6001 #6107: tokio-rs/tokio#6107 #6144: tokio-rs/tokio#6144 #6145: tokio-rs/tokio#6145 #6147: tokio-rs/tokio#6147 #6148: tokio-rs/tokio#6148 #6149: tokio-rs/tokio#6149 #6150: tokio-rs/tokio#6150 #6158: tokio-rs/tokio#6158 #6166: tokio-rs/tokio#6166 #6169: tokio-rs/tokio#6169 #6176: tokio-rs/tokio#6176 #6179: tokio-rs/tokio#6179 #6189: tokio-rs/tokio#6189 #6190: tokio-rs/tokio#6190 #6194: tokio-rs/tokio#6194

Commits


Updates anstyle-parse from 0.2.2 to 0.2.3

Commits
  • 3c3d95a chore: Release
  • fda4230 Merge pull request #148 from epage/example
  • cd28309 feat(anstream): Add debugging 'examples'
  • 030d75f Merge pull request #145 from rust-cli/renovate/windows-sys-0.x
  • 26d31bf chore(deps): update rust crate windows-sys to 0.52.0
  • ad17e3e Merge pull request #146 from epage/examples
  • 4062e0e fix: Rename examples to avoid conflicts
  • 7e1f1a8 chore(deps): update compatible (dev)
  • 013ff48 chore(deps): update compatible (dev)
  • 114d3e4 chore: Update from '_rust/main'
  • Additional commits viewable in compare view


Updates anstyle-query from 1.0.0 to 1.0.2

Commits


Updates anstyle-wincon from 3.0.1 to 3.0.2

Commits
  • 3c3d95a chore: Release
  • fda4230 Merge pull request #148 from epage/example
  • cd28309 feat(anstream): Add debugging 'examples'
  • 030d75f Merge pull request #145 from rust-cli/renovate/windows-sys-0.x
  • 26d31bf chore(deps): update rust crate windows-sys to 0.52.0
  • ad17e3e Merge pull request #146 from epage/examples
  • 4062e0e fix: Rename examples to avoid conflicts
  • 7e1f1a8 chore(deps): update compatible (dev)
  • 013ff48 chore(deps): update compatible (dev)
  • 114d3e4 chore: Update from '_rust/main'
  • Additional commits viewable in compare view


Updates http-body from 0.4.5 to 0.4.6

Changelog

Sourced from http-body's changelog.

0.4.6 (December 8, 2023)

  • Add Collect combinator (backported from http-body-util).
Commits


Updates itoa from 1.0.9 to 1.0.10

Release notes

Sourced from itoa's releases.

1.0.10

Commits
  • 547c143 Release 1.0.10
  • ba20a60 Touch up PR 41
  • adecb79 Merge pull request #41 from CXWorks/master
  • 84bffa9 fix CI error
  • cefacdb add missing unit test for i128
  • 0d040f4 Remove 'remember to update' reminder from Cargo.toml
  • 2763105 Test docs.rs documentation build in CI
  • e999a5a Update name of clippy clone impl lint
  • 633b6ae Ignore needless_doctest_main clippy lint
  • 03549a2 Update actions/checkout@v3 -> v4
  • Additional commits viewable in compare view


Updates libc from 0.2.150 to 0.2.151

Release notes

Sourced from libc's releases.

0.2.151

What's Changed

New Contributors

... (truncated)

Commits
  • fe5fe49 Auto merge of #3472 - JohnTitor:release-0.2.151, r=JohnTitor
  • f37806e Auto merge of #3471 - devnexen:netbsdlike_map_tryfixed, r=JohnTitor
  • 347d95a Auto merge of #3469 - devnexen:obsd_reg_riscv64, r=JohnTitor
  • 9645281 Prepare release for v0.2.151
  • 36f5f13 openbsd/netbsd MAP_TRYFIXED constant
  • 740e784 Auto merge of #3470 - JohnTitor:docs-rs-aarch64-apple-darwin, r=JohnTitor
  • 558acf1 Generate aarch64-apple-darwin docs on docs.rs
  • c4e3e91 Auto merge of #3453 - arctic-alpaca:main, r=JohnTitor
  • 0cd65a9 openbsd riscv64 adding sigcontext
  • 5901514 Add SOL_XDP to linux musl
  • Additional commits viewable in compare view


Updates mio from 0.8.9 to 0.8.10

Changelog

Sourced from mio's changelog.

0.8.10

Added

Commits


Updates once_cell from 1.18.0 to 1.19.0

Changelog

Sourced from once_cell's changelog.

1.19.0

  • Use portable-atomic instead of atomic-polyfill, #251.
Commits


Updates openssl from 0.10.60 to 0.10.61

Commits
  • c428588 Release openssl v0.10.61
  • 3e6b5d4 Release openssl-sys v0.9.97
  • 61c4acd Merge pull request #2117 from sfackler/maybe-uninit
  • 1092196 Add uninit read methods and switch to _ex when possible
  • ea075d1 Merge pull request #2115 from davidben/x509-purpose-get-id
  • 9cafc73 Restore struct in handwritten, memory-unsafe bindings
  • 25606f0 Use X509_PURPOSE_get_id instead of struct access
  • efe619c Merge pull request #2114 from davidben/x509-object-free
  • 66c16ca X509_OBJECT_free_contents is not X509_OBJECT_free
  • 8840e53 Merge pull request #2113 from alex/new-boringssl
  • Additional commits viewable in compare view


Updates rustix from 0.38.26 to 0.38.28

Commits
  • 5ff2b62 chore: Release rustix version 0.38.28
  • 3758947 Fix c_char vs u8 errors in the linux_raw backend. (#971)
  • b1f8c8f chore: Release rustix version 0.38.27
  • 07767ad Use prlimit64 unconditionally in the linux_raw backend. (#968)
  • 704611a Miscellaneous documentation cleanups. (#967)
  • 287509b Fix compilation on macOS and FreeBSD with --no-default-features. (#966)
  • 748a828 Add methods for reading into unitialized buffers (#944)
  • 56acc55 Fix compilation on non-x86 with linux_latest. (#961)
  • cb1ffab Fix compilation under wasm32-wasi under various feature combinations. (#960)
  • 90513bc Fix the return type of fsmount. (#962)
  • Additional commits viewable in compare view


Updates ryu from 1.0.15 to 1.0.16

Release notes

Sourced from ryu's releases.

1.0.16

  • Sync performance improvement from upstream C implementation
Commits
  • 668d654 Release 1.0.16
  • 5bfd87c Merge pull request #53 from dtolnay/sync
  • 2e482fc Sync to ulfjack/ryu@77e767f
  • 2ded0d1 Reimplement pow5_factor using modular inverse
  • a8ef629 Add tests for pow5_factor
  • f84f806 Merge pull request #51 from dtolnay/negativenan
  • e6f97e0 Add test of negative NaN
  • b9b01a1 Test docs.rs documentation build in CI
  • 522321f Update name of clippy clone impl lint
  • 2fbfd76 Ignore needless_doctest_main clippy lint
  • Additional commits viewable in compare view


Updates try-lock from 0.2.4 to 0.2.5

Commits


Updates unicode-bidi from 0.3.13 to 0.3.14

Commits


Updates winnow from 0.5.19 to 0.5.26

Changelog

Sourced from winnow's changelog.

[0.5.26] - 2023-12-07

Documentation

  • Add nom migration guide

[0.5.25] - 2023-12-05

Fixes

  • Correctly point to error location in InputErrors Display for single-line input

[0.5.24] - 2023-12-05

Features

  • Support Accumulate for BTreeSet and HashSet

[0.5.23] - 2023-12-04

Features

  • Add more patterns for token::take_until[01]

[0.5.22] - 2023-12-04

Performance

  • Optimize take_until* when parsing &str

[0.5.21] - 2023-12-04

Features

  • Add take_till ranged parser

Compatibility

  • Deprecated take_till0, take_till1 in favor of take_till

[0.5.20] - 2023-12-04

Features

  • Add Caseless to make it easier to add case insensitivity to any parser.

Compatibility

  • Deprecated tag_no_case in favor of tag(Caseless(...))
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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
codecov[bot] commented 9 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (92e3b92) 82.85% compared to head (378e7a0) 82.85%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #30 +/- ## ======================================= Coverage 82.85% 82.85% ======================================= Files 7 7 Lines 3267 3267 ======================================= Hits 2707 2707 Misses 560 560 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.