Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the backend group with 3 updates #542

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the backend group with 3 updates: config, octocrab and reqwest.

Updates config from 0.13.4 to 0.14.0

Changelog

Sourced from config's changelog.

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 isses
  • #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
  • #382 Bump actions/checkout from 3.0.2 to 3.1.0
  • #389 Update MSRV: 1.56.1 -> 1.59.0
  • #403 Bump actions/checkout from 3.1.0 to 3.2.0
  • #411 Bump actions/checkout from 3.2.0 to 3.3.0
  • #420 Update MSRV: 1.59.0 -> 1.60.0
  • #421 Update toml requirement from 0.5 to 0.7
  • #422 Update MSRV in cron workflow
  • #425 Bump actions/checkout from 3.3.0 to 3.4.0
  • #426 Update MSRV: 1.60.0 -> 1.64.0
  • #427 Bump actions/checkout from 3.4.0 to 3.5.0
  • #430 Update warp requirement from =0.3.3 to =0.3.4
  • #433 Bump actions/checkout from 3.5.0 to 3.5.1

... (truncated)

Commits
  • 0e4f072 Merge pull request #510 from matthiasbeyer/prepare-release-0.14.x
  • 4356c2f Update version: 0.13.1 -> 0.14.0
  • 6ad4609 Add changelog for 0.14.0
  • c7ab1c3 Merge pull request #511 from matthiasbeyer/fix-cargo-check-external-types-nig...
  • 9c19a27 Fix: cargo-check-external-types must use nightly 2023-10-10
  • 4457cff Merge pull request #507 from matthiasbeyer/check-external-types
  • 52f5b80 Add CI check to enforce external types check
  • 1fe6bf7 Add allowed external types config
  • b3bda2c Merge pull request #503 from mehcode/dependabot/github_actions/actions/setup-...
  • da6b4e2 Bump actions/setup-python from 4 to 5
  • Additional commits viewable in compare view

Updates octocrab from 0.33.3 to 0.41.0

Release notes

Sourced from octocrab's releases.

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

  • (refs) [breaking] remove Reference::Commit variant (#697)

Other

  • Fix typo in cfg_attr statement (#693)
  • Handle empty author object in pr_commits (#656)
  • Add DeviceCodes::poll_until_available method (#679)
  • Uncomment pr_commits function (#680)
  • Only add base_path if req_pandq does not contain it (#684)
  • Update code scanning alert (#673)
  • Added merged_by and closed_by fields (#674)
  • Update and Fixes to the Code Scanning Models & Webhooks (#675)

v0.39.0

Added

  • support permission on list_collaborators (#630)
  • add check run pull requests and list parameters (#494)
  • implement hook deliveries (#668)
  • allow sending non String payload with execute (#665)
  • added /user/blocks functionality (#657)
  • add method to create repo webhook (#640)

Fixed

  • use put instead of get for set_thread_subscription (#661)
  • (builder) Change add_retry_config signature to match others in OctocrabBuilder (#643)

... (truncated)

Changelog

Sourced from octocrab's changelog.

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)
  • add missing fields in CreateForkBuilder (#682)
  • Add Gist::public field (#678)

Fixed

  • (refs) [breaking] remove Reference::Commit variant (#697)

Other

  • Fix typo in cfg_attr statement (#693)
  • Handle empty author object in pr_commits (#656)
  • Add DeviceCodes::poll_until_available method (#679)
  • Uncomment pr_commits function (#680)
  • Only add base_path if req_pandq does not contain it (#684)
  • Update code scanning alert (#673)
  • Added merged_by and closed_by fields (#674)
  • Update and Fixes to the Code Scanning Models & Webhooks (#675)

0.39.0 - 2024-07-30

Added

  • support permission on list_collaborators (#630)
  • add check run pull requests and list parameters (#494)
  • implement hook deliveries (#668)
  • allow sending non String payload with execute (#665)
  • added /user/blocks functionality (#657)
  • add method to create repo webhook (#640)

Fixed

... (truncated)

Commits
  • 8f7929f chore: release (#700)
  • 4164ea9 fix(installation)!: Return Result instead of panicking in `Octocrab::installa...
  • 6ca4140 feat: Implement getting users and reopos by their respective IDs (#690)
  • 5f1ee03 Update tower-http requirement from 0.5.1 to 0.6.1 (#701)
  • 5ffd531 add additional webhook model fields (#696)
  • 53e3d4f Bump hyper-rustls version. (#699)
  • bd8b648 chore: release (#685)
  • a8bcee4 fix(refs)!: remove Reference::Commit variant (#697)
  • 3167540 Fix typo in cfg_attr statement (#693)
  • 01767f3 Handle empty author object in pr_commits (#656)
  • Additional commits viewable in compare view

Updates reqwest from 0.12.7 to 0.12.8

Release notes

Sourced from reqwest's releases.

v0.12.8

What's Changed

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.12.7...v0.12.8

Changelog

Sourced from reqwest's changelog.

v0.12.8

  • Add support for SOCKS4 proxies.
  • Add multipart::Form::file() method for adding files easily.
  • Add Body::wrap() to wrap any http_body::Body type.
  • Fix the pool configuration to use a timer to remove expired connections.
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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the backend group with 3 updates: [config](https://github.com/mehcode/config-rs), [octocrab](https://github.com/XAMPPRocky/octocrab) and [reqwest](https://github.com/seanmonstar/reqwest).


Updates `config` from 0.13.4 to 0.14.0
- [Changelog](https://github.com/mehcode/config-rs/blob/master/CHANGELOG.md)
- [Commits](mehcode/config-rs@v0.13.4...0.14.0)

Updates `octocrab` from 0.33.3 to 0.41.0
- [Release notes](https://github.com/XAMPPRocky/octocrab/releases)
- [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md)
- [Commits](XAMPPRocky/octocrab@v0.33.3...v0.41.0)

Updates `reqwest` from 0.12.7 to 0.12.8
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.12.7...v0.12.8)

---
updated-dependencies:
- dependency-name: config
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: octocrab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants