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 across 1 directory with 8 updates #539

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
anyhow 1.0.88 1.0.89
axum 0.7.5 0.7.6
clap 4.5.17 4.5.18
config 0.13.4 0.14.0
octocrab 0.33.3 0.40.0
thiserror 1.0.63 1.0.64
tokio-postgres 0.7.11 0.7.12
tower-http 0.5.2 0.6.1

Updates anyhow from 1.0.88 to 1.0.89

Release notes

Sourced from anyhow's releases.

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)
Commits
  • 9d3fb6d Release 1.0.89
  • 830c399 Merge pull request #386 from dtolnay/unwindsafe
  • 8454be3 Ensure UnwindSafe even with "backtrace" feature enabled and old Rust
  • a85e414 Add more autotraits tests
  • See full diff in compare view

Updates axum from 0.7.5 to 0.7.6

Release notes

Sourced from axum's releases.

axum-extra - v0.7.6

  • fixed: Remove unused dependency (#2135)

#2135: tokio-rs/axum#2135

axum - v0.7.6

  • change: Avoid cloning Arc during deserialization of Path
  • added: axum::serve::Serve::tcp_nodelay and axum::serve::WithGracefulShutdown::tcp_nodelay (#2653)
  • added: Router::has_routes function (#2790)
  • change: Update tokio-tungstenite to 0.23 (#2841)
  • added: Serve::local_addr and WithGracefulShutdown::local_addr functions (#2881)

#2653: tokio-rs/axum#2653 #2790: tokio-rs/axum#2790 #2841: tokio-rs/axum#2841 #2881: tokio-rs/axum#2881

Commits

Updates clap from 4.5.17 to 4.5.18

Release notes

Sourced from clap's releases.

v4.5.18

[4.5.18] - 2024-09-20

Features

  • (builder) Expose Arg::get_display_order and Command::get_display_order
Changelog

Sourced from clap's changelog.

[4.5.18] - 2024-09-20

Features

  • (builder) Expose Arg::get_display_order and Command::get_display_order
Commits
  • d811585 chore: Release
  • ab948b3 docs: Update changelog
  • 82e599e Merge pull request #5602 from shannmu/delimiter_values
  • 59bf26d feat(clap_complete): Support delimiter values in native completions
  • ccecab3 test(clap_complete): Add test cases for delimiter_values support
  • a3a4764 docs(derive): Specify Parser::update_from semantics
  • df165a2 docs(derive): Flatten isn't just for update
  • 5488bcf docs(derive): Connect more dots for Args/Subcommand
  • See full diff in compare view

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.40.0

Release notes

Sourced from octocrab's releases.

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)

Other

  • getting Code Scanning (#669)
  • added missing /repos/{owner}/{repo}/pulls/... handlers (#546) (#605)
  • Properly mark feature-gated functionality in docs (#662)
  • repos/releases improvements (#666)
  • Add AutoRebaseEnabled to models.rs (#660)
  • cargo fmt (#658)
  • Fix issue #635 (#637)
  • Update issues.rs (#634)
  • Add head repo to create pr (#636)
  • Added support for make_latest in UpdateReleaseBuilder (#646)
  • Changing the user name from required to optional parameter (#650)
  • Update models.rs (#651)

v0.38.0

... (truncated)

Changelog

Sourced from octocrab's changelog.

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

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

Other

  • getting Code Scanning (#669)
  • added missing /repos/{owner}/{repo}/pulls/... handlers (#546) (#605)
  • Properly mark feature-gated functionality in docs (#662)
  • repos/releases improvements (#666)
  • Add AutoRebaseEnabled to models.rs (#660)
  • cargo fmt (#658)
  • Fix issue #635 (#637)
  • Update issues.rs (#634)
  • Add head repo to create pr (#636)
  • Added support for make_latest in UpdateReleaseBuilder (#646)
  • Changing the user name from required to optional parameter (#650)
  • Update models.rs (#651)

... (truncated)

Commits

Updates thiserror from 1.0.63 to 1.0.64

Release notes

Sourced from thiserror's releases.

1.0.64

  • Exclude derived impls from coverage instrumentation (#322, thanks @​oxalica)
Commits
  • 84484bc Release 1.0.64
  • 023f036 Merge pull request #322 from oxalica/feat/mark-auto-derived
  • ae1f47e Mark #[automatically_derived] for generated impls
  • ab5b5e3 Upload CI Cargo.lock for reproducing failures
  • 00b3c14 Work around new dead code warning in test
  • See full diff in compare view

Updates tokio-postgres from 0.7.11 to 0.7.12

Commits

Updates tower-http from 0.5.2 to 0.6.1

Release notes

Sourced from tower-http's releases.

v0.6.1

Fixed

  • decompression: reuse scratch buffer to significantly reduce allocations and improve performance (#521)

#521: tower-rs/tower-http#521

New Contributors

v0.6.0

Changed:

  • body module is disabled except for catch-panic, decompression-*, fs, or limit features (BREAKING) (#477)
  • Update to tower 0.5 (#503)

Fixed

  • fs: Precompression of static files now supports files without a file extension (#507)

#477: tower-rs/tower-http#477 #503: tower-rs/tower-http#503 #507: tower-rs/tower-http#507

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 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [anyhow](https://github.com/dtolnay/anyhow) | `1.0.88` | `1.0.89` |
| [axum](https://github.com/tokio-rs/axum) | `0.7.5` | `0.7.6` |
| [clap](https://github.com/clap-rs/clap) | `4.5.17` | `4.5.18` |
| [config](https://github.com/mehcode/config-rs) | `0.13.4` | `0.14.0` |
| [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.33.3` | `0.40.0` |
| [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` |
| [tokio-postgres](https://github.com/sfackler/rust-postgres) | `0.7.11` | `0.7.12` |
| [tower-http](https://github.com/tower-rs/tower-http) | `0.5.2` | `0.6.1` |



Updates `anyhow` from 1.0.88 to 1.0.89
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.88...1.0.89)

Updates `axum` from 0.7.5 to 0.7.6
- [Release notes](https://github.com/tokio-rs/axum/releases)
- [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md)
- [Commits](tokio-rs/axum@axum-v0.7.5...axum-v0.7.6)

Updates `clap` from 4.5.17 to 4.5.18
- [Release notes](https://github.com/clap-rs/clap/releases)
- [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md)
- [Commits](clap-rs/clap@clap_complete-v4.5.17...clap_complete-v4.5.18)

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.40.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.40.0)

Updates `thiserror` from 1.0.63 to 1.0.64
- [Release notes](https://github.com/dtolnay/thiserror/releases)
- [Commits](dtolnay/thiserror@1.0.63...1.0.64)

Updates `tokio-postgres` from 0.7.11 to 0.7.12
- [Release notes](https://github.com/sfackler/rust-postgres/releases)
- [Commits](sfackler/rust-postgres@tokio-postgres-v0.7.11...tokio-postgres-v0.7.12)

Updates `tower-http` from 0.5.2 to 0.6.1
- [Release notes](https://github.com/tower-rs/tower-http/releases)
- [Commits](tower-rs/tower-http@tower-http-0.5.2...tower-http-0.6.1)

---
updated-dependencies:
- dependency-name: anyhow
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: axum
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: clap
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- 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: thiserror
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: tokio-postgres
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: tower-http
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 23, 2024
@tegioz tegioz closed this Sep 30, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 30, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml

@dependabot dependabot bot deleted the dependabot/cargo/backend-1eb608937e branch September 30, 2024 08:32
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.

1 participant