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 6 updates #37

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the deps group with 6 updates:

Package From To
serde 1.0.195 1.0.196
serde_json 1.0.111 1.0.113
indexmap 2.1.0 2.2.1
regex-automata 0.4.4 0.4.5
serde_yaml 0.9.30 0.9.31
winnow 0.5.34 0.5.35

Updates serde from 1.0.195 to 1.0.196

Release notes

Sourced from serde's releases.

v1.0.196

  • Improve formatting of "invalid type" error messages involving floats (#2682)
Commits
  • ede9762 Release 1.0.196
  • d438c2d Merge pull request #2682 from dtolnay/decimalpoint
  • bef110b Format Unexpected::Float with decimal point
  • b971ef1 Merge pull request #2681 from dtolnay/workspacedeps
  • 29d9f69 Fix workspace.dependencies default-features future compat warning
  • aecb408 Sort workspace dependencies
  • 1c675ab Merge pull request #2678 from rodoufu/workspaceDependencies
  • dd61963 Adding workspace dependencies
  • 111803a Merge pull request #2673 from Sky9x/msrv-badge
  • 0024f74 Use shields.io's MSRV badges
  • See full diff in compare view


Updates serde_json from 1.0.111 to 1.0.113

Release notes

Sourced from serde_json's releases.

v1.0.113

  • Add swap_remove and shift_remove methods on Map (#1109)

v1.0.112

  • Improve formatting of "invalid type" error messages involving floats (#1107)
Commits
  • 09d865b Release 1.0.113
  • 5aeab4e Merge pull request #1109 from serde-rs/remove
  • ca3c2ca Add swap_remove and shift_remove methods on Map
  • 7fece96 Release 1.0.112
  • 6a6d2bb Merge pull request #1107 from serde-rs/unexpectedfloat
  • 83d7bad Format f64 in error messages using ryu
  • 107c2d1 Merge pull request #1106 from serde-rs/invalidvalue
  • 62ca3e4 Handle Unexpected::Unit in Error::invalid_value
  • 296fafb Factor out JSON-specific Display impl for serde::de::Unexpected
  • e56cc69 Merge pull request #1105 from keienWang/master
  • Additional commits viewable in compare view


Updates indexmap from 2.1.0 to 2.2.1

Changelog

Sourced from indexmap's changelog.

  • 2.2.1

    • Corrected the signature of RawOccupiedEntryMut::into_key(self) -> &'a mut K, This a breaking change from 2.2.0, but that version was published for less than a day and has now been yanked.
  • 2.2.0

    • The new IndexMap::get_index_entry method finds an entry by its index for in-place manipulation.

    • The Keys iterator now implements Index<usize> for quick access to the entry's key, compared to indexing the map to get the value.

    • The new IndexMap::splice and IndexSet::splice methods will drain the given range as an iterator, and then replace that range with entries from an input iterator.

    • The new trait RawEntryApiV1 offers opt-in access to a raw entry API for IndexMap, corresponding to the unstable API on HashSet as of Rust 1.75.

    • Many IndexMap and IndexSet methods have relaxed their type constraints, e.g. removing K: Hash on methods that don't actually need to hash.

    • Removal methods remove, remove_entry, and take are now deprecated in favor of their shift_ or swap_ prefixed variants, which are more explicit about their effect on the index and order of remaining items. The deprecated methods will remain to guide drop-in replacements from HashMap and HashSet toward the prefixed methods.

Commits
  • 7264ce4 Merge pull request #304 from cuviper/raw-into_key
  • 244bd81 Fix RawOccupiedEntryMut::into_key
  • 7107c49 Merge pull request #303 from cuviper/test-updates
  • 34a7af7 Allow clippy::style
  • 382a45c Upgrade dev-dep itertools to 0.12
  • 904689f ci: upgrade to actions/checkout@v4
  • 405fa10 Merge pull request #302 from cuviper/release-2.2.0
  • d84bf5e Release 2.2.0
  • 9edb1a4 Merge pull request #300 from cuviper/raw_entry_v1
  • a1495fd Merge pull request #301 from cuviper/unstringify
  • Additional commits viewable in compare view


Updates regex-automata from 0.4.4 to 0.4.5

Commits


Updates serde_yaml from 0.9.30 to 0.9.31

Release notes

Sourced from serde_yaml's releases.

0.9.31

  • Add swap_remove and shift_remove methods on Mapping (#408)
Commits


Updates winnow from 0.5.34 to 0.5.35

Changelog

Sourced from winnow's changelog.

[0.5.35] - 2024-01-26

Compatibility

  • Deprecate success(value) in favor of empty.value(value)
  • Deprecated winnow::trace::trace in favor of the more centrally located winnow::combinator::trace
  • Deprecated take_until0 / take_until1 in favor of take_until
  • Deprecated repeat_till0 in favor of repeat_till
  • Deprecated not_line_ending in favor of till_line_ending

Features

  • Add more general empty combinator
  • Added take_until that can handle any range of tokens to consume
  • Added repeat_till that can handle any range of parsers to repeat

Documentation

  • Made it easier to discover cut_err and how to use it
  • Move trace documentation into the tutorial
Commits
  • 1ec1b2e chore: Release
  • 1c62581 docs: Update changelog
  • 68b6e7e Merge pull request #440 from epage/empty
  • 1ef87e9 fix(comb): Deprecate success in favor of empty
  • e939bc1 Merge pull request #439 from epage/repeat
  • eb54269 refactor: Resolve repeat_till1 deprecations
  • 6978f31 fix(comb): Generalize repeat_till0 as repeat_till
  • 887742d Merge pull request #438 from epage/not
  • dc4011e refactor: Resolve not_line_ending deprecations
  • 588f4bf fix(ascii): Clarify till_line_ending is take_till
  • Additional commits viewable in compare view


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 7 months ago

Codecov Report

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

Comparison is base (bc5dd3a) 82.86% compared to head (bcb3f60) 82.86%.

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