Skip to content

chore(monorepo): update cargo pre-1.0 packages (patch) #13

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Aug 29, 2024

This PR contains the following updates:

Package Type Update Change
ahash dependencies patch 0.8.11 -> 0.8.12
alloy-dyn-abi (source) workspace.dependencies patch 0.7.0 -> 0.7.7
alloy-json-abi (source) workspace.dependencies patch 0.7.0 -> 0.7.7
alloy-primitives (source) workspace.dependencies patch 0.7.0 -> 0.7.7
alloy-rlp (source) workspace.dependencies patch 0.3.4 -> 0.3.12
alloy-rlp-derive (source) workspace.dependencies patch 0.3.4 -> 0.3.12
alloy-sol-macro (source) workspace.dependencies patch 0.7.0 -> 0.7.7
alloy-sol-types (source) workspace.dependencies patch 0.7.0 -> 0.7.7
ansi-parser dependencies patch 0.9.0 -> 0.9.1
async-trait dependencies patch 0.1.73 -> 0.1.88
async-trait workspace.dependencies patch 0.1.73 -> 0.1.88
bigdecimal dependencies patch 0.4.5 -> 0.4.8
boyer-moore-magiclen (source) dependencies patch 0.2.16 -> 0.2.20
c-kzg workspace.dependencies patch 0.4.0 -> 0.4.2
chrono dependencies patch 0.4.35 -> 0.4.41
chrono workspace.dependencies patch 0.4.19 -> 0.4.41
const_format dependencies patch 0.2.32 -> 0.2.34
criterion (source) dependencies patch 0.5 -> 0.5.1
criterion (source) dev-dependencies patch 0.5 -> 0.5.1
derive_builder dependencies patch 0.20.0 -> 0.20.2
derive_more dependencies patch 0.99.17 -> 0.99.20
derive_more workspace.dependencies patch 0.99.17 -> 0.99.20
env_logger workspace.dependencies patch 0.10.0 -> 0.10.2
eyre workspace.dependencies patch 0.6.8 -> 0.6.12
futures (source) workspace.dependencies patch 0.3.28 -> 0.3.31
human_bytes (source) dependencies patch 0.4.1 -> 0.4.3
hyper (source) workspace.dependencies patch 0.14.25 -> 0.14.32
indicatif workspace.dependencies patch 0.17.8 -> 0.17.11
itertools dependencies patch 0.12.0 -> 0.12.1
libc dependencies patch 0.2 -> 0.2.172
malachite (source) workspace.dependencies patch 0.4.0 -> 0.4.22
malachite-q (source) workspace.dependencies patch 0.4.0 -> 0.4.22
metrics-exporter-prometheus workspace.dependencies patch =0.12.1 -> =0.12.2
metrics-util workspace.dependencies patch 0.15.0 -> 0.15.1
moka dependencies patch 0.12.7 -> 0.12.10
num dependencies patch 0.4.1 -> 0.4.3
parking_lot workspace.dependencies patch 0.12.1 -> 0.12.4
petgraph dependencies patch 0.6.4 -> 0.6.5
phf workspace.dependencies patch 0.11.2 -> 0.11.3
phf_codegen workspace.dependencies patch 0.11.2 -> 0.11.3
plotly dependencies patch 0.9.0 -> 0.9.1
plotters (source) dependencies patch 0.3.5 -> 0.3.7
reqwest workspace.dependencies patch 0.12.2 -> 0.12.19
schnellru dependencies patch 0.2.2 -> 0.2.4
serde_repr workspace.dependencies patch 0.1.16 -> 0.1.20
statrs dependencies patch 0.16 -> 0.16.1
statrs dev-dependencies patch 0.16 -> 0.16.1
strum_macros dependencies patch 0.25 -> 0.25.3
tar workspace.dependencies patch 0.4.41 -> 0.4.44
tikv-jemalloc-ctl dependencies patch 0.5.0 -> 0.5.4
tikv-jemallocator dependencies patch 0.5.0 -> 0.5.4
time (source) dependencies patch 0.3.36 -> 0.3.41
toml build-dependencies patch 0.8.9 -> 0.8.22
toml dependencies patch 0.8.9 -> 0.8.22
toml dependencies patch 0.8.2 -> 0.8.22
toml workspace.dependencies patch 0.8.2 -> 0.8.22
zstd dependencies patch 0.13 -> 0.13.3

Release Notes

alloy-rs/rlp (alloy-rlp)

v0.3.12

Compare Source

v0.3.11

Compare Source

v0.3.10

Compare Source

v0.3.9

Compare Source

dtolnay/async-trait (async-trait)

v0.1.88

Compare Source

  • Fix lifetime bounding on generic parameters that have cfg (#​289)

v0.1.87

Compare Source

  • Documentation improvements

v0.1.86

Compare Source

  • Documentation improvements

v0.1.85

Compare Source

  • Omit Self: 'async_trait bound in impl when not needed by signature (#​284)

v0.1.84

Compare Source

  • Support impl Trait in return type (#​282)

v0.1.83

Compare Source

  • Prevent needless_arbitrary_self_type lint being produced in generated code (#​278)

v0.1.82

Compare Source

  • Prevent elided_named_lifetimes lint being produced in generated code (#​276)
akubera/bigdecimal-rs (bigdecimal)

v0.4.8

Compare Source

What's Changed

Full Changelog: akubera/bigdecimal-rs@v0.4.7...v0.4.8

v0.4.7

Compare Source

Changes

  • Fixed bug in BigDecimal::to_f64
  • Impl num_traits::ToPrimitive for BigDecimalRef
  • Added methods BigDecimal::{ToPlainString,WritePlainString}
  • Added Justfile to repo

v0.4.6

Compare Source

Changes

  • Fix error in formatting code that would skip "carrying the one" when rounding up series of nines, overflowing

  • Improved implementation of sqrt and cbrt

  • Uses consistent rounding implementations in formatting and arithmetic operations

  • Add new constructor methods BigDecimal::from_bigint & BigDecimal::from_biguint

chronotope/chrono (chrono)

v0.4.41

Compare Source

What's Changed

v0.4.40: 0.4.40

Compare Source

What's Changed

v0.4.39: 0.4.39

Compare Source

What's Changed
rodrimati1992/const_format_crates (const_format)

v0.2.34

Now all features that used to require nightly only require Rust 1.83.0

Added "rust_1_83" feature that enables "rust_1_64" feature

Changed "fmt" feature to enable "rust_1_83" feature

Made many macros forward compatible with inline const patterns(when the "rust_1_83" feature is enabled):

  • concatc
  • concatcp
  • formatc
  • formatcp
  • map_ascii_case
  • str_get
  • str_index
  • str_repeat
  • str_replace

Added these macros:

  • str_splice_out
  • str_split_alt

v0.2.33

Fixed Rust Analyzer style warning for assertion macros.

colin-kiegel/rust-derive-builder (derive_builder)

v0.20.2

Compare Source

  • Allow unquoted expressions in builder(default = ...) #​331

v0.20.1

Compare Source

  • Forward default type params #​319
JelteF/derive_more (derive_more)

v0.99.20

Compare Source

v0.99.19

Compare Source

  • Add crate metadata for the Rust Playground.
rust-cli/env_logger (env_logger)

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
rust-lang/futures-rs (futures)

v0.3.31

Compare Source

  • Fix use after free of task in FuturesUnordered when dropped future panics (#​2886)
  • Fix soundness bug in task::waker_ref (#​2830)
    This is a breaking change but allowed because it is soundness bug fix.
  • Fix bugs in AsyncBufRead::read_line and AsyncBufReadExt::lines (#​2884)
  • Fix parsing issue in select!/select_biased! (#​2832)
    This is technically a breaking change as it will now reject a very odd undocumented syntax that was previously accidentally accepted.
  • Work around issue due to upstream Waker::will_wake change (#​2865)
  • Add stream::Iter::{get_ref,get_mut,into_inner} (#​2875)
  • Add future::AlwaysReady (#​2825)
  • Relax trait bound on non-constructor methods of io::{BufReader,BufWriter} (#​2848)
hyperium/hyper (hyper)

v0.14.32

Compare Source

Features

  • server: add Builder::max_pending_accept_reset_streams(num) option (a24f0c0)

Bug Fixes

  • http1: fix intermittent panic parsing partial headers (0f274ae)

New Contributors

Full Changelog: hyperium/hyper@v0.14.31...v0.14.32

v0.14.31

Compare Source

Bug Fixes

  • http1: improve performance of parsing sequentially partial messages (97b595e)
console-rs/indicatif (indicatif)

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-lang/libc (libc)

v0.2.172

Compare Source

Added
  • Android: Add getauxval for 32-bit targets (#​4338)
  • Android: Add if_tun.h ioctls (#​4379)
  • Android: Define SO_BINDTOIFINDEX (#​4391)
  • Cygwin: Add posix_spawn_file_actions_add[f]chdir[_np] (#​4387)
  • Cygwin: Add new socket options (#​4350)
  • Cygwin: Add statfs & fcntl (#​4321)
  • FreeBSD: Add filedesc and fdescenttbl (#​4327)
  • Glibc: Add unstable support for _FILE_OFFSET_BITS=64 (#​4345)
  • Hermit: Add AF_UNSPEC (#​4344)
  • Hermit: Add AF_VSOCK (#​4344)
  • Illumos, NetBSD: Add timerfd APIs (#​4333)
  • Linux: Add _IO, _IOW, _IOR, _IOWR to the exported API (#​4325)
  • Linux: Add tcp_info to uClibc bindings (#​4347)
  • Linux: Add further BPF program flags (#​4356)
  • Linux: Add missing INPUT_PROP_XXX flags from input-event-codes.h (#​4326)
  • Linux: Add missing TLS bindings (#​4296)
  • Linux: Add more constants from seccomp.h (#​4330)
  • Linux: Add more glibc ptrace_sud_config and related PTRACE_*ET_SYSCALL_USER_DISPATCH_CONFIG. (#​4386)
  • Linux: Add new netlink flags (#​4288)
  • Linux: Define ioctl codes on more architectures (#​4382)
  • Linux: Add missing pthread_attr_setstack (#​4349)
  • Musl: Add missing utmpx API (#​4332)
  • Musl: Enable getrandom on all platforms (#​4346)
  • NuttX: Add more signal constants (#​4353)
  • QNX: Add QNX 7.1-iosock and 8.0 to list of additional cfgs (#​4169)
  • QNX: Add support for alternative Neutrino network stack io-sock (#​4169)
  • Redox: Add more sys/socket.h and sys/uio.h definitions (#​4388)
  • Solaris: Temporarily define O_DIRECT and SIGINFO (#​4348)
  • Solarish: Add secure_getenv (#​4342)
  • VxWorks: Add missing d_type member to dirent (#​4352)
  • VxWorks: Add missing signal-related constsants (#​4352)
  • VxWorks: Add more error codes (#​4337)
Deprecated
  • FreeBSD: Deprecate TCP_PCAP_OUT and TCP_PCAP_IN (#​4381)
Fixed
  • Cygwin: Fix member types of statfs (#​4324)
  • Cygwin: Fix tests (#​4357)
  • Hermit: Make AF_INET = 3 (#​4344)
  • Musl: Fix the syscall table on RISC-V-32 (#​4335)
  • Musl: Fix the value of SA_ONSTACK on RISC-V-32 (#​4335)
  • VxWorks: Fix a typo in the waitpid parameter name (#​4334)
Removed
  • Musl: Remove O_FSYNC on RISC-V-32 (use O_SYNC instead) (#​4335)
  • Musl: Remove RTLD_DEEPBIND on RISC-V-32 (#​4335)
Other
  • CI: Add matrix env variables to the environment (#​4345)
  • CI: Always deny warnings (#​4363)
  • CI: Always upload successfully created artifacts (#​4345)
  • CI: Install musl from source for loongarch64 (#​4320)
  • CI: Revert "Also skip MFD_EXEC and MFD_NOEXEC_SEAL on sparc64" (#)
  • CI: Use $PWD instead of $(pwd) in run-docker (#​4345)
  • Solarish: Restrict openpty and forkpty polyfills to Illumos, replace Solaris implementation with bindings (#​4329)
  • Testing: Ensure the makedev test does not emit unused errors (#​4363)

v0.2.171

Compare Source

Added
  • Android: Add if_nameindex/if_freenameindex support (#​4247)
  • Apple: Add missing proc types and constants (#​4310)
  • BSD: Add devname (#​4285)
  • Cygwin: Add PTY and group API (#​4309)
  • Cygwin: Add support (#​4279)
  • FreeBSD: Make spawn.h interfaces available on all FreeBSD-like systems (#​4294)
  • Linux: Add AF_XDP structs for all Linux environments (#​4163)
  • Linux: Add SysV semaphore constants (#​4286)
  • Linux: Add F_SEAL_EXEC (#​4316)
  • Linux: Add SO_PREFER_BUSY_POLL and SO_BUSY_POLL_BUDGET (#​3917)
  • Linux: Add devmem structs (#​4299)
  • Linux: Add socket constants up to SO_DEVMEM_DONTNEED (#​4299)
  • NetBSD, OpenBSD, DragonflyBSD: Add closefrom (#​4290)
  • NuttX: Add pw_passwd field to passwd (#​4222)
  • Solarish: define IP_BOUND_IF and IPV6_BOUND_IF (#​4287)
  • Wali: Add bindings for wasm32-wali-linux-musl target (#​4244)
Changed
  • AIX: Use sa_sigaction instead of a union (#​4250)
  • Make msqid_ds.__msg_cbytes public (#​4301)
  • Unix: Make all major, minor, makedev into const fn (#​4208)
Deprecated
  • Linux: Deprecate obsolete packet filter interfaces (#​4267)
Fixed
  • Cygwin: Fix strerror_r (#​4308)
  • Cygwin: Fix usage of f! (#​4308)
  • Hermit: Make stat::st_size signed (#​4298)
  • Linux: Correct values for SI_TIMER, SI_MESGQ, SI_ASYNCIO (#​4292)
  • NuttX: Update tm_zone and d_name fields to use c_char type (#​4222)
  • Xous: Include the prelude to define c_int (#​4304)
Other
Removed
  • NuttX: Remove pthread_set_name_np (#​4251)

v0.2.170

Compare Source

Added
  • Android: Declare setdomainname and getdomainname #​4212
  • FreeBSD: Add evdev structures #​3756
  • FreeBSD: Add the new st_filerev field to stat32 (#​4254)
  • Linux: Add SI_*`` and TRAP_*`` signal codes #​4225
  • Linux: Add experimental configuration to enable 64-bit time in kernel APIs, set by RUST_LIBC_UNSTABLE_LINUX_TIME_BITS64. #​4148
  • Linux: Add recent socket timestamping flags #​4273
  • Linux: Added new CANFD_FDF flag for the flags field of canfd_frame #​4223
  • Musl: add CLONE_NEWTIME #​4226
  • Solarish: add the posix_spawn family of functions #​4259
Deprecated
  • Linux: deprecate kernel modules syscalls #​4228
Changed
  • Emscripten: Assume version is at least 3.1.42 #​4243
Fixed
  • BSD: Correct the definition of WEXITSTATUS #​4213
  • Hurd: Fix CMSG_DATA on 64bit systems (#​4240)
  • NetBSD: fix getmntinfo (#​4265
  • VxWorks: Fix the size of time_t #​426
Other
  • Add labels to FIXMEs #​4230, #​4229, #​4237
  • CI: Bump FreeBSD CI to 13.4 and 14.2 #​4260
  • Copy definitions from core::ffi and centralize them #​4256
  • Define c_char at top-level and remove per-target c_char definitions #​4202
  • Port style.rs to syn and add tests for the style checker #​4220

v0.2.169

Compare Source

Added
  • FreeBSD: add more socket TCP stack constants #​4193
  • Fuchsia: add a sockaddr_vm definition #​4194
Fixed

Breaking: rust-lang/rust#132975 corrected the signedness of core::ffi::c_char on various Tier 2 and Tier 3 platforms (mostly Arm and RISC-V) to match Clang. This release contains the corresponding changes to libc, including the following specific pull requests:

  • ESP-IDF: Replace arch-conditional c_char with a reexport #​4195
  • Fix c_char on various targets #​4199
  • Mirror c_char configuration from rust-lang/rust #​4198
Cleanup
  • Do not re-export c_void in target-specific code #​4200

v0.2.168

Compare Source

Added
Deprecated
  • FreeBSD: Deprecate the CAP_UNUSED* and CAP_ALL* constants (#​4183)
Fixed
  • Make the Debug implementation for unions opaque (#​4176)
Other
  • Allow the unpredictable_function_pointer_comparisons lint where needed #​4177
  • CI: Upload artifacts created by libc-test #​4180
  • CI: Use workflow commands to group output by target #​4179
  • CI: add caching #​4183

v0.2.167

Compare Source

Added
  • Solarish: add st_fstype to stat #​4145
  • Trusty: Add intptr_t and uintptr_t (#​4161)
Fixed
  • Fix the build with rustc-dep-of-std #​4158
  • Wasi: Add back unsafe block for clockid_t static variables (#​4157)
Cleanup
Other
  • CI: Check various FreeBSD versions (#​4159)
  • CI: add a timeout for all jobs #​4164
  • CI: verify MSRV for wasm32-wasi #​4157
  • Migrate to the 2021 edition #​4132
Removed
  • Remove one unused import after the edition 2021 bump

v0.2.166

Compare Source

Fixed

This release resolves two cases of unintentional breakage from the previous release:

  • Revert removal of array size hacks #​4150
  • Ensure const extern functions are always enabled #​4151

v0.2.165

Compare Source

Added
  • Android: add mkostemp, mkostemps #​3601
  • Android: add a few API 30 calls #​3604
  • Android: add missing syscall constants #​3558
  • Apple: add in6_ifreq #​3617
  • Apple: add missing sysctl net types #​4022 (before release: remove if_family_id (#​4137))
  • Freebsd: add kcmp call support #​3746
  • Hurd: add MAP_32BIT and MAP_EXCL #​4127
  • Hurd: add domainname field to utsname (#​4089)
  • Linux GNU: add f_flags to struct statfs for arm, mips, powerpc and x86 #​3663
  • Linux GNU: add malloc_stats #​3596
  • Linux: add ELF relocation-related structs #​3583
  • Linux: add ptp_* structs #​4113
  • Linux: add ptp_clock_caps #​4128
  • Linux: add ptp_pin_function and most PTP_ constants #​4114
  • Linux: add missing AF_XDP structs & constants #​3956
  • Linux: add missing netfilter consts (#​3734)
  • Linux: add struct and constants for the mount_setattr syscall #​4046
  • Linux: add wireless API #​3441
  • Linux: expose the len8_dlc field of can_frame #​3357
  • Musl: add utmpx API #​3213
  • Musl: add missing syscall constants #​4028
  • NetBSD: add mcontext-related data for RISCV64 #​3468
  • Redox: add new netinet constants #​3586)
  • Solarish: add _POSIX_VDISABLE (#​4103)
  • Tests: Add a test that the const extern fn macro works #​4134
  • Tests: Add test of primitive types against std #​3616
  • Unix: Add htonl, htons, ntohl, ntohs #​3669
  • Unix: add aligned_alloc #​3843
  • Windows: add aligned_realloc #​3592
Fixed
  • breaking Hurd: fix MAP_HASSEMAPHORE name (#​4127)
  • breaking ulibc Mips: fix SA_* mismatched types (#​3211)
  • Aix: fix an enum FFI safety warning #​3644
  • Haiku: fix some typos (#​3664)
  • Tests: fix Elf{32,64}_Relr-related tests #​3647
  • Tests: fix libc-tests for loongarch64-linux-musl
  • Tests: fix some clippy warnings #​3855
  • Tests: fix tests on riscv64gc-unknown-freebsd #​4129
Deprecated
  • Apple: deprecate iconv_open 25e022a
  • Apple: deprecate mach_task_self #​4095
  • Apple: update mach deprecation notices for things that were removed in main #​4097
Cleanup
  • Adjust the f! macro to be more flexible #​4107
  • Aix: remove duplicate constants #​3643
  • CI: make scripts more uniform #​4042
  • Drop the libc_align conditional b5b553d
  • Drop the libc_cfg_target_vendor conditional #​4060
  • Drop the libc_const_size_of conditional 5a43dd2
  • Drop the libc_core_cvoid conditional #​4060
  • Drop the libc_int128 conditional #​4060
  • Drop the libc_non_exhaustive conditional #​4060
  • Drop the libc_packedN conditional #​4060
  • Drop the libc_priv_mod_use conditional 19c5937
  • Drop the libc_union conditional b9e4d80
  • Drop the long_array conditional #​4096
  • Drop the ptr_addr_of conditional #​4065
  • Drop warnings about deprecated cargo features #​4060
  • Eliminate uses of struct_formatter #​4074
  • Fix a few other array size hacks d63be8b
  • Glibc: remove redundant definitions (#​3261)
  • Musl: remove redundant definitions (#​3261)
  • Musl: unify definitions of siginfo_t (#​3261)
  • Musl: unify definitions of statfs and statfs64 (#​3261)
  • Musl: unify definitions of statvfs and statvfs64 (#​3261)
  • Musl: unify statx definitions (#​3978)
  • Remove array size hacks for Rust < 1.47 27ee6fe
  • Remove repetitive words [77de375](https://redirect.github.com/rust-lang/lib

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 06:14
Copy link
Author

renovate bot commented Aug 29, 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
    Updating git repository `https://github.com/SorellaLabs/clickhouse.rs`
From https://github.com/SorellaLabs/clickhouse.rs
 * [new ref]         21a21ca2f9aa544189b45509356e1e5cee1176d1 -> refs/commit/21a21ca2f9aa544189b45509356e1e5cee1176d1
    Updating git repository `https://github.com/SorellaLabs/db-interfaces`
From https://github.com/SorellaLabs/db-interfaces
 * [new ref]         12892c736a6e041ab5698bb73361cdcdac60a5f2 -> refs/commit/12892c736a6e041ab5698bb73361cdcdac60a5f2
    Updating git repository `https://github.com/paradigmxyz/reth`
From https://github.com/paradigmxyz/reth
 * [new ref]             ac29b4b73be382caf2a2462d426e6bad75e18af9 -> refs/commit/ac29b4b73be382caf2a2462d426e6bad75e18af9
    Updating git repository `https://github.com/alloy-rs/alloy.git`
From https://github.com/alloy-rs/alloy
 * [new ref]         39b869585955d95e9c64c3e1b66f16432ae4f132 -> refs/commit/39b869585955d95e9c64c3e1b66f16432ae4f132
    Updating git repository `https://github.com/SorellaLabs/redefined`
From https://github.com/SorellaLabs/redefined
 * [new ref]         d00ea479224a2d50ed525aec93591cf497b3f852 -> refs/commit/d00ea479224a2d50ed525aec93591cf497b3f852
    Updating git repository `https://github.com/rkyv/rkyv.git`
From https://github.com/rkyv/rkyv
 * [new ref]         7b883203b216fcfc594077a5785555d2b52061c9 -> refs/commit/7b883203b216fcfc594077a5785555d2b52061c9
    Updating git repository `https://github.com/paradigmxyz/evm-inspectors`
From https://github.com/paradigmxyz/evm-inspectors
 * [new ref]         dc614eec85ee4d4af938865b121fad58ec7dad5f -> refs/commit/dc614eec85ee4d4af938865b121fad58ec7dad5f
    Updating git repository `https://github.com/sigp/discv5`
From https://github.com/sigp/discv5
 * [new ref]         04ac0042a345a9edf93b090007e5d31c008261ed -> refs/commit/04ac0042a345a9edf93b090007e5d31c008261ed
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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-fill-service/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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/Cargo.toml --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` 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 --workspace
    Updating crates.io index
error: failed to select a version for `hashbrown`.
    ... required by package `schnellru v0.2.4`
    ... which satisfies dependency `schnellru = "^0.2.4"` 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)`
versions that meet the requirements `=0.13.2` are: 0.13.2

all possible versions conflict with previously selected packages.

  previously selected package `hashbrown v0.13.1`
    ... which satisfies dependency `hashbrown = "=0.13.1"` of package `metrics-util v0.15.1`
    ... which satisfies dependency `metrics-util = "^0.15.1"` of package `reaper-eth-engine-metrics v0.1.0 (/tmp/renovate/repos/github/storm-software/reaper/crates/eth-engine-metrics)`
    ... which satisfies path dependency `reaper-eth-engine-metrics` (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 `hashbrown` which could resolve this conflict

@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 6 times, most recently from e543ce3 to 724d481 Compare September 5, 2024 11:07
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 3 times, most recently from 758f919 to 44665ea Compare September 9, 2024 20:52
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from 44665ea to 116ae12 Compare September 25, 2024 02:53
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 3 times, most recently from c026042 to d8b8046 Compare October 9, 2024 02:07
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 2 times, most recently from c49fc3d to 53a5981 Compare October 19, 2024 05:54
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 3 times, most recently from fe3924c to 9851d24 Compare October 30, 2024 06:02
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 2 times, most recently from 03da3db to 4fde860 Compare November 8, 2024 09:04
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 2 times, most recently from 5c9de07 to 0dd9c8a Compare November 17, 2024 02:03
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from 0dd9c8a to 6a14f08 Compare November 27, 2024 00:02
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from 6a14f08 to 27ffe18 Compare February 4, 2025 04:01
@renovate renovate bot changed the title deps(monorepo): update cargo pre-1.0 packages (patch) chore(monorepo): update cargo pre-1.0 packages (patch) Feb 4, 2025
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from 27ffe18 to 53d78e7 Compare February 6, 2025 07:20
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from 53d78e7 to 3749837 Compare February 22, 2025 03:50
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 2 times, most recently from ba9b55f to e6860a4 Compare March 1, 2025 03:46
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 2 times, most recently from 12e2ec4 to 94f440d Compare March 6, 2025 20:08
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 2 times, most recently from 035697f to 90332c4 Compare March 15, 2025 08:13
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 2 times, most recently from 71a234b to 93289ea Compare March 28, 2025 07:45
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from 93289ea to d7197bf Compare April 2, 2025 19:50
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from d7197bf to 8bffdb2 Compare April 16, 2025 03:57
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch 3 times, most recently from 45572d4 to f8dc95b Compare May 3, 2025 04:03
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from f8dc95b to b425b44 Compare May 10, 2025 08:13
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from b425b44 to 761e301 Compare May 17, 2025 11:33
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from 761e301 to 44d3c3f Compare May 31, 2025 19:45
@renovate renovate bot force-pushed the renovate/patch-cargo-all-pre-1.0 branch from 44d3c3f to 5c44340 Compare June 3, 2025 00:12
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.

0 participants