Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): weekly cargo update #7746

Merged
merged 2 commits into from
Apr 22, 2024
Merged

chore(deps): weekly cargo update #7746

merged 2 commits into from
Apr 22, 2024

Conversation

github-actions[bot]
Copy link
Contributor

Automation to keep dependencies in Cargo.lock current.

cargo update log

    Updating git repository `https://github.com/alloy-rs/alloy`
    Updating git repository `https://github.com/paradigmxyz/evm-inspectors`
     Locking 23 packages to latest compatible versions
    Updating async-channel v2.2.0 -> v2.2.1
    Updating aurora-engine-modexp v1.0.0 -> v1.1.0
    Updating aws-smithy-http v0.60.7 -> v0.60.8
    Updating aws-smithy-runtime v1.3.0 -> v1.3.1
    Updating aws-smithy-xml v0.60.7 -> v0.60.8
    Updating cc v1.0.94 -> v1.0.95
    Updating chrono v0.4.37 -> v0.4.38
    Updating figment v0.10.16 -> v0.10.18
    Updating foundry-compilers v0.3.17 -> v0.3.18
    Updating hyper v1.2.0 -> v1.3.1
      Adding lzma-rs v0.3.0
    Updating prettyplease v0.2.17 -> v0.2.19
    Updating proc-macro2 v1.0.79 -> v1.0.81
    Updating reqwest v0.12.3 -> v0.12.4
    Updating serde v1.0.197 -> v1.0.198
    Updating serde_derive v1.0.197 -> v1.0.198
    Updating serde_json v1.0.115 -> v1.0.116
    Updating syn v2.0.58 -> v2.0.60
    Updating thiserror v1.0.58 -> v1.0.59
    Updating thiserror-impl v1.0.58 -> v1.0.59
    Updating toml_edit v0.22.9 -> v0.22.12
      Adding zip v1.1.0
    Updating zip_next v1.0.1 -> v1.1.1
note: pass `--verbose` to see 169 unchanged dependencies behind latest

@mattsse
Copy link
Member

mattsse commented Apr 21, 2024

some weird failures

Diff < left / right > :
Compiling 1 files

<Compiler run successful!

Compiler run successful!

@DaniPopes
Copy link
Member

DaniPopes commented Apr 22, 2024

due to different yansi versions, we're disabling 0.5 with NO_COLOR but 1.0 is still enabled, fixed with #7735

@DaniPopes DaniPopes force-pushed the cargo-update branch 4 times, most recently from dc9b8f2 to 3738dc8 Compare April 22, 2024 09:55
    Updating git repository `https://github.com/alloy-rs/alloy`
    Updating git repository `https://github.com/paradigmxyz/evm-inspectors`
     Locking 23 packages to latest compatible versions
    Updating async-channel v2.2.0 -> v2.2.1
    Updating aurora-engine-modexp v1.0.0 -> v1.1.0
    Updating aws-smithy-http v0.60.7 -> v0.60.8
    Updating aws-smithy-runtime v1.3.0 -> v1.3.1
    Updating aws-smithy-xml v0.60.7 -> v0.60.8
    Updating cc v1.0.94 -> v1.0.95
    Updating chrono v0.4.37 -> v0.4.38
    Updating figment v0.10.16 -> v0.10.18
    Updating foundry-compilers v0.3.17 -> v0.3.18
    Updating hyper v1.2.0 -> v1.3.1
      Adding lzma-rs v0.3.0
    Updating prettyplease v0.2.17 -> v0.2.19
    Updating proc-macro2 v1.0.79 -> v1.0.81
    Updating reqwest v0.12.3 -> v0.12.4
    Updating serde v1.0.197 -> v1.0.198
    Updating serde_derive v1.0.197 -> v1.0.198
    Updating serde_json v1.0.115 -> v1.0.116
    Updating syn v2.0.58 -> v2.0.60
    Updating thiserror v1.0.58 -> v1.0.59
    Updating thiserror-impl v1.0.58 -> v1.0.59
    Updating toml_edit v0.22.9 -> v0.22.12
      Adding zip v1.1.0
    Updating zip_next v1.0.1 -> v1.1.1
note: pass `--verbose` to see 169 unchanged dependencies behind latest
@github-actions github-actions bot requested a review from klkvr as a code owner April 22, 2024 10:50
@DaniPopes DaniPopes merged commit 9f06a4a into master Apr 22, 2024
12 checks passed
@DaniPopes DaniPopes deleted the cargo-update branch April 22, 2024 10:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants