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 rust-minor-patch group with 2 updates #265

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2024

Bumps the rust-minor-patch group with 2 updates: config 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 reqwest from 0.11.23 to 0.11.24

Release notes

Sourced from reqwest's releases.

v0.11.24

What's Changed

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.

New Contributors

Full Changelog: seanmonstar/reqwest@v0.11.23...v0.11.24

Changelog

Sourced from reqwest's changelog.

v0.11.24

  • Add Certificate::from_pem_bundle() to add a bundle.
  • Add http3_prior_knowledge() to blocking client builder.
  • Remove Sync bounds requirement for Body::wrap_stream().
  • Fix HTTP/2 to retry REFUSED_STREAM requests.
  • Fix instances of converting Url to Uri that could panic.
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 rust-minor-patch group with 2 updates: [config](https://github.com/mehcode/config-rs) 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 `reqwest` from 0.11.23 to 0.11.24
- [Release notes](https://github.com/seanmonstar/reqwest/releases)
- [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md)
- [Commits](seanmonstar/reqwest@v0.11.23...v0.11.24)

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

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 Feb 1, 2024
@github-actions github-actions bot enabled auto-merge (squash) February 1, 2024 08:52
@github-actions github-actions bot merged commit 21165c5 into develop Feb 1, 2024
13 checks passed
@github-actions github-actions bot deleted the dependabot/cargo/rust-minor-patch-05baac2f6d branch February 1, 2024 11:09
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.

None yet

0 participants