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 12 updates #33

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the deps group with 12 updates:

Package From To
anyhow 1.0.76 1.0.78
clap 4.4.11 4.4.12
serde_json 1.0.108 1.0.109
thiserror 1.0.51 1.0.53
futures-channel 0.3.29 0.3.30
memchr 2.6.4 2.7.1
proc-macro2 1.0.71 1.0.73
quote 1.0.33 1.0.34
relative-path 1.9.0 1.9.2
schannel 0.1.22 0.1.23
tempfile 3.8.1 3.9.0
winnow 0.5.30 0.5.31

Updates anyhow from 1.0.76 to 1.0.78

Release notes

Sourced from anyhow's releases.

1.0.78

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#337)

1.0.77

Commits
  • 38c79ef Release 1.0.78
  • ded2295 Merge pull request #337 from dtolnay/bootstrap
  • ae45b67 Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
  • 2d32366 Update crate name used for build script probe
  • d10baed Move ExitStatus::success check into compile_probe()
  • 290c450 Merge pull request #336 from dtolnay/optionifletelse
  • 6b231dd Remove option_if_let_else clippy suppression from build script
  • eb66ff5 Merge pull request #335 from dtolnay/cargoenvvar
  • b1590b1 Require cargo promised environment variables to be present
  • 15646f4 Merge pull request #334 from dtolnay/probe
  • Additional commits viewable in compare view


Updates clap from 4.4.11 to 4.4.12

Release notes

Sourced from clap's releases.

v4.4.12

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed
Changelog

Sourced from clap's changelog.

[4.4.12] - 2023-12-28

Performance

  • Only ask TypedValueParser for possible values if needed
Commits
  • 6d601e6 chore: Release
  • 048e7f0 docs: Update changelog
  • 53f5b82 Merge pull request #5267 from vermiculus/sa/avoid-pv-expansion-in-help
  • 05cd057 perf: Avoid retrieving possible_values unless used
  • 2920808 test: Update snapshots
  • 28763eb chore: Release
  • ace7bb5 docs(complete): Update changelog
  • 76beca4 docs(complete): Polish API reference for dynamic
  • 3630e58 Merge pull request #5273 from epage/docsrs
  • 3724b9e docs: Include more content on docs.rs
  • See full diff in compare view


Updates serde_json from 1.0.108 to 1.0.109

Release notes

Sourced from serde_json's releases.

v1.0.109

  • Documentation improvements
Commits
  • f88bf1f Release 1.0.109
  • bb62c73 Merge pull request #1097 from serde-rs/doccfg
  • df36d10 Restore doc cfg on re-exports
  • c367091 Merge pull request #1095 from dtolnay/hashtest
  • b328ee7 Eliminate hash closure in favor of calling hash_one directly
  • b9bcbad Use BuildHasher::hash_one
  • 7ff6c9e Use random hasher state for number hashing test
  • fe031cd Delete trace_macros! functionality from test
  • 05196ca Update ui test suite to nightly-2023-11-19
  • See full diff in compare view


Updates thiserror from 1.0.51 to 1.0.53

Release notes

Sourced from thiserror's releases.

1.0.53

  • Reduce spurious rebuilds under RustRover IDE when using a nightly toolchain (#270)

1.0.52

  • Fix interaction with RUSTC_BOOTSTRAP (#269)
Commits
  • af28d9c Release 1.0.53
  • c22822c Merge pull request #275 from dtolnay/probers
  • 8722399 Rerun build script on changes to probe.rs
  • 0e280fe Merge pull request #274 from dtolnay/bootstrap
  • f334cfc Do not rebuild on RUSTC_BOOTSTRAP changes on nightly compiler
  • 5fd9537 Update crate name used for build script probe
  • a9b1585 Move ExitStatus::success check into compile_probe()
  • 0f349a4 Remove needless_raw_string_hashes clippy pedantic suppression from build script
  • c1c003f Merge pull request #273 from dtolnay/cargoenvvar
  • 9b7356f Require cargo promised environment variables to be present
  • Additional commits viewable in compare view


Updates futures-channel from 0.3.29 to 0.3.30

Release notes

Sourced from futures-channel's releases.

0.3.30

  • Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of (#2797)
  • Fix panic in FuturesUnordered::clear (#2809)
  • Fix panic in AsyncBufReadExt::fill_buf (#2801, #2812)
  • Improve support for targets without atomic CAS (#2811)
  • Remove build scripts (#2811)
Changelog

Sourced from futures-channel's changelog.

0.3.30 - 2023-12-24

  • Add {BiLock,SplitStream,SplitSink,ReadHalf,WriteHalf}::is_pair_of (#2797)
  • Fix panic in FuturesUnordered::clear (#2809)
  • Fix panic in AsyncBufReadExt::fill_buf (#2801, #2812)
  • Improve support for targets without atomic CAS (#2811)
  • Remove build scripts (#2811)
Commits
  • de1a0fd Release 0.3.30
  • 68d2845 Remove a redundant space in example (#2816)
  • fdd2ce7 Fix broken link in CopyBufAbortable docs (#2815)
  • 272a3c7 Use cfg(target_has_atomic) on no-std targets
  • c179201 FillBuf: Do not call poll_fill_buf twice
  • e6735f3 FuturesUnordered: Fix clear implementation
  • 04d01a0 FuturesOrdered: Use 64-bit index
  • e4aa659 remove redundant impl Unpin
  • 17851c1 provide a mechanism to determine if io read/write halves are from the same st...
  • 4910799 provide a non-destructive mechanism to determine if a sink/stream are paired
  • Additional commits viewable in compare view


Updates memchr from 2.6.4 to 2.7.1

Commits
  • 31c1e79 2.7.1
  • d9ac66d api: impl Clone for FindRevIter
  • 8957028 benchmarks/engines/rust-memchr: complete bump to 2.7.0
  • 5caaf3e benchmarks/engines/rust-memchr: bump to 2.7.0
  • b93d817 2.7.0
  • 8b62928 cargo: remove unused exclusions
  • a22b2df ci: update to wasmtime 15
  • bce1940 benchmarks/engines/bytecount: revert to 0.6.4
  • 2f5d8c4 benchmarks: fix wasmtime command
  • e77f0bf arch: simplify and improve is_equal_raw
  • Additional commits viewable in compare view


Updates proc-macro2 from 1.0.71 to 1.0.73

Release notes

Sourced from proc-macro2's releases.

1.0.73

  • Documentation improvements

1.0.72

  • Improve build script to be robust to proc_macro::Span unstable API changes
Commits
  • 4dce5d7 Release 1.0.73
  • 708540b Merge pull request #431 from dtolnay/doccfg
  • 014fa82 Restore documented cfg on LineColumn
  • df4fa83 Merge pull request #430 from dtolnay/nightlyci
  • 75897cf Make CI verify that proc_macro_span works in latest nightly
  • 643cb89 Release 1.0.72
  • 3db1977 Merge pull request #429 from dtolnay/probe
  • a961bae Test for the specific proc_macro_span API expected by proc-macro2
  • 784ae2e Merge pull request #428 from dtolnay/cargoenvvar
  • 8ade7da Require cargo promised environment variables to be present
  • See full diff in compare view


Updates quote from 1.0.33 to 1.0.34

Release notes

Sourced from quote's releases.

1.0.34

  • Documentation improvements
Commits


Updates relative-path from 1.9.0 to 1.9.2

Commits


Updates schannel from 0.1.22 to 0.1.23

Commits
  • f1aed2d Release v0.1.23
  • 9c7cb88 Merge pull request #96 from cristianbdg/exportable_private_key_flag
  • 2b6402a windows-sys 0.52
  • 955d56f chore: update to rust 1.56 (windows-sys 2021 edition) (#100)
  • 6d08a7a [EXPORTABLE_PRIVATE_KEY_FLAG] Added function to set machine keyset flag
  • 93fe14a Added function to set exportable private key flag
  • See full diff in compare view


Updates tempfile from 3.8.1 to 3.9.0

Changelog

Sourced from tempfile's changelog.

3.9.0

  • Updates windows-sys to 0.52
  • Updates minimum rustix version to 0.38.25
Commits


Updates winnow from 0.5.30 to 0.5.31

Changelog

Sourced from winnow's changelog.

[0.5.31] - 2023-12-27

Performance

  • Help the optimizer trim unused instructions in any when parsing a complete buffer
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 8 months ago

Codecov Report

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

Comparison is base (cee6ed4) 82.86% compared to head (e2135c3) 82.86%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #33 +/- ## ======================================= 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.