Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

fix(deps): update all non-major dependencies #67

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 20, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
anyhow dependencies patch 1.0.87 -> 1.0.89 age adoption passing confidence
gradle (source) patch 8.10.1 -> 8.10.2 age adoption passing confidence
python final minor 3.11.4-slim -> 3.12.6-slim age adoption passing confidence
reqwest dependencies patch 0.12.4 -> 0.12.7 age adoption passing confidence
org.jetbrains.kotlinx:kotlinx-serialization-json dependencies patch 1.7.2 -> 1.7.3 age adoption passing confidence
org.springframework.boot plugin patch 3.3.3 -> 3.3.4 age adoption passing confidence

Release Notes

dtolnay/anyhow (anyhow)

v1.0.89

Compare Source

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#​386)

v1.0.88

Compare Source

  • Documentation improvements
gradle/gradle (gradle)

v8.10.2

Compare Source

seanmonstar/reqwest (reqwest)

v0.12.7

Compare Source

  • Revert adding impl Service<http::Request<_>> for Client.

v0.12.6

Compare Source

  • Add support for danger_accept_invalid_hostnames for rustls.
  • Add impl Service<http::Request<Body>> for Client and &'_ Client.
  • Add support for !Sync bodies in Body::wrap_stream().
  • Enable happy eyeballs when hickory-dns is used.
  • Fix Proxy so that HTTP(S)_PROXY values take precendence over ALL_PROXY.
  • Fix blocking::RequestBuilder::header() from unsetting sensitive on passed header values.

v0.12.5

Compare Source

  • Add blocking::ClientBuilder::dns_resolver() method to change DNS resolver in blocking client.
  • Add http3 feature back, still requiring reqwest_unstable.
  • Add rustls-tls-no-provider Cargo feature to use rustls without a crypto provider.
  • Fix Accept-Encoding header combinations.
  • Fix http3 resolving IPv6 addresses.
  • Internal: upgrade to rustls 0.23.
Kotlin/kotlinx.serialization (org.jetbrains.kotlinx:kotlinx-serialization-json)

v1.7.3

==================

This release aims to fix important issues that were discovered in the 1.7.2 release,
including the inability to sync certain projects into Android Studio/IntelliJ IDEA and exceptions from custom Uuid serializers.

It uses Kotlin 2.0.20 by default.

  • Use explicit kotlin-stdlib and kotlin-test versions from version catalog (#​2818)
  • Drop usage of deprecated Any?.freeze() in K/N target (#​2819)
  • Check against serialName instead of simpleClassName (#​2802)
  • Ignore NoClassDefFoundError when initializing builtins map for serializer() function (#​2803)
  • Clarify example for SerializationException (#​2806)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 20, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: showcases/rocket/Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path showcases/rocket/Cargo.toml --package reqwest@0.12.4 --precise 0.12.7
    Updating crates.io index
error: failed to select a version for `reqwest`.
    ... required by package `hurl-rocket v0.1.0 (/tmp/renovate/repos/github/SilenLoc/baselOne2024/showcases/rocket)`
versions that meet the requirements `^0.12` are: 0.12.7

the package `hurl-rocket` depends on `reqwest`, with features: `rustls-pki-types` but `reqwest` does not have these features.
 It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.


failed to select a version for `reqwest` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c7be199 to 1ede101 Compare September 24, 2024 02:29
@SilenLoc SilenLoc merged commit ed109ef into main Sep 26, 2024
3 of 4 checks passed
@SilenLoc SilenLoc deleted the renovate/all-minor-patch branch September 26, 2024 06:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant