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 #28

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps the deps group with 6 updates:

Package From To
serde 1.0.192 1.0.193
url 2.4.1 2.5.0
gimli 0.28.0 0.28.1
hashbrown 0.14.2 0.14.3
openssl 0.10.59 0.10.60
proc-macro2 1.0.69 1.0.70

Updates serde from 1.0.192 to 1.0.193

Release notes

Sourced from serde's releases.

v1.0.193

Commits
  • 44613c7 Release 1.0.193
  • c706281 Merge pull request #2655 from dtolnay/rangestartend
  • 65d75b8 Add RangeFrom and RangeTo tests
  • 332b0cb Merge pull request #2654 from dtolnay/rangestartend
  • 8c4af41 Fix more RangeFrom / RangeEnd mixups
  • 24a78f0 Merge pull request #2653 from emilbonnek/fix/range-to-from-de-mixup
  • c91c334 Fix Range{From,To} deserialize mixup
  • 2083f43 Update ui test suite to nightly-2023-11-19
  • See full diff in compare view


Updates url from 2.4.1 to 2.5.0

Commits


Updates gimli from 0.28.0 to 0.28.1

Changelog

Sourced from gimli's changelog.

0.28.1

Released 2023/11/24.

Changed

  • Changed read::AbbreviationsCache to require manual population using Dwarf::populate_abbreviations_cache. #679

  • Changed the default read::UnwindContextStorage to use Box instead of Vec so that its memory usage is limited. #687

  • Changed read::UnwindTable::new to always reset the context, because previous errors may have left the context in an invalid state. #684

  • Changed the Debug implementation for read::EndianSlice to limit the number of bytes it displays. #686

Added

  • Added more AArch64 register definitions. #680

  • Added read::Unit::new_with_abbreviations. #677

  • Added read::Evaluation::value_result. #676


Commits
  • ee0262a Release 0.28.1 (#688)
  • 1ee51ef read: shorten Debug output for EndianSlice (#686)
  • 516b8fa dwarfdump: improve handling of FDE parsing errors (#685)
  • 4c97bb5 read/cfi: limit the stack depth in UnwindContext (#687)
  • 4cc1fe0 read/cfi: always reset context in initialize (#684)
  • e6adc47 read: add Evaluation::value_result (#676)
  • 531636d Add SVE register definitions to AArch64 (#680)
  • 23ebfc8 read: add Dwarf::populate_abbreviations_cache (#679)
  • 2d3ad32 Add Unit::new_with_abbreviations() to allow the user to use custom abbreviati...
  • d9febe3 ci: switch to powerpc64 for big endian test (#678)
  • See full diff in compare view


Updates hashbrown from 0.14.2 to 0.14.3

Changelog

Sourced from hashbrown's changelog.

[v0.14.3] - 2023-11-26

Added

  • Specialized fold implementation of iterators. (#480)

Fixed

  • Avoid using unstable ptr::invalid_mut on nightly. (#481)
Commits
  • f2e6212 Auto merge of #486 - Amanieu:release-0.14.3, r=Amanieu
  • 924237d Prepare release of v0.14.3
  • 291465a Auto merge of #480 - a1phyr:iter_fold, r=Amanieu
  • 798ba9f Address review comments
  • 2e138e9 Auto merge of #481 - RalfJung:ptr-invalid, r=Amanieu
  • dee5c03 Add comments
  • 5aa1b77 Apply suggestion: use match
  • 83273fb Remove old code
  • f13a05a avoid using unstable ptr::invalid_mut
  • deaf7eb Specialize fold implementation of iterators
  • Additional commits viewable in compare view


Updates openssl from 0.10.59 to 0.10.60

Release notes

Sourced from openssl's releases.

openssl-v0.10.60

What's Changed

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.59...openssl-v0.10.60

Commits
  • 8f4b97a Merge pull request #2104 from alex/bump-for-release
  • df66283 Release openssl v0.10.60 and openssl-sys v0.9.96
  • 1a09dc8 Merge pull request #2102 from sfackler/ex-leak
  • b0a1da5 Merge branch 'master' into ex-leak
  • f456b60 Merge pull request #2099 from alex/deprecate-store-ref-objects
  • a8413b8 Merge pull request #2100 from alex/symm-update-unchecked
  • a92c237 clippy
  • e839496 Don't leak when overwriting ex data
  • 602d38d Added update_unchecked to symm::Crypter
  • cf9681a fixes #2096 -- deprecate X509StoreRef::objects, it is unsound
  • Additional commits viewable in compare view


Updates proc-macro2 from 1.0.69 to 1.0.70

Release notes

Sourced from proc-macro2's releases.

1.0.70

  • Add #[track_caller] on Ident::new so that panics on invalid input are attributed to the caller (#423)
Commits
  • cd31a69 Release 1.0.70
  • 4482662 Merge pull request #423 from dtolnay/trackcaller
  • 690ab11 Track caller for Ident validation panics
  • f15383f Merge pull request #422 from dtolnay/newchecked
  • ea2cd7f Rename internal Ident::new -> Ident::new_checked
  • 8059195 Merge pull request #421 from dtolnay/identunchecked
  • 805a6ad Bypass Ident validation on identifiers created by parser
  • c513462 Merge pull request #420 from dtolnay/newraw
  • bd778e1 Delete Ident::_new_raw
  • 0cb3649 Ignore checked_conversions pedantic clippy lint
  • 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 9 months ago

Codecov Report

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

Comparison is base (4432dcd) 82.85% compared to head (29640a4) 82.85%.

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