cncf / gitvote

GitVote is a GitHub application that allows holding a vote on issues and pull requests
https://gitvote.dev
Apache License 2.0
110 stars 12 forks source link

Bump the backend group across 1 directory with 6 updates #550

Open dependabot[bot] opened 2 days ago

dependabot[bot] commented 2 days ago

Bumps the backend group with 6 updates in the / directory:

Package From To
anyhow 1.0.91 1.0.92
config 0.13.4 0.14.1
octocrab 0.33.3 0.41.2
reqwest 0.12.8 0.12.9
serde 1.0.213 1.0.214
thiserror 1.0.65 1.0.68

Updates anyhow from 1.0.91 to 1.0.92

Release notes

Sourced from anyhow's releases.

1.0.92

  • Support Rust 1.82's &raw const and &raw mut syntax inside ensure! (#390)
Commits


Updates config from 0.13.4 to 0.14.1

Changelog

Sourced from config's changelog.

[0.14.1] - 2024-10-23

Compatibility

  • MSRV is now 1.75

Internal

  • Remove dependency on lazy_static
  • Update rust-ini from 0.19 to 0.20
  • Switch from yaml-rust to yaml-rust2

0.14.0 - 2024-02-01

This is a maintenance release, mostly to get some dependency updates out, but also with some fixes and changes that have piled up over a rather long time.

Features

  • #100 Fix #99: expose file::source::FileSource
  • #318 Add Value::origin()
  • #379 Add clone to builder state types
  • #381 env: add a 'convert_case' field to ease dealing with kebab-case
  • #402 Gate async-traits behind a feature
  • #413 Attach key to type error generated from Config::get_()
  • #480 Hide and deprecate AsyncConfigBuilder

Fixes

  • #306 fix: dot in config name
  • #334 errors: clarify names of integer types
  • #343 fix yaml to parse int keys
  • #353 Use TryInto for more permissive deserialization for integers
  • #354 Fix uppercase lowercase issues
  • #374 Fix FIXME in de.rs and value.rs
  • #395 Fix: Do not use deprecated function
  • #429 Make the parse list key to lowercase when insert the keys
  • #465 Fix nested arrays (by reworking array handling)
  • #481 Fix docs warnings

Dependency updates

  • #271 Update warp requirement from =0.3.1 to =0.3.2
  • #316 test: Adopt test-env to fix random test failure
  • #335 Update MSRV: 1.56.0 -> 1.56.1
  • #350 Bump actions/checkout from 2.4.0 to 3.0.2
  • #367 Update ron requirement from 0.7 to 0.8
  • #373 Update notify (4.0.0 -> 5.0.0)
  • #375 Update temp-env requirement from 0.2.0 to 0.3.0
  • #378 Update warp requirement from =0.3.2 to =0.3.3

... (truncated)

Commits
  • 51acc67 chore: Release config version 0.14.1
  • 9ab25ad docs: Update changelog
  • 956573e Merge pull request #515 from epage/lazy
  • 8ec4b69 chore(deps): Update Rust Stable to v1.82 (#586)
  • 9ddd0b9 refactor: Drop lazy_static dependency
  • 6e4e022 Merge pull request #585 from epage/template
  • 3b21c64 chore(ci): Avoid disk space issues from cargo-hack
  • 42db924 chore(ci): Hack around bad minimal versions
  • 02f59dd test: Isolate unix-only test result
  • cfc9034 chore(ci): Update typos
  • Additional commits viewable in compare view


Updates octocrab from 0.33.3 to 0.41.2

Release notes

Sourced from octocrab's releases.

v0.41.2

Fixed

  • Removed rustls hard-dependency (#709)
  • crate build issues with stream feature (#711)

Other

  • Update tower dependency from 0.4.13 to 0.5.1 (#722)
  • added user's social accounts operations (/user/social_accounts) (#723)
  • added auth.user's git_ssh_keys operations (#719)
  • Remove --verbose (#716)

v0.41.1

Fixed

  • don't capture backtraces by default (#710)

Other

  • added user's gpg_keys operations (#717)
  • Secrecy dependency update from 0.8.0 to 0.10.3 (#718)
  • Added handlers for Repo Dependabot API (#714)
  • #552 (emails, public_emails, visibility) (#712)
  • make some fields to public (#708)
  • Implement some style improvements (#698)

v0.41.0

Added

  • Implement getting users and reopos by their respective IDs (#690)

Fixed

  • (installation) [breaking] Return Result instead of panicking in Octocrab::installation (#687)

Other

  • Update tower-http requirement from 0.5.1 to 0.6.1 (#701)
  • add additional webhook model fields (#696)
  • Bump hyper-rustls version. (#699)

v0.40.0

Added

  • Support remove_assignees on issue API (#686)
  • add missing fields in CreateForkBuilder (#682)
  • Add Gist::public field (#678)

Fixed

... (truncated)

Changelog

Sourced from octocrab's changelog.

0.41.2 - 2024-10-15

Fixed

  • Removed rustls hard-dependency (#709)
  • crate build issues with stream feature (#711)

Other

  • Update tower dependency from 0.4.13 to 0.5.1 (#722)
  • added user's social accounts operations (/user/social_accounts) (#723)
  • added auth.user's git_ssh_keys operations (#719)
  • Remove --verbose (#716)

0.41.1 - 2024-10-10

Fixed

  • don't capture backtraces by default (#710)

Other

  • added user's gpg_keys operations (#717)
  • Secrecy dependency update from 0.8.0 to 0.10.3 (#718)
  • Added handlers for Repo Dependabot API (#714)
  • #552 (emails, public_emails, visibility) (#712)
  • make some fields to public (#708)
  • Implement some style improvements (#698)

0.41.0 - 2024-09-30

Added

  • Implement getting users and reopos by their respective IDs (#690)

Fixed

  • (installation) [breaking] Return Result instead of panicking in Octocrab::installation (#687)

Other

  • Update tower-http requirement from 0.5.1 to 0.6.1 (#701)
  • add additional webhook model fields (#696)
  • Bump hyper-rustls version. (#699)

0.40.0 - 2024-09-22

Added

  • Support remove_assignees on issue API (#686)

... (truncated)

Commits


Updates reqwest from 0.12.8 to 0.12.9

Release notes

Sourced from reqwest's releases.

v0.12.9

What's Changed

New Contributors

Full Changelog: https://github.com/seanmonstar/reqwest/compare/v0.12.8...v0.12.9

Changelog

Sourced from reqwest's changelog.

v0.12.9

  • Add tls::CertificateRevocationLists support.
  • Add crate features to enable webpki roots without selecting a rustls provider.
  • Fix connection_verbose() to output read logs.
  • Fix multipart::Part::file() to automatically include content-length.
  • Fix proxy to internally no longer cache system proxy settings.
Commits


Updates serde from 1.0.213 to 1.0.214

Release notes

Sourced from serde's releases.

v1.0.214

  • Implement IntoDeserializer for all Deserializers in serde::de::value module (#2568, thanks @​Mingun)
Commits
  • 4180621 Release 1.0.214
  • 210373b Merge pull request #2568 from Mingun/into_deserializer-for-deserializers
  • 9cda015 Implement IntoDeserializer for all Deserializers in serde::de::value module
  • See full diff in compare view


Updates thiserror from 1.0.65 to 1.0.68

Release notes

Sourced from thiserror's releases.

1.0.68

  • Handle incomplete expressions more robustly in format arguments, such as while code is being typed (#341, #344)

1.0.67

  • Improve expression syntax support inside format arguments (#335, #337, #339, #340)

1.0.66

  • Improve compile error on malformed format attribute (#327)
Commits
  • 8d06fb5 Release 1.0.68
  • 372fd8a Merge pull request #344 from dtolnay/binop
  • 08f8992 Disregard equality binop in fallback parser
  • d2a823d Merge pull request #343 from dtolnay/unnamed
  • b3bf7a6 Add logic to determine whether unnamed fmt arguments are present
  • 490f9c0 Merge pull request #342 from dtolnay/synfull
  • 7daf1b1 Defer is_syn_full() call until first expression
  • c92ac99 Merge pull request #341 from dtolnay/parsescan
  • 40a53f7 Interleave Expr parsing and scanning better
  • 925f2dd Release 1.0.67
  • 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