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 22 updates #41

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the deps group with 22 updates:

Package From To
anstyle 1.0.5 1.0.6
clap 4.4.18 4.5.0
thiserror 1.0.56 1.0.57
clap_builder 4.4.18 4.5.0
clap_derive 4.4.7 4.5.0
clap_lex 0.6.0 0.7.0
either 1.9.0 1.10.0
indexmap 2.2.2 2.2.3
js-sys 0.3.67 0.3.68
strsim 0.10.0 0.11.0
tempfile 3.9.0 3.10.0
thiserror-impl 1.0.56 1.0.57
toml 0.8.9 0.8.10
toml_edit 0.21.1 0.22.4
wasm-bindgen 0.2.90 0.2.91
wasm-bindgen-backend 0.2.90 0.2.91
wasm-bindgen-futures 0.4.40 0.4.41
wasm-bindgen-macro 0.2.90 0.2.91
wasm-bindgen-macro-support 0.2.90 0.2.91
wasm-bindgen-shared 0.2.90 0.2.91
web-sys 0.3.67 0.3.68
winnow 0.5.37 0.5.39

Updates anstyle from 1.0.5 to 1.0.6

Commits
  • c9dee03 chore: Release
  • 60343d1 docs: Update changelog
  • b8edda7 Merge pull request #171 from epage/ignore-fmt
  • ec33d22 fix(anstyle): Don't display with formatter's settings
  • 93c3dec test(anstyle): Show current fmt behavior
  • 9098545 chore(deps): update compatible (dev)
  • 44e8e4a Merge pull request #169 from joshtriplett/tyop
  • d9265f2 docs(anstream): Fix typo in documentation
  • See full diff in compare view


Updates clap from 4.4.18 to 4.5.0

Changelog

Sourced from clap's changelog.

[4.5.0] - 2024-02-08

Compatibility

  • Update MSRV to 1.74
Commits


Updates thiserror from 1.0.56 to 1.0.57

Release notes

Sourced from thiserror's releases.

1.0.57

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#286, thanks @​nyurik)
Commits
  • 1d106b1 Release 1.0.57
  • 8a5c4d1 Use write_str when args only consists of trailing comma
  • f790bee Phrase flag in terms of whether core::fmt machinery is required
  • d43b759 Ignore needless_raw_string_hashes pedantic clippy lint in test
  • d09c418 Touch up PR 286
  • 097251d Merge pull request #286 from nyurik/litstr
  • cd79876 optimize by avoiding second fmt.value() call
  • d7e738e Optimize simple literals for Display::fmt
  • 0717de3 Update ui test suite to nightly-2024-02-08
  • c7c7547 Update ui test suite to nightly-2024-01-31
  • See full diff in compare view


Updates clap_builder from 4.4.18 to 4.5.0

Changelog

Sourced from clap_builder's changelog.

[4.5.0] - 2024-02-08

Compatibility

  • Update MSRV to 1.74
Commits


Updates clap_derive from 4.4.7 to 4.5.0

Release notes

Sourced from clap_derive's releases.

v4.4.18

[4.4.18] - 2024-01-16

Fixes

  • (error) When lacking usage feature, ensure the list of required arguments is unique

v4.4.17

[4.4.17] - 2024-01-15

Fixes

  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15

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

v4.4.13

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

v4.4.12

[4.4.12] - 2023-12-28

... (truncated)

Changelog

Sourced from clap_derive's changelog.

[4.5.0] - 2024-02-08

Compatibility

  • Update MSRV to 1.74

[4.4.18] - 2024-01-16

Fixes

  • (error) When lacking usage feature, ensure the list of required arguments is unique

[4.4.17] - 2024-01-15

Fixes

  • Fix panic! when mixing args_conflicts_with_subcommands with ArgGroup (which is implicit with derive) introduced in 4.4.15

