Skip to content

Conversation

@renovate
Copy link

@renovate renovate bot commented Aug 29, 2024

Note: This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
alloy-json-abi (source) workspace.dependencies minor 0.7.00.8.26
alloy-primitives (source) workspace.dependencies minor 0.7.00.8.26
alloy-sol-macro (source) workspace.dependencies minor 0.7.00.8.26
alloy-sol-types (source) workspace.dependencies minor 0.7.00.8.26
async-scoped dependencies minor 0.7.10.9.0
backon workspace.dependencies minor 0.4.40.5.0
criterion (source) dependencies minor 0.50.8.1
criterion (source) dev-dependencies minor 0.50.8.1
criterion (source) dev-dependencies minor 0.5.10.8.1
crossterm dependencies minor 0.27.00.29.0
env_logger workspace.dependencies minor 0.10.00.11.8
erased-serde dependencies minor 0.3.310.4.9
hyper-tls (source) workspace.dependencies minor 0.5.00.6.0
indicatif workspace.dependencies minor 0.17.80.18.3
itertools dependencies minor 0.12.00.14.0
itertools workspace.dependencies minor 0.11.00.14.0
lambda_http dependencies minor 0.130.17.0
lambda_runtime dependencies minor 0.130.14.4
malachite (source) workspace.dependencies minor 0.4.00.9.0
malachite-q (source) workspace.dependencies minor 0.4.00.9.0
metrics workspace.dependencies minor 0.21.10.24.3
metrics-exporter-prometheus workspace.dependencies minor =0.12.1=0.18.1
metrics-util workspace.dependencies minor 0.15.00.20.1
modular-bitfield dependencies minor 0.11.20.13.1
petgraph dependencies minor 0.6.40.8.3
phf workspace.dependencies minor 0.11.20.13.1
phf_codegen workspace.dependencies minor 0.11.20.13.1
plotly dependencies minor 0.9.00.13.5
polars (source) dependencies minor 0.42.00.52.0
polars (source) workspace.dependencies minor 0.38.30.52.0
procfs dependencies minor 0.16.00.18.0
prometheus dependencies minor 0.13.40.14.0
prometheus workspace.dependencies minor 0.13.40.14.0
proptest-derive (source) dependencies minor 0.40.7.0
rand (source) dependencies minor 0.8.50.9.2
rand (source) dev-dependencies minor 0.8.50.9.2
rand_distr (source) dependencies minor 0.4.30.5.1
reqwest workspace.dependencies minor 0.12.20.13.1
sentry (source) dependencies minor 0.34.00.46.0
statrs dependencies minor 0.160.18.0
statrs dev-dependencies minor 0.160.18.0
statrs dependencies minor 0.17.10.18.0
strum dependencies minor 0.250.27.2
strum workspace.dependencies minor 0.25.00.27.2
strum_macros dependencies minor 0.250.27.2
teloxide dependencies minor 0.130.17.0
tikv-jemalloc-ctl dependencies minor 0.5.00.6.1
tikv-jemallocator dependencies minor 0.5.00.6.1
toml build-dependencies minor 0.8.90.9.10
toml dependencies minor 0.8.90.9.10
toml dependencies minor 0.8.20.9.10
toml workspace.dependencies minor 0.8.20.9.10

Release Notes

alloy-rs/core (alloy-json-abi)

v0.8.26: alloy-core v0.8.26

Compare Source

Security
Patched: DoS vulnerability on alloy_dyn_abi::TypedData hashing

An uncaught panic triggered by malformed input to alloy_dyn_abi::TypedData could lead to a denial-of-service (DoS) via eip712_signing_hash().

Software with high availability requirements such as network services may be particularly impacted. If in use, external auto-restarting mechanisms can partially mitigate the availability issues unless repeated attacks are possible.

The vulnerability was patched by adding a check to ensure the element is not empty before accessing its first element; an error is returned if it is empty. The fix is included in version v1.4.1 and backported to v0.8.26.

See: GHSA-pgp9-98jm-wwq2

Full Changelog: alloy-rs/core@v0.8.25...v0.8.26

v0.8.25: alloy-core v0.8.25

Compare Source

What's Changed
New Contributors

Full Changelog: alloy-rs/core@v0.8.24...v0.8.25

v0.8.24

Compare Source

Features
  • [sol-macro] Improve call return encoding (#​909)

v0.8.23

Compare Source

Bug Fixes
  • [sol-expander] Rename from/into + impl From (#​905)
  • [sol!] Pass correct call_struct to call_builder in expansion (#​901)
  • [sol-macro] Rm fake transport from contract expansion (#​865)
Dependencies
  • [deps] Bump getrandom to 0.3, rand to 0.9 (#​869)
Features
  • [primitives] Remove From<String> for Bytes (#​907)
  • [sol!] Gen unit/tuple structs for errors, calls, events with 0/1 param (#​883)
  • [sol-macro] Function calls should directly yield result (#​855)
  • [sol-types] Rm validate: bool (#​863)
Miscellaneous Tasks
  • Remove deprecated Signature (#​899)
Other
  • Merge branch 'main' into v1.0-rc

v0.8.22

Compare Source

Dependencies
  • [deps] Bump derive_more to 2 (#​871)
Documentation
  • [primitives] Report some Bytes methods may panic (#​877)
  • [primitives] random functions are cryptographically secure (#​872)
Features
  • [primitives] Add some more utility methods to PrimitiveSignature (#​888)
  • Erc2098 signature representation (#​874)
  • Add TxKind::into_to (#​875)
  • [primitives] Improve rand implementations, use thread_rng when available (#​870)
Miscellaneous Tasks
  • Release 0.8.22
  • Simplify uninit_array usage (#​889)

v0.8.21

Compare Source

Bug Fixes
  • [sol-macro] Call proc_macro_error handler manually (#​866)
Features
  • Add helpers for revertreason (#​867)
  • [sol-macro-expander] Increase resolve limit to 128 (#​864)
Miscellaneous Tasks
  • Release 0.8.21

v0.8.20

Compare Source

Dependencies
Documentation
  • Add 0x to alloy-primitives readme example (#​861)
Features
Miscellaneous Tasks

v0.8.19

Compare Source

Documentation
  • Enable some useful rustdoc features on docs.rs (#​850)
  • Hide hex_literal export (#​849)
Features
  • [json-abi] Add Param.name() accessor (#​856)
  • [sol-types] Improve ABI decoding error messages (#​851)
Miscellaneous Tasks
  • Release 0.8.19

v0.8.18

Compare Source

Bug Fixes
  • [primitives] Hex macro re-export (#​848)
Miscellaneous Tasks
  • Release 0.8.18

v0.8.17

Compare Source

Bug Fixes
Documentation
  • Typos (#​847)
  • [sol-macro] Document visibility and state mutability (#​846)
Features
  • [sol-macro] Translate contract types to address (#​842)
  • Support 0x in hex! and similar macros (#​841)
  • [sol-macro] Evaluate array sizes (#​840)
  • [primitives] Re-export foldhash (#​839)
  • Re-export rayon traits implementations (#​836)
Miscellaneous Tasks
  • Release 0.8.17
Testing
  • [sol-macro] Add a test for missing_docs (#​845)
  • Re-enable miri on foldhash (#​844)
  • [sol-macro] Add a test for namespaced types (#​843)

v0.8.16

Compare Source

Bug Fixes
  • Re-enable foldhash on zkvm (#​833)
  • Allow non-boolean v values for PrimitiveSignature (#​832)
  • [syn-solidity] Correctly parse invalid bytes* etc as custom (#​830)
Features
  • [dyn-abi] Support parse scientific number (#​835)
  • Re-export rayon feature (#​827)
Miscellaneous Tasks
  • Release 0.8.16
  • Clippy (#​834)
  • Add clone_inner (#​825)
  • Shorten map type alias names (#​824)
  • [primitives] Remove rustc-hash workaround (#​822)
Other

v0.8.15

Compare Source

Miscellaneous Tasks
  • Release 0.8.15
  • Mark Signature as deprecated (#​819)
  • AsRef for Log (#​820)
  • Update release.toml (#​817)
Other
  • Remove unsafe code from macro expansions (#​818)

v0.8.14

Compare Source

Dependencies
Features
  • Switch all std::error to core::error (#​815)
Miscellaneous Tasks
  • Release 0.8.14

v0.8.13

Compare Source

Bug Fixes
  • [sol-macro] Expand all getter return types (#​812)
Dependencies
  • Remove cron schedule for deps.yml (#​808)
Features
  • Expose returns field for DynSolCall type (#​809)
Miscellaneous Tasks
Other
  • Make Signature::new a const fn (#​810)

v0.8.12

Compare Source

Bug Fixes
Features
  • Add AsRef impl and hash method to Sealed (#​804)
Miscellaneous Tasks

v0.8.11

Compare Source

Bug Fixes
  • [serde] Add alias v for yParity (#​801)
Documentation
  • Update ethers-rs README note (#​798)
Features
  • [json-abi] Add AbiItem::json_type (#​797)
  • Add has_eip155_value convenience function to signature (#​791)
Miscellaneous Tasks
Other
  • Revert "chore: replace Signature with PrimitiveSignature" (#​800)
  • Add success job (#​795)
Performance
Styling
  • Replace Signature with PrimitiveSignature (#​796)

v0.8.10

Compare Source

Bug Fixes
Dependencies
  • Bump MSRV to 1.81 & use core::error::Error in place of std (#​780)
Documentation
  • Fix param type in example comment (#​784)
Miscellaneous Tasks
  • Release 0.8.10
  • Address MSRV TODOs for 1.81 (#​781)
Other
  • Implement DerefMut for Log<T> (#​786)
Refactor
  • Use simple boolean for parity in signature (#​776)

v0.8.9

Compare Source

Bug Fixes
  • Re-enable foldhash by default, but exclude it from zkvm (#​777)
Features
Miscellaneous Tasks
  • Release 0.8.9

v0.8.8

Compare Source

Bug Fixes
  • Properly account for sign in pg to/from sql implementation for signed (#​772)
  • Don't enable foldhash by default (#​771)
  • [alloy-sol-macro] Allow clippy::pub_underscore_fields on sol! output (#​770)
Features
Miscellaneous Tasks
  • Release 0.8.8

v0.8.7

Compare Source

Miscellaneous Tasks
  • Release 0.8.7
Other
  • Revert "Add custom serialization for Address" (#​765)

v0.8.6

Compare Source

Bug Fixes
  • Fix lint alloy-primitives (#​756)
  • Fix lint alloy-json-abi (#​757)
  • Fix lint alloy-dyn-abi (#​758)
  • Fix lint alloy-sol-types (#​761)
  • Fix lint alloy-sol-macro-expander (#​760)
Dependencies
  • [deps] Bump hashbrown to 0.15 (#​753)
Features
  • Add Default for Sealed<T> (#​755)
  • [primitives] Add and use foldhash as default hasher (#​763)
Miscellaneous Tasks
  • Release 0.8.6
  • [meta] Update CODEOWNERS
  • Remove a stabilized impl_core function
Other
  • Derive Arbitrary for Sealed<T> (#​762)
  • Derive Deref for Sealed<T> (#​759)
  • Add conversion TxKind -> Option<Address> (#​750)

v0.8.5

Compare Source

Bug Fixes
  • [primitives] Make sure DefaultHashBuilder implements Clone (#​748)
Miscellaneous Tasks
  • Release 0.8.5
  • [primitives] Remove Fx* aliases (#​749)

v0.8.4

Compare Source

Bug Fixes
  • [json-abi] Normalize $ to _ in identifiers in to_sol (#​747)
  • [json-abi] Correct to-sol for UDVT arrays in structs (#​745)
  • [sol-types] Check signature in SolEvent if non-anonymous (#​741)
Features
  • [primitives] Implement map module (#​743)
  • Support Keccak with sha3 (#​737)
Miscellaneous Tasks
  • Release 0.8.4
  • Remove unused unstable-doc feature
Other
  • Add custom serialization for Address (#​742)
Testing
  • Allow missing_docs in tests
  • Add another dyn-abi test

v0.8.3

Compare Source

Bug Fixes
  • [sol-macro] Correctly determine whether event parameters are hashes (#​735)
  • [sol-macro] Namespaced custom type resolution (#​731)
  • Parse selector hashes in sol macro (#​730)
Features
  • Prepare reth Signature migration to alloy (#​732)
Miscellaneous Tasks
  • Release 0.8.3

v0.8.2

Compare Source

Features
  • [sol-macro] Improve call return encoding (#​909)

v0.8.1

Compare Source

Documentation
  • Enable some useful rustdoc features on docs.rs (#​850)
  • Hide hex_literal export (#​849)
Features
  • [json-abi] Add Param.name() accessor (#​856)
  • [sol-types] Improve ABI decoding error messages (#​851)
Miscellaneous Tasks
  • Release 0.8.19

v0.8.0

Compare Source

Bug Fixes
Dependencies
  • [deps] Bump proptest-derive (#​708)
Documentation
  • Typo
Features
  • Derive ser deser on Sealed (#​710)
  • [sol-macro] Support namespaces (#​694)
  • Derive Hash for Sealed (#​707)
  • [sol-types] Implement traits for longer tuples (#​699)
Miscellaneous Tasks
  • Release 0.8.0
  • [primitives] Re-use ruint mask function (#​698)
  • Derive hash for parity (#​686)
  • Add some TODO comments
Other
  • Implement specific bit types for integers (#​677)
  • Add testcase for overflowing_from_sign_and_abs (#​696)
Styling
  • Remove ethereum_ssz dependency (#​701)
rmanoka/async-scoped (async-scoped)

v0.9.0

  • Use FuturesOrdered inside Scope. #​19
  • Dropping an empty scope no longer requires blocking call to the runtime. #​23
Miscellaneous Tasks
  • Using "in parallel" in document to be more natural. #​26

v0.8.0

Compare Source

Cargo.toml
  • Rm unused slab dependency
Xuanwo/backon (backon)

v0.5.0

Compare Source

Upgrade

Since version 0.5.0, backon no longer directly depends on tokio. Instead, users can now provide their own sleep implementation.

For example:

use anyhow::Result;
use backon::ExponentialBuilder;
use backon::Retryable;
use std::future::ready;

async fn main() -> Result<()> {
    let content = fetch
        .retry(&ExponentialBuilder::default())
        .sleep(tokio::time::sleep)
        .await?;
    Ok(())
}

To maintain the same behavior as before, please enable the tokio-sleep feature.

What's Changed

New Contributors

Full Changelog: Xuanwo/backon@v0.4.4...v0.5.0

criterion-rs/criterion.rs (criterion)

v0.8.1

Compare Source

Fixed
  • Homepage link
Other
  • (deps) bump crate-ci/typos from 1.23.5 to 1.40.0
  • (deps) bump jontze/action-mdbook from 3 to 4
  • (deps) bump actions/checkout from 4 to 6

v0.8.0

Compare Source

BREAKING
  • Drop async-std support
Changed
  • Bump MSRV to 1.86, stable to 1.91.1
Added
  • Add ability to plot throughput on summary page.
  • Add support for reporting throughput in elements and bytes - Throughput::ElementsAndBytes allows the text summary to report throughput in both units simultaneously.
  • Add alloca-based memory layout randomisation to mitigate memory effects on measurements.
  • Add doc comment to benchmark runner in criterion_group macro (removes linter warnings)
Fixed
  • Fix plotting NaN bug
Other
  • Remove Master API Docs links temporarily while we restore the docs publishing.

v0.7.0

Compare Source

  • Bump version of criterion-plot to align dependencies.

v0.6.0

Compare Source

Changed
  • MSRV bumped to 1.80
  • The real_blackbox feature no longer has any impact. Criterion always uses std::hint::black_box() now.
    Users of criterion::black_box() should switch to std::hint::black_box().
  • clap dependency unpinned.
Fixed
  • gnuplot version is now correctly detected when using certain Windows binaries/configurations that used to fail
Added
  • Async benchmarking with Tokio may be done via a tokio::runtime::Handle, not only a tokio::runtime::Runtime
crossterm-rs/crossterm (crossterm)

v0.28.1

Fixed 🐛

  • Fix broken build on linux when using use-dev-tty with (#​906)

Breaking ⚠️

  • Fix desync with mio and signalhook between repo and published crate. (upgrade to mio 1.0)
rust-cli/env_logger (env_logger)

v0.11.8

Compare Source

Compatibility
  • (kv) Deprecate the unstable-kv feature which may be removed in a future patch release
Features
  • (kv) Stabilize key-value support behind the kv feature
  • Expose ConfigurableFormat to build custom [Builder::format]s that leverage this

v0.11.7

Compare Source

Internal
  • Replaced humantime with jiff

v0.11.6

Compare Source

Features
  • Opt-in file and line rendering

v0.11.5

Compare Source

v0.11.4

Compare Source

v0.11.3

Compare Source

Features
  • Experimental support for key-value logging behind unstable-kv

v0.11.2

Compare Source

v0.11.1

Compare Source

Fixes
  • Allow styling with Target::Pipe

v0.11.0

Compare Source

Migration Guide

env_logger::fmt::Style:
The bespoke styling API, behind color, was removed, in favor of accepting any
ANSI styled string and adapting it to the target stream's capabilities.

Possible styling libraries include:

  • anstyle is a minimal, runtime string styling API and is re-exported as env_logger::fmt::style
  • owo-colors is a feature rich runtime string styling API
  • color-print for feature-rich compile-time styling API

custom_format.rs
uses anstyle via
Formatter::default_level_style

Breaking Change
  • Removed bespoke styling API
    • env_logger::fmt::Formatter::style
    • env_logger::fmt::Formatter::default_styled_level
    • env_logger::fmt::Style
    • env_logger::fmt::Color
    • env_logger::fmt::StyledValue
  • Removed env_logger::filter in favor of env_filter
Compatibility

MSRV changed to 1.71

Features
  • Automatically adapt ANSI escape codes in logged messages to the current terminal's capabilities
  • Add support for NO_COLOR and CLICOLOR_FORCE, see https://bixense.com/clicolors/
Fixes
  • Print colors when is_test(true)

v0.10.2

Compare Source

Performance
  • Avoid extra UTF-8 validation performed in some cases
Fixes
  • Ensure custom pipes/stdout get flushed
  • Don't panic on broken pipes when color is disabled

v0.10.1

Compare Source

Performance
  • Avoid hashing directives and accessing RNG on startup
Documentation
  • Tweak RUST_LOG documentation
dtolnay/erased-serde (erased-serde)

v0.4.9

Compare Source

  • Allow underlying serializer to dangle during erased serializer drop (#​117)

v0.4.8

Compare Source

  • Raise serde version requirement to >=1.0.220

v0.4.7

Compare Source

  • Switch serde dependency to serde_core (#​116)

v0.4.6

Compare Source

  • Documentation improvements

v0.4.5

Compare Source

  • Relocate some unsafe code over to typeid crate

v0.4.4

Compare Source

  • Documentation improvements

v0.4.3

Compare Source

  • Fix unused_imports warnings when compiled by rustc 1.78

v0.4.2

Compare Source

  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v0.4.1

Compare Source

  • Fix panic when Serialize impl returns error that does not come from a Serializer (#​100, thanks @​KodrAus)

v0.4.0

Compare Source

This release includes a redesign of the erased serialization API (#​93) with the following advantages:

  • Eliminates all reliance on unsafe code within the serialization implementation
  • Reduces overhead of erased serialization vs monomorphized serialization by a factor of 2 (#​99)
  • Supports serializers which have non-'static Ok types
hyperium/hyper-tls (hyper-tls)

v0.6.0

Compare Source

console-rs/indicatif (indicatif)

v0.18.3

Compare Source

What's Changed

v0.18.2

Compare Source

What's Changed

v0.18.1

Compare Source

What's Changed

v0.18.0

Compare Source

Unfortunately 0.17.12 had to be yanked because the console upgrade was a semver-incompatible change. Rerelease as 0.18.0 instead.

What's Changed

v0.17.12

Compare Source

What's Changed

v0.17.11

Compare Source

What's Changed

v0.17.10

Compare Source

What's Changed

With some great performance improvements from @​jaheba.

v0.17.9

Compare Source

What's Changed

rust-itertools/itertools (itertools)

v0.14.0

Compare Source

Breaking
  • Increased MSRV to 1.63.0 (#​960)
  • Removed generic parameter from cons_tuples (#​988)
Added
  • Added array_combinations (#​991)
  • Added k_smallest_relaxed and variants (#​925)
  • Added next_array and collect_array (#​560)
  • Implemented DoubleEndedIterator for FilterOk (#​948)
  • Implemented DoubleEndedIterator for FilterMapOk (#​950)
Changed
  • Allow Q: ?Sized in Itertools::contains (#​971)
  • Improved hygiene of chain! (#​943)
  • Improved into_group_map_by documentation (#​1000)
  • Improved tree_reduce documentation (#​955)
  • Improved discoverability of merge_join_by (#​966)
  • Improved discoverability of take_while_inclusive (#​972)
  • Improved documentation of find_or_last and find_or_first (#​984)
  • Prevented exponentially large type sizes in tuple_combinations (#​945)
  • Added track_caller attr for asser_equal (#​976)
Notable Internal Changes
  • Fixed clippy lints (#​956, #​987, #​1008)
  • Addressed warnings within doctests (#​964)
  • CI: Run most tests with miri (#​961)
  • CI: Speed up "cargo-semver-checks" action (#​938)
  • Changed an instance of default_features in Cargo.toml to default-features (#​985)

v0.13.0

Compare Source

Breaking
  • Removed implementation of DoubleEndedIterator for ConsTuples (#​853)
  • Made MultiProduct fused and fixed on an empty iterator (#​835, #​834)
  • Changed iproduct! to return tuples for maxi one iterator too (#​870)
  • Changed PutBack::put_back to return the old value (#​880)

Configuration

📅 Schedule: Branch creation - "after 2am and before 3am" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot enabled auto-merge (rebase) August 29, 2024 07:15
@renovate
Copy link
Author

renovate bot commented Aug 29, 2024

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.

@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 4 times, most recently from c25e42c to e81111c Compare September 7, 2024 05:49
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 4 times, most recently from 1d540cd to 83774c2 Compare September 16, 2024 23:44
@renovate
Copy link
Author

renovate bot commented Sep 16, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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 Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path apps/eth-engine/Cargo.toml --package async-scoped@0.7.1 --precise 0.9.0
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path apps/eth-order-telegram-bot/Cargo.toml --package lambda_http@0.13.0 --precise 0.17.0
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/core/Cargo.toml --package plotly@0.9.0 --precise 0.13.5
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth-engine-classifier/Cargo.toml --package criterion@0.5.1 --precise 0.8.1
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth-engine-core/Cargo.toml --package criterion@0.5.1 --precise 0.8.1
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth-engine-database/Cargo.toml --package criterion@0.5.1 --precise 0.8.1
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth-engine-inspect/Cargo.toml --package async-scoped@0.7.1 --precise 0.9.0
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth-engine-libmdbx/Cargo.toml --package criterion@0.5.1 --precise 0.8.1
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth-engine-metrics/Cargo.toml --package procfs@0.16.0 --precise 0.18.0
    Updating crates.io index
error: failed to select a version for the requirement `procfs = "^0.16.0"`
candidate versions found which didn't match: 0.18.0
location searched: crates.io index
required by package `reth-node-core v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-node-core` (locked to 0.2.0-beta.6) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth-engine-pricing/Cargo.toml --package criterion@0.5.1 --precise 0.8.1
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth-engine-pricing/pricing-test-utils/Cargo.toml --package criterion@0.5.1 --precise 0.8.1
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth-engine-types/Cargo.toml --package erased-serde@0.3.31 --precise 0.4.9
    Updating crates.io index
error: failed to select a version for the requirement `erased-serde = "^0.3.31"`
candidate versions found which didn't match: 0.4.9
location searched: crates.io index
required by package `db-interfaces v0.1.0 (https://github.com/SorellaLabs/db-interfaces#12892c73)`
    ... which satisfies git dependency `db-interfaces` (locked to 0.1.0) of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/eth/Cargo.toml --package rand@0.8.5 --precise 0.9.2
    Updating crates.io index
error: failed to select a version for the requirement `rand = "^0.8.5"`
candidate versions found which didn't match: 0.9.2
location searched: crates.io index
required by package `db-interfaces v0.1.0 (https://github.com/SorellaLabs/db-interfaces#12892c73)`
    ... which satisfies git dependency `db-interfaces` (locked to 0.1.0) of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path crates/telemetry/Cargo.toml --package sentry@0.34.0 --precise 0.46.0
    Updating crates.io index
error: failed to select a version for `cc`.
    ... required by package `blake3 v1.6.1`
    ... which satisfies dependency `blake3 = "^1.6.1"` of package `polars-io v0.52.0`
    ... which satisfies dependency `polars-io = "^0.52.0"` of package `polars v0.52.0`
    ... which satisfies dependency `polars = "^0.52.0"` of package `reaper-core v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/core)`
versions that meet the requirements `^1.1.12` are: 1.2.51, 1.2.50, 1.2.49, 1.2.48, 1.2.47, 1.2.46, 1.2.45, 1.2.44, 1.2.43, 1.2.42, 1.2.41, 1.2.40, 1.2.39, 1.2.38, 1.2.37, 1.2.36, 1.2.35, 1.2.34, 1.2.33, 1.2.32, 1.2.31, 1.2.30, 1.2.29, 1.2.28, 1.2.27, 1.2.26, 1.2.25, 1.2.24, 1.2.23, 1.2.22, 1.2.21, 1.2.20, 1.2.19, 1.2.18, 1.2.17, 1.2.16, 1.2.15, 1.2.14, 1.2.13, 1.2.12, 1.2.11, 1.2.10, 1.2.9, 1.2.8, 1.2.7, 1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.37, 1.1.36, 1.1.35, 1.1.34, 1.1.33, 1.1.32, 1.1.31, 1.1.30, 1.1.29, 1.1.28, 1.1.27, 1.1.26, 1.1.25, 1.1.24, 1.1.23, 1.1.22, 1.1.21, 1.1.20, 1.1.19, 1.1.18, 1.1.17, 1.1.16, 1.1.15, 1.1.14, 1.1.13, 1.1.12

all possible versions conflict with previously selected packages.

  previously selected package `cc v1.0.83`
    ... which satisfies dependency `cc = "=1.0.83"` of package `reth-mdbx-sys v0.2.0-beta.6 (https://github.com/paradigmxyz/reth?rev=ac29b4b#ac29b4b7)`
    ... which satisfies git dependency `reth-mdbx-sys` (locked to 0.2.0-beta.6) of package `reaper-eth-engine-database v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-database)`
    ... which satisfies path dependency `reaper-eth-engine-database` (locked to 0.1.0) of package `reaper-eth-engine v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/apps/eth-engine)`

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

@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 83774c2 to 6e115e6 Compare September 26, 2024 11:45
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 3 times, most recently from ae5c473 to 4f9ad87 Compare October 13, 2024 02:41
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 4f9ad87 to 1ff176a Compare October 15, 2024 05:26
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 2 times, most recently from 1d9d6ae to a039653 Compare October 28, 2024 11:52
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 3 times, most recently from f3052a8 to ad7b56a Compare November 6, 2024 02:44
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 2 times, most recently from 0089119 to 269bfb9 Compare November 13, 2024 20:50
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 2 times, most recently from 1969615 to 724a011 Compare November 29, 2024 05:15
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 724a011 to 558eed3 Compare February 4, 2025 04:02
@renovate renovate bot changed the title deps(monorepo): update cargo pre-1.0 packages (minor) chore(monorepo): update cargo pre-1.0 packages (minor) Feb 4, 2025
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 2 times, most recently from fa1639a to c007643 Compare February 11, 2025 06:16
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 9fb8b65 to 3fe7736 Compare August 5, 2025 03:00
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 3fe7736 to c485c33 Compare August 24, 2025 23:56
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from c485c33 to c6c2e13 Compare September 1, 2025 03:35
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 3 times, most recently from b1ffd90 to 0df088f Compare September 19, 2025 11:25
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 3 times, most recently from e3ff730 to 38431e6 Compare October 1, 2025 23:34
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 3 times, most recently from f880441 to 6651884 Compare October 15, 2025 20:03
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 3 times, most recently from 8eadf45 to 14827a6 Compare October 23, 2025 08:18
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 2 times, most recently from c4ac52a to 7564923 Compare November 3, 2025 23:15
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 7564923 to b8cd51f Compare November 9, 2025 08:01
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 2 times, most recently from eca39a6 to 04bd6e3 Compare November 19, 2025 07:58
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch 3 times, most recently from 8a69093 to a6b3fb8 Compare November 30, 2025 08:12
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from a6b3fb8 to 5da2f6e Compare December 6, 2025 12:16
@renovate renovate bot requested a review from a team December 6, 2025 12:16
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 5da2f6e to 99e12e9 Compare December 8, 2025 07:46
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 99e12e9 to 300aa7a Compare December 19, 2025 07:07
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from 300aa7a to e26484f Compare December 30, 2025 12:01
@renovate renovate bot force-pushed the renovate/cargo-all-pre-1.0 branch from e26484f to 411769a Compare January 1, 2026 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant