Skip to content

Conversation

@github-actions
Copy link

@github-actions github-actions bot commented Jun 22, 2025

Automation to keep dependencies in Cargo.lock current.

cargo update log

    Updating git repository `https://github.com/rust-cli/rexpect`
    Updating git repository `https://github.com/paradigmxyz/solar.git`
    Skipping git submodule `https://github.com/argotorg/solidity.git` due to update strategy in .gitmodules
     Locking 39 packages to latest compatible versions
    Updating alloy-eip2930 v0.2.1 -> v0.2.3
    Updating alloy-eip7702 v0.6.1 -> v0.6.3
    Updating alloy-evm v0.23.1 -> v0.23.2
    Updating alloy-hardforks v0.4.2 -> v0.4.4
    Updating alloy-op-evm v0.23.1 -> v0.23.2
    Updating alloy-op-hardforks v0.4.2 -> v0.4.4
   Unchanged annotate-snippets v0.12.5 (available: v0.12.8)
    Updating aws-credential-types v1.2.8 -> v1.2.9
    Updating aws-runtime v1.5.13 -> v1.5.14
    Updating aws-sdk-kms v1.92.0 -> v1.94.0
    Updating aws-sdk-sso v1.88.0 -> v1.89.0
    Updating aws-sdk-ssooidc v1.90.0 -> v1.91.0
    Updating aws-sdk-sts v1.90.0 -> v1.91.0
      Adding borsh v1.5.7
      Adding borsh-derive v1.5.7
    Updating cc v1.2.44 -> v1.2.45
    Updating erased-serde v0.4.8 -> v0.4.9
   Unchanged icu_collections v2.0.0 (available: v2.1.1)
   Unchanged icu_normalizer v2.0.1 (available: v2.1.1)
   Unchanged icu_normalizer_data v2.0.0 (available: v2.1.1)
   Unchanged icu_properties v2.0.2 (available: v2.1.1)
   Unchanged icu_properties_data v2.0.1 (available: v2.1.1)
   Unchanged idna_adapter v1.1.0 (available: v1.2.1)
    Updating iri-string v0.7.8 -> v0.7.9
    Updating jiff v0.2.15 -> v0.2.16
    Updating jiff-static v0.2.15 -> v0.2.16
   Unchanged matchit v0.8.4 (available: v0.8.6)
    Updating newtype-uuid v1.3.1 -> v1.3.2
    Updating op-revm v12.0.0 -> v12.0.1
   Unchanged protobuf v3.3.0 (available: v3.7.2)
   Unchanged protobuf-support v3.3.0 (available: v3.7.2)
    Updating quote v1.0.41 -> v1.0.42
   Unchanged rand v0.8.5 (available: v0.9.2)
    Updating revm v31.0.0 -> v31.0.1
    Updating revm-bytecode v7.1.0 -> v7.1.1
    Updating revm-context v11.0.0 -> v11.0.1
    Updating revm-context-interface v12.0.0 -> v12.0.1
    Updating revm-database v9.0.3 -> v9.0.4
    Updating revm-database-interface v8.0.4 -> v8.0.5
    Updating revm-handler v12.0.0 -> v12.0.1
    Updating revm-inspector v12.0.0 -> v12.0.1
    Updating revm-interpreter v29.0.0 -> v29.0.1
    Updating revm-precompile v29.0.0 -> v29.0.1
    Updating revm-primitives v21.0.1 -> v21.0.2
    Updating revm-state v8.1.0 -> v8.1.1
    Updating rustls v0.23.34 -> v0.23.35
    Updating schemars v1.0.4 -> v1.1.0
    Updating schemars_derive v1.0.4 -> v1.1.0
    Updating syn v2.0.108 -> v2.0.109
    Updating tokio-util v0.7.16 -> v0.7.17
   Unchanged trezor-client v0.1.4 (available: v0.1.5)
   Unchanged unicode-width v0.2.0 (available: v0.2.2)
   Unchanged vergen v8.3.2 (available: v9.0.6)
note: to see how you depend on a package, run `cargo tree --invert <dep>@<ver>`

@github-actions github-actions bot force-pushed the cargo-update branch 2 times, most recently from 9a423f2 to b772d81 Compare July 6, 2025 01:39
@github-actions github-actions bot force-pushed the cargo-update branch 2 times, most recently from c0e66c7 to 010a423 Compare August 10, 2025 01:43
DeVikingMark pushed a commit that referenced this pull request Aug 15, 2025
* add lint cmd, variable lints

* wip

* wip

* wip

* wip

* wip

* wip

* add keccak256 opt test

* wip

* wip

* wip

* wip

* fix div before mul

* update lint args

* wip

* update declare lints macro

* update with_severity

* configure linter

* wip

* update hash value

* fix read in source

* rayon

* reorder lint declarations

* clippy

* add placeholder for additional lints

* more placeholders

* wip

* wip

* refactor into sol linter

* impl Linter for SolidityLinter

* fmt

* wip

* wip

* refactor lints into SolLint enum

* update lint trait

* wip

* wip

* wip

* wip

* wip

* update lint

* update forge lint to use ProjectLinter

* wip

* include/exclude files from linting

* linter output display note

* configure with severity and description

* fmt

* implementing display

* wip

* wip

* implement display for linter output, clippy fixes

* add note to update colors

* update linter output display

* remove todos, clean up comments

* clean up display

* update med finding color

* add optional help message

* display help message

* simplify lint args, make severity configurable

* updating lints, update tests

* add tests for info patterns, fix regex

* remove function mixed case

* doc comments

* clippy

* fmt

* reorganize, crate level docs

* fix info lints

