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

Update dependencies #671

Closed
wants to merge 1 commit into from
Closed

Update dependencies #671

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 30, 2024

This PR contains the following updates:

Package Type Update Change
anyhow dependencies patch 1.0.86 -> 1.0.89
clap dependencies patch 4.5.18 -> 4.5.19
once_cell dependencies minor 1.19.0 -> 1.20.1
regex dependencies minor 1.10.6 -> 1.11.0
reqwest dependencies patch 0.12.7 -> 0.12.8
safer-ffi dependencies patch 0.1.12 -> 0.1.13
thiserror dependencies patch 1.0.63 -> 1.0.64

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

v1.0.87

Compare Source

  • Support more APIs, including Error::new and Error::chain, in no-std mode on Rust 1.81+ (#​383)
clap-rs/clap (clap)

v4.5.19

Compare Source

Internal
  • Update dependencies
matklad/once_cell (once_cell)

v1.20.1

Compare Source

  • Allow using race module using just portable_atomic, without critical_section and provide
    better error messages on targets without atomic CAS instruction,
    #​265.

v1.20.0

Compare Source

rust-lang/regex (regex)

v1.11.0

Compare Source

===================
This is a new minor release of regex that brings in an update to the
Unicode Character Database. Specifically, this updates the Unicode data
used by regex internally to the version 16 release.

New features:

seanmonstar/reqwest (reqwest)

v0.12.8

Compare Source

  • 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.
dtolnay/thiserror (thiserror)

v1.0.64

Compare Source


Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 30, 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: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path libraries/core/Cargo.toml --package [email protected] --precise 1.20.1
    Updating crates.io index
error: failed to select a version for `portable-atomic`.
    ... required by package `once_cell v1.20.1`
    ... which satisfies dependency `once_cell = "^1.18"` of package `bat v0.24.0`
    ... which satisfies dependency `bat = "^0.24.0"` (locked to 0.24.0) of package `dora-cli v0.3.6 (/tmp/renovate/repos/github/dora-rs/dora/binaries/cli)`
versions that meet the requirements `^1.7` are: 1.9.0, 1.8.0, 1.7.0

all possible versions conflict with previously selected packages.

  previously selected package `portable-atomic v1.6.0`
    ... which satisfies dependency `portable-atomic = "^1.0"` (locked to 1.6.0) of package `pyo3 v0.22.3`
    ... which satisfies dependency `pyo3 = "^0.22.2"` (locked to 0.22.3) of package `dora-node-api-python v0.3.6 (/tmp/renovate/repos/github/dora-rs/dora/apis/python/node)`

failed to select a version for `portable-atomic` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/dependencies branch from b4ad15a to 87d387c Compare September 30, 2024 21:11
@renovate renovate bot force-pushed the renovate/dependencies branch from 87d387c to 24e8dc1 Compare October 1, 2024 21:17
@phil-opp phil-opp closed this Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant