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 10 updates #43

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps the deps group with 10 updates:

Package From To
serde 1.0.196 1.0.197
serde_json 1.0.113 1.0.114
bumpalo 3.15.0 3.15.3
cc 1.0.84 1.0.88
openssl 0.10.63 0.10.64
openssl-sys 0.9.99 0.9.101
serde_derive 1.0.196 1.0.197
socket2 0.5.5 0.5.6
unicode-normalization 0.1.22 0.1.23
winnow 0.6.1 0.6.2

Updates serde from 1.0.196 to 1.0.197

Release notes

Sourced from serde's releases.

v1.0.197

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#2697, thanks @​nyurik)
Commits
  • 5fa711d Release 1.0.197
  • f5d8ae4 Resolve prelude redundant import warnings
  • 1d54973 Merge pull request #2697 from nyurik/format-str
  • b8fafef A few minor write_str optimizations and inlining
  • c42ebb8 Update ui test suite to nightly-2024-02-12
  • 9e68062 Ignore incompatible_msrv clippy lint for conditionally compiled code
  • 846f865 Ignore dead_code warnings in test
  • See full diff in compare view


Updates serde_json from 1.0.113 to 1.0.114

Release notes

Sourced from serde_json's releases.

v1.0.114

  • Fix unused_imports warnings when compiled by rustc 1.78
Commits
  • e1b3a6d Release 1.0.114
  • 6fb7026 Work around prelude redundant import warnings
  • 34a04c5 Ignore incompatible_msrv clippy false positives in test
  • ca05f69 Remove unused Float::is_sign_negative trait method
  • See full diff in compare view


Updates bumpalo from 3.15.0 to 3.15.3

Changelog

Sourced from bumpalo's changelog.

3.15.3

Released 2024-02-22.

Added

  • Added additional performance improvements to bumpalo::collections::Vec related to reserving capacity.

3.15.2

Released 2024-02-21.

Added

  • Add a bumpalo::collections::Vec::extend_from_slice_copy method. This doesn't exist on the standard library's Vec but they have access to specialization, so their regular extend_from_slice has a specialization for Copy types. Using this new method for Copy types is a ~80x performance improvement over the plain extend_from_slice method.

3.15.1

Released 2024-02-20.

Fixed

  • Fixed the MSRV listed in Cargo.toml, whose update was forgotten when the MSRV bumped in release 3.15.0.

Commits
  • 2ed8718 Bump to 3.15.3
  • 1803cca Modifies RawVec reserve fn structure to improve inlining (#239)
  • 2ffdfb3 Bump to version 3.15.2
  • 54c88f0 Provides implementation of Vec::extend_from_slice optimized for T: Copy (...
  • f8597ce Fix MSRV in Cargo.toml; bump to version 3.15.1
  • See full diff in compare view


Updates cc from 1.0.84 to 1.0.88

Release notes

Sourced from cc's releases.

1.0.88

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.87...1.0.88

1.0.87

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.86...1.0.87

1.0.86

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/cc-rs/compare/1.0.85...1.0.86

1.0.85

[!IMPORTANT]

This release has been yanked, due to panicking in freeBSD debug build. A release without these issues will be made in the near future.

Sorry, and thanks.

What's Changed

... (truncated)

Commits
  • 561543c Release cc 1.0.88 (#977)
  • 8bda250 feat: move debug logging behind an environment variable (#972)
  • 46eedd0 Fix set_blocking (#975)
  • 022f729 Add /System/iOSSupport to header/library search paths on Mac Catalyst (#961)
  • 35d96f0 Release cc 1.0.87 (#967)
  • faf8f92 Fix use of cc with make <4.3: Clear O_NONBLOCK after compilaton (#966)
  • 271d3d6 add armv8r-none-eabihf (#836)
  • 012226e Support native ARM64 MSVC toolchain, and fallback to x64 if emulation is avai...
  • 3f59e09 fix: only print out debug info if cargo_warnings is true (#960)
  • e814ca5 Added tvos-sim support (#951)
  • Additional commits viewable in compare view


Updates openssl from 0.10.63 to 0.10.64

Release notes

Sourced from openssl's releases.

openssl-v0.10.64

What's Changed

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-v0.10.63...openssl-v0.10.64

Commits
  • 4a19cd4 Merge pull request #2175 from reaperhulk/changelog
  • 4e0e05a bump openssl and openssl-sys + changelogs
  • c2b124a Be explicit that aliases are not part of X.509 certificates
  • 1abf4a5 Merge pull request #2167 from alex/expose-alias
  • a644ec2 Merge pull request #2170 from botovq/crypto-free
  • 83940d1 LibreSSL 3.9: fix CRYPTO_malloc/free signatures
  • 51fc569 Merge pull request #2168 from sfackler/alex-patch-1
  • 3c53dee Added binding for EVP_default_properties_enable_fips
  • a12abe1 Expose alias on X509 structs
  • 3acf2ef Merge pull request #2157 from reaperhulk/rebuild-if-changed
  • Additional commits viewable in compare view


Updates openssl-sys from 0.9.99 to 0.9.101

Release notes

Sourced from openssl-sys's releases.

openssl-sys-v0.9.101

What's Changed

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.100...openssl-sys-v0.9.101

openssl-sys-v0.9.100

What's Changed

Full Changelog: https://github.com/sfackler/rust-openssl/compare/openssl-sys-v0.9.99...openssl-sys-v0.9.100

Commits
  • 3439059 Merge pull request #2182 from alex/bump-for-release
  • 4a1e142 Prepare for openssl-sys 0.9.101 release
  • ada168b Merge pull request #2177 from reaperhulk/fix-rebuild
  • dc6c365 don't emit rerun-if-changed when vendoring
  • 4a19cd4 Merge pull request #2175 from reaperhulk/changelog
  • 4e0e05a bump openssl and openssl-sys + changelogs
  • c2b124a Be explicit that aliases are not part of X.509 certificates
  • 1abf4a5 Merge pull request #2167 from alex/expose-alias
  • a644ec2 Merge pull request #2170 from botovq/crypto-free
  • 83940d1 LibreSSL 3.9: fix CRYPTO_malloc/free signatures
  • Additional commits viewable in compare view


Updates serde_derive from 1.0.196 to 1.0.197

Release notes

Sourced from serde_derive's releases.

v1.0.197

  • Fix unused_imports warnings when compiled by rustc 1.78
  • Optimize code size of some Display impls (#2697, thanks @​nyurik)
Commits
  • 5fa711d Release 1.0.197
  • f5d8ae4 Resolve prelude redundant import warnings
  • 1d54973 Merge pull request #2697 from nyurik/format-str
  • b8fafef A few minor write_str optimizations and inlining
  • c42ebb8 Update ui test suite to nightly-2024-02-12
  • 9e68062 Ignore incompatible_msrv clippy lint for conditionally compiled code
  • 846f865 Ignore dead_code warnings in test
  • See full diff in compare view


Updates socket2 from 0.5.5 to 0.5.6

Changelog

Sourced from socket2's changelog.

0.5.6

Commits
  • faa59e9 Release v0.5.6
  • f5367ea Update to FreeBSD 13.2 on Cirrus CI
  • d11936f Fix compilation with target_env=ohos
  • 76cbffb Update actions/checkout action to v4 (#488)
  • 272c6cf Add tests for Socket::(set_)multicast_all_v{4,6}
  • d83cf04 Add Socket::(set_)multicast_all_v{4,6}
  • 9ab8109 Improve support for haiku
  • 03dc9e8 Update windows-sys to v0.52
  • 3beceb2 Add GNU/Hurd support
  • 5c8bf8c Haiku fixes for IP_RECVTOS and IP_TOS
  • See full diff in compare view


Updates unicode-normalization from 0.1.22 to 0.1.23

Commits


Updates winnow from 0.6.1 to 0.6.2

Changelog

Sourced from winnow's changelog.

[0.6.2] - 2024-02-19

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

Codecov Report

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

Project coverage is 82.78%. Comparing base (a06663a) to head (6edf145).

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