jwodder / labelmaker

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

[cargo](deps): Bump the deps group with 10 updates #35

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the deps group with 10 updates:

Package From To
anstream 0.6.5 0.6.7
clap 4.4.13 4.4.16
base64 0.21.5 0.21.7
getrandom 0.2.11 0.2.12
h2 0.3.22 0.3.23
js-sys 0.3.66 0.3.67
rustix 0.38.28 0.38.30
wasm-bindgen-futures 0.4.39 0.4.40
web-sys 0.3.66 0.3.67
winnow 0.5.33 0.5.34

Updates anstream from 0.6.5 to 0.6.7

Commits
  • a55990c chore: Release
  • e7e17ab docs: Update changelog
  • e438606 fix: Remove stray dbg
  • 340d8f3 chore: Release
  • a908e45 docs: Update changelog
  • 6822aa4 Merge pull request #158 from epage/sound
  • a54cb5b fix(stream): Don't break out of UTF8 character part-way
  • 51ffc2d test(stream): Show strip bug
  • 84c0c73 chore(ci): Ensure rustfmt is available
  • 7f3e886 Merge pull request #154 from rust-cli/renovate/owo-colors-4.x
  • Additional commits viewable in compare view


Updates clap from 4.4.13 to 4.4.16

Release notes

Sourced from clap's releases.

v4.4.16

[4.4.16] - 2024-01-12

Fixes

  • Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color

v4.4.15

[4.4.15] - 2024-01-11

Fixes

  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

v4.4.14

[4.4.14] - 2024-01-08

Documentation

  • Fix find cookbook entry to allow repeats of flags/options

Features

  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags
Changelog

Sourced from clap's changelog.

[4.4.16] - 2024-01-12

Fixes

  • Ensure invalid escape sequences in user-defined strings are correctly stripped when terminal doesn't support color

[4.4.15] - 2024-01-11

Fixes

  • Improve error for args_conflicts_with_subcommands
  • Ensure we error for args_conflicts_with_subcommands when using subcommand short and long flags

[4.4.14] - 2024-01-08

Documentation

  • Fix find cookbook entry to allow repeats of flags/options

Features

  • Allow num_args(0) on options which allows making them emulate being a flag for position-tracking flags
Commits


Updates base64 from 0.21.5 to 0.21.7

Changelog

Sourced from base64's changelog.

0.21.7

  • Support getting an alphabet's contents as a str via Alphabet::as_str()

0.21.6

  • Improved introductory documentation and example
Commits
  • 9652c78 v0.21.7
  • 08deccf provide as_str() method to return the alphabet characters (#264)
  • 1cd75a1 v0.21.6
  • 5820d9b Merge pull request #263 from marshallpierce/silverlyra-usage
  • 97d9180 Merge branch 'usage' of github.com:silverlyra/rust-base64 into silverlyra-usage
  • b64c624 Merge pull request #262 from tamird/clap
  • e32ca18 examples: replace structopt with clap
  • 72f25a8 Simplify the example program
  • 40e162c Rewrite the crate docstring
  • bfde751 Merge pull request #260 from marshallpierce/mp/doc-grammar
  • Additional commits viewable in compare view


Updates getrandom from 0.2.11 to 0.2.12

Changelog

Sourced from getrandom's changelog.

[0.2.12] - 2024-01-09

Fixed

  • Custom backend for targets without atomics #385

Changed

  • Improve robustness of the Hermit backend and sys_fill_exact #386
  • Raise minimum supported Apple OS versions to macOS 10.12 and iOS 10 #388

Added

  • Document platform support policy #387

#385: rust-random/getrandom#385 #386: rust-random/getrandom#386 #387: rust-random/getrandom#387 #388: rust-random/getrandom#388

Commits


Updates h2 from 0.3.22 to 0.3.23

Release notes

Sourced from h2's releases.

v0.3.23

What's Changed

Changelog

Sourced from h2's changelog.

0.3.23 (January 10, 2024)

  • Backport fix from 0.4.1 for stream capacity assignment.
Commits


Updates js-sys from 0.3.66 to 0.3.67

Commits


Updates rustix from 0.38.28 to 0.38.30

Commits


Updates wasm-bindgen-futures from 0.4.39 to 0.4.40

Commits


Updates web-sys from 0.3.66 to 0.3.67

Commits


Updates winnow from 0.5.33 to 0.5.34

Changelog

Sourced from winnow's changelog.

[0.5.34] - 2024-01-10

Fixes

  • Don't require Statefuls State to be clone (a leftover from pre &mut input)
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 (ea129b0) 82.86% compared to head (a20606d) 82.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #35 +/- ## ======================================= Coverage 82.86% 82.86% ======================================= Files 7 7 Lines 3268 3268 ======================================= Hits 2708 2708 Misses 560 560 ```

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