[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

[4.4.13] - 2024-01-04

Documentation

  • Fix link to structopt migration guide

[4.4.12] - 2023-12-28

Performance

... (truncated)

Commits


Updates clap_lex from 0.6.0 to 0.7.0

Changelog

Sourced from clap_lex's changelog.

v0.7.0 (2015-04-30) - BREAKING CHANGE

Bug Fixes

  • from_usage removes bug where usage strings have no help text (ad4e5451, closes #83)

Features

  • MultipleValues
    • add support for minimum and maximum number of values (53f6b8c9)
    • adds support limited number and named values (ae09f05e)
    • implement shorthand for options with multiple values (6669f0a9)
  • arg allow other types besides Vec for multiple value settings (BREAKING CHANGE 0cc2f698, closes #87)
  • usage implement smart usage strings on errors (d77048ef, closes #88)

v0.6.9 (2015-04-29)

Bug Fixes

  • from_usage removes bug where usage strings have no help text (ad4e5451, closes #83)

0.6.8 (2015-04-27)

Bug Fixes

  • help change long help --long=long -> --long (1e25abfc)
  • RequiredArgs required by default args should no longer be required when their exclusions are present (4bb4c3cc)

Features

  • ArgGroups add ability to create arg groups (09eb4d98)

v0.6.7 (2015-04-22)

Bug Fixes

  • from_usage fix bug causing args to not be required (b76129e9)

Features

... (truncated)

Commits


Updates either from 1.9.0 to 1.10.0

Commits
  • ede3c47 Merge pull request #98 from cuviper/release-1.10.0
  • 5fcb289 ci: upgrade to actions/checkout@v4
  • 071f034 Release 1.10.0
  • 254fbf6 Merge pull request #91 from aj-bagwell/master
  • 499b9ed Move the iter methods back to the root for doc order
  • 2a37eba Split factor_iter into owned/ref/mut variations
  • c3178af Fix iter and iter_mut doc tests for MSRV
  • c1ec796 Add a new type for the factored iterator
  • 356d9b6 Move iterator code into a module
  • a6e0026 fix It-o-erator typo
  • Additional commits viewable in compare view


Updates indexmap from 2.2.2 to 2.2.3

Changelog

Sourced from indexmap's changelog.

2.2.3

  • Added move_index and swap_indices methods to IndexedEntry, OccupiedEntry, and RawOccupiedEntryMut, functioning like the existing methods on IndexMap.
  • Added shift_insert methods on VacantEntry and RawVacantEntryMut, as well as shift_insert_hashed_nocheck on the latter, to insert the new entry at a particular index.
  • Added shift_insert methods on IndexMap and IndexSet to insert a new entry at a particular index, or else move an existing entry there.
Commits
  • 406bbdb Merge pull request #312 from cuviper/release-2.2.3
  • 3b79b87 Release 2.2.3
  • 8e6753c Merge pull request #310 from cuviper/shift_insert
  • e3ff25b Merge pull request #311 from cuviper/test_debug
  • 2a33977 Fully mask the "test_debug" code from normal builds
  • 8c206ef Test shift_insert that moves
  • 5debe73 IndexSet::swap_indices is O(1) too
  • 4572493 Add IndexSet::shift_insert based on map's method
  • 3b217ca Add IndexMap::shift_insert based on Entry
  • 209e3e1 Document equivalence of move_index/swap_indices
  • Additional commits viewable in compare view


Updates js-sys from 0.3.67 to 0.3.68

Commits


Updates strsim from 0.10.0 to 0.11.0

Release notes

Sourced from strsim's releases.

Release 0.11.0

Changed

  • improve OSA implementation

    • reduce runtime
    • reduce binary size by more than 25%
  • reduce binary size of Levenshtein distance

  • improve Damerau-Levenshtein implementation

    • reduce memory usage from O(N*M) to O(N+M)
    • reduce runtime in our own benchmark by more than 70%
    • reduce binary size by more than 25%
  • only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7

Fixed

  • Fix transposition counting in Jaro and Jaro-Winkler.
  • Limit common prefix in Jaro-Winkler to 4 characters

Release 0.10.1

Changed

  • improve OSA implementation

    • reduce runtime
    • reduce binary size by more than 25%
  • reduce binary size of Levenshtein distance

  • improve Damerau-Levenshtein implementation

    • reduce memory usage from O(N*M) to O(N+M)
    • reduce runtime in our own benchmark by more than 70%
    • reduce binary size by more than 25%
  • only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7

Fixed

  • Fix transposition counting in Jaro and Jaro-Winkler.
  • Limit common prefix in Jaro-Winkler to 4 characters
Changelog

Sourced from strsim's changelog.

[0.11.0] - (2024-01-07)

Changed

  • improve OSA implementation

    • reduce runtime
    • reduce binary size by more than 25%
  • reduce binary size of Levenshtein distance

  • improve Damerau-Levenshtein implementation

    • reduce memory usage from O(N*M) to O(N+M)
    • reduce runtime in our own benchmark by more than 70%
    • reduce binary size by more than 25%
  • only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7

Fixed

  • Fix transposition counting in Jaro and Jaro-Winkler.
  • Limit common prefix in Jaro-Winkler to 4 characters
Commits
  • 09fd5d9 fix version number
  • e7a3b55 Update the installation instructions
  • d9f10d5 release version 0.10.1
  • a5cc615 add maintainer
  • 20e3bdd only boost similarity in Jaro-Winkler once the Jaro similarity exceeds 0.7
  • f6a7593 limit common prefix in jaro-winkler
  • 15e1a03 improve error message on test failure
  • 98fd0ec Update links to reference the rapidfuzz org
  • 82d13e9 remove superfluous module around benchmarks (#66)
  • 1d92c1d fix or ignore all clippy warnings
  • Additional commits viewable in compare view


Updates tempfile from 3.9.0 to 3.10.0

Changelog

Sourced from tempfile's changelog.

3.10.0

  • Drop redox_syscall dependency, we now use rustix for Redox.
  • Add Builder::permissions for setting the permissions on temporary files and directories (thanks to @​Byron).
  • Update rustix to 0.38.31.
  • Update fastrand to 2.0.1.
Commits


Updates thiserror-impl from 1.0.56 to 1.0.57

Release notes

Sourced from thiserror-impl's releases.

1.0.57

  • Generate more efficient Display impl for error message which do not contain any interpolated value (#286, thanks @​nyurik)
Commits
  • 1d106b1 Release 1.0.57
  • 8a5c4d1 Use write_str when args only consists of trailing comma
  • f790bee Phrase flag in terms of whether core::fmt machinery is required
  • d43b759 Ignore needless_raw_string_hashes pedantic clippy lint in test
  • d09c418 Touch up PR 286
  • 097251d Merge pull request #286 from nyurik/litstr
  • cd79876 optimize by avoiding second fmt.value() call
  • d7e738e Optimize simple literals for Display::fmt
  • 0717de3 Update ui test suite to nightly-2024-02-08
  • c7c7547 Update ui test suite to nightly-2024-01-31
  • See full diff in compare view


Updates toml from 0.8.9 to 0.8.10

Commits
  • 7f3e276 chore: Release
  • 07c8c2c docs: Update changelog
  • 10392d5 chore: Release
  • 4592fe4 docs: Update changelog
  • b7bd3a4 Merge pull request #675 from epage/dotted-key
  • 89d1416 fix(edit): Preserve previous line decor on leaf key
  • 4e89856 fix(edit): Don't include decor in Key's Display
  • 35e5326 Merge pull request #674 from epage/refactor
  • 0aca85b refactor(encode): Remove trait abstraction
  • 16c8353 test(edit): Show dotted-key comment bug
  • Additional commits viewable in compare view


Updates toml_edit from 0.21.1 to 0.22.4

Commits


Updates wasm-bindgen from 0.2.90 to 0.2.91

Changelog

Sourced from wasm-bindgen's changelog.

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner. #3807

  • Add bindings for USBDevice.forget(). #3821

Changed

  • Stabilize ClipboardEvent. #3791

  • Use immutable buffers in SubtleCrypto methods. #3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker. #3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods. #3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection. #3822

Fixed

  • Fixed UB when freeing strings received from JS if not using the default allocator. #3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS. #3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].

... (truncated)

Commits
  • fe8bc94 Prepare v0.2.91 release (#3829)
  • 4b6ef26 Fixed nighly build of wasm-bindgen-futures (#3827)
  • 22f84e3 readme: build badge for Github actions, not Azure pipeline (#3825)
  • 3e469b2 Deprecate --weak-refs in favor of run-time detection (#3822)
  • 1f7942d Fix #[wasm_bindgen(js_name = default)] for module imports (#3823)
  • 1f019db Enabled and auto generated forget() method for UsbDevice (#3821)
  • 9e699ac Add deployment note for first wasm-pack build --target web example (#3819)
  • 305cb25 Fixed temporary folder detection on MacOS (#3817)
  • b104788 chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)
  • fb518d3 Fix example code in guide (#3813)
  • Additional commits viewable in compare view


Updates wasm-bindgen-backend from 0.2.90 to 0.2.91

Changelog

Sourced from wasm-bindgen-backend's changelog.

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner. #3807

  • Add bindings for USBDevice.forget(). #3821

Changed

  • Stabilize ClipboardEvent. #3791

  • Use immutable buffers in SubtleCrypto methods. #3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker. #3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods. #3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection. #3822

Fixed

  • Fixed UB when freeing strings received from JS if not using the default allocator. #3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS. #3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].

... (truncated)

Commits
  • fe8bc94 Prepare v0.2.91 release (#3829)
  • 4b6ef26 Fixed nighly build of wasm-bindgen-futures (#3827)
  • 3e469b2 Deprecate --weak-refs in favor of run-time detection (#3822)
  • 1f7942d Fix #[wasm_bindgen(js_name = default)] for module imports (#3823)
  • 1f019db Enabled and auto generated forget() method for UsbDevice (#3821)
  • 305cb25 Fixed temporary folder detection on MacOS (#3817)
  • b104788 chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)
  • acef364 Shrink JS-allocated strings down to the correct size before passing them to R...
  • c4f81f5 Add unstable bindings for the FileSystemAccess API (#3799) (#3810)
  • aa65ab5 Implement WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION (#3807)
  • Additional commits viewable in compare view


Updates wasm-bindgen-futures from 0.4.40 to 0.4.41

Commits


Updates wasm-bindgen-macro from 0.2.90 to 0.2.91

Changelog

Sourced from wasm-bindgen-macro's changelog.

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner. #3807

  • Add bindings for USBDevice.forget(). #3821

Changed

  • Stabilize ClipboardEvent. #3791

  • Use immutable buffers in SubtleCrypto methods. #3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker. #3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods. #3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection. #3822

Fixed

  • Fixed UB when freeing strings received from JS if not using the default allocator. #3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS. #3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].

... (truncated)

Commits
  • fe8bc94 Prepare v0.2.91 release (#3829)
  • 4b6ef26 Fixed nighly build of wasm-bindgen-futures (#3827)
  • 3e469b2 Deprecate --weak-refs in favor of run-time detection (#3822)
  • 1f7942d Fix #[wasm_bindgen(js_name = default)] for module imports (#3823)
  • 1f019db Enabled and auto generated forget() method for UsbDevice (#3821)
  • 305cb25 Fixed temporary folder detection on MacOS (#3817)
  • b104788 chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)
  • acef364 Shrink JS-allocated strings down to the correct size before passing them to R...
  • c4f81f5 Add unstable bindings for the FileSystemAccess API (#3799) (#3810)
  • aa65ab5 Implement WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION (#3807)
  • Additional commits viewable in compare view


Updates wasm-bindgen-macro-support from 0.2.90 to 0.2.91

Changelog

Sourced from wasm-bindgen-macro-support's changelog.

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_in_shared_worker and run_in_service_worker. #3804

  • Accept the --skip flag with wasm-bindgen-test-runner. #3803

  • Introduce environment variable WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION to disable origin isolation for wasm-bindgen-test-runner. #3807

  • Add bindings for USBDevice.forget(). #3821

Changed

  • Stabilize ClipboardEvent. #3791

  • Use immutable buffers in SubtleCrypto methods. #3797

  • Deprecate wasm_bindgen_test_configure!s run_in_worker in favor of run_in_dedicated_worker. #3804

  • Updated the WebGPU WebIDL to the current draft as of 2024-01-30. Note that this retains the previous update's workaround for GPUPipelineError, and holds back an update to the buffer argument of the GPUQueue.{writeBuffer,writeTexture} methods. #3816

  • Depreate --weak-refs and WASM_BINDGEN_WEAKREF in favor of automatic run-time detection. #3822

Fixed

  • Fixed UB when freeing strings received from JS if not using the default allocator. #3808

  • Fixed temporary folder detection by wasm-bindgen-test-runner on MacOS. #3817

  • Fixed using #[wasm_bindgen(js_name = default)] with #[wasm_bindgen(module = ...)].

... (truncated)

Commits
  • fe8bc94 Prepare v0.2.91 release (#3829)
  • 4b6ef26 Fixed nighly build of wasm-bindgen-futures (#3827)
  • 3e469b2 Deprecate --weak-refs in favor of run-time detection (#3822)
  • 1f7942d Fix #[wasm_bindgen(js_name = default)] for module imports (#3823)
  • 1f019db Enabled and auto generated forget() method for UsbDevice (#3821)
  • 305cb25 Fixed temporary folder detection on MacOS (#3817)
  • b104788 chore(webgpu)!: update to latest WebGPU IDL as of 2024-01-30 (#3816)
  • acef364 Shrink JS-allocated strings down to the correct size before passing them to R...
  • c4f81f5 Add unstable bindings for the FileSystemAccess API (#3799) (#3810)
  • aa65ab5 Implement WASM_BINDGEN_TEST_NO_ORIGIN_ISOLATION (#3807)
  • Additional commits viewable in compare view


Updates wasm-bindgen-shared from 0.2.90 to 0.2.91

Changelog

Sourced from wasm-bindgen-shared's changelog.

0.2.91

Released 2024-02-06

Added

  • Added bindings for the RTCRtpTransceiver.setCodecPreferences() and unstable bindings for the RTCRtpEncodingParameters.scalabilityMode. #3828

  • Add unstable bindings for the FileSystemAccess API #3810

  • Added support for running tests in shared and service workers with wasm_bindgen_test_configure! run_... _Description has been truncated_

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (faf3c5b) 82.78% compared to head (fbfdf47) 82.78%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #41 +/- ## ======================================= Coverage 82.78% 82.78% ======================================= Files 7 7 Lines 3271 3271 ======================================= Hits 2708 2708 Misses 563 563 ```

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