* Use Solar daignostics instead of `LinterOutput` (foundry-rs#6)

* use solar diagnostics, remove unneeded types

* update diagnostic emission

* clippy

* set track daignostics to false

* display help message

* set level according to severity

* update descriptions to be more concise

* removed LinterError from lint trait

* early pass + tests

* fix: fmt + clippy

* fix: fmt + clippy

* fix: fmt + clippy

* fix: fmt + clippy

* fix: feedback

* fix: feedback

* fix: regex

Co-authored-by: zerosnacks <[email protected]>

* tests: cli integration

* fix: broken test

* fix: fmt

Co-authored-by: DaniPopes <[email protected]>

* style: naming

Co-authored-by: DaniPopes <[email protected]>

* style: fmt

Co-authored-by: DaniPopes <[email protected]>

* fix: use heck + individual lint macros + housekeeping

* fix: single session with parallel linting per file

* style: fix docs errors + typos

* docs: ref to deleted field

* fix: preprocessor regression + cargo.toml + default lint config tests

* test(forge): solar test runner (#2)

* style: clippy

* typo

Co-authored-by: DaniPopes <[email protected]>

* fix: housekeeping

* docs: linter docs for users + devs

* docs: style

* docs: style

* clone lint testdata with lf

* fix: out dir constructor

* update toml

* fix: merge conflicts

* fix: cargo.lock merge conflicts

* style: clippy

* style: whitespace

* fix: clippy

* Cargo.lock update to weekly task

* Preserve alloy patch placeholders

* Clippy

---------

Co-authored-by: 0xKitsune <[email protected]>
Co-authored-by: 0xKitsune <[email protected]>
Co-authored-by: zerosnacks <[email protected]>
Co-authored-by: DaniPopes <[email protected]>
Co-authored-by: grandizzy <[email protected]>
Co-authored-by: grandizzy <[email protected]>
@github-actions github-actions bot force-pushed the cargo-update branch 2 times, most recently from ea86938 to f6f70e7 Compare August 24, 2025 01:27
@github-actions github-actions bot force-pushed the cargo-update branch 2 times, most recently from 1db6069 to b88411d Compare September 7, 2025 01:20
@github-actions github-actions bot force-pushed the cargo-update branch 2 times, most recently from aecaa22 to cd140ef Compare October 5, 2025 01:22
@github-actions github-actions bot force-pushed the cargo-update branch 2 times, most recently from eec27eb to 5b54660 Compare October 26, 2025 01:23
    Updating git repository `https://github.com/rust-cli/rexpect`
    Updating git repository `https://github.com/paradigmxyz/solar.git`
    Skipping git submodule `https://github.com/argotorg/solidity.git` due to update strategy in .gitmodules
     Locking 39 packages to latest compatible versions
    Updating alloy-eip2930 v0.2.1 -> v0.2.3
    Updating alloy-eip7702 v0.6.1 -> v0.6.3
    Updating alloy-evm v0.23.1 -> v0.23.2
    Updating alloy-hardforks v0.4.2 -> v0.4.4
    Updating alloy-op-evm v0.23.1 -> v0.23.2
    Updating alloy-op-hardforks v0.4.2 -> v0.4.4
   Unchanged annotate-snippets v0.12.5 (available: v0.12.8)
    Updating aws-credential-types v1.2.8 -> v1.2.9
    Updating aws-runtime v1.5.13 -> v1.5.14
    Updating aws-sdk-kms v1.92.0 -> v1.94.0
    Updating aws-sdk-sso v1.88.0 -> v1.89.0
    Updating aws-sdk-ssooidc v1.90.0 -> v1.91.0
    Updating aws-sdk-sts v1.90.0 -> v1.91.0
      Adding borsh v1.5.7
      Adding borsh-derive v1.5.7
    Updating cc v1.2.44 -> v1.2.45
    Updating erased-serde v0.4.8 -> v0.4.9
   Unchanged icu_collections v2.0.0 (available: v2.1.1)
   Unchanged icu_normalizer v2.0.1 (available: v2.1.1)
   Unchanged icu_normalizer_data v2.0.0 (available: v2.1.1)
   Unchanged icu_properties v2.0.2 (available: v2.1.1)
   Unchanged icu_properties_data v2.0.1 (available: v2.1.1)
   Unchanged idna_adapter v1.1.0 (available: v1.2.1)
    Updating iri-string v0.7.8 -> v0.7.9
    Updating jiff v0.2.15 -> v0.2.16
    Updating jiff-static v0.2.15 -> v0.2.16
   Unchanged matchit v0.8.4 (available: v0.8.6)
    Updating newtype-uuid v1.3.1 -> v1.3.2
    Updating op-revm v12.0.0 -> v12.0.1
   Unchanged protobuf v3.3.0 (available: v3.7.2)
   Unchanged protobuf-support v3.3.0 (available: v3.7.2)
    Updating quote v1.0.41 -> v1.0.42
   Unchanged rand v0.8.5 (available: v0.9.2)
    Updating revm v31.0.0 -> v31.0.1
    Updating revm-bytecode v7.1.0 -> v7.1.1
    Updating revm-context v11.0.0 -> v11.0.1
    Updating revm-context-interface v12.0.0 -> v12.0.1
    Updating revm-database v9.0.3 -> v9.0.4
    Updating revm-database-interface v8.0.4 -> v8.0.5
    Updating revm-handler v12.0.0 -> v12.0.1
    Updating revm-inspector v12.0.0 -> v12.0.1
    Updating revm-interpreter v29.0.0 -> v29.0.1
    Updating revm-precompile v29.0.0 -> v29.0.1
    Updating revm-primitives v21.0.1 -> v21.0.2
    Updating revm-state v8.1.0 -> v8.1.1
    Updating rustls v0.23.34 -> v0.23.35
    Updating schemars v1.0.4 -> v1.1.0
    Updating schemars_derive v1.0.4 -> v1.1.0
    Updating syn v2.0.108 -> v2.0.109
    Updating tokio-util v0.7.16 -> v0.7.17
   Unchanged trezor-client v0.1.4 (available: v0.1.5)
   Unchanged unicode-width v0.2.0 (available: v0.2.2)
   Unchanged vergen v8.3.2 (available: v9.0.6)
note: to see how you depend on a package, run `cargo tree --invert <dep>@<ver>`
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.

2 participants