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): bump alloy-primitives from 0.8.0 to 0.8.2 #1761

Merged
merged 1 commit into from
Sep 9, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 9, 2024

Bumps alloy-primitives from 0.8.0 to 0.8.2.

Release notes

Sourced from alloy-primitives's releases.

alloy-core v0.8.2

Hotfix for no_std, which was broken accidentally in v0.8.1.

What's Changed

New Contributors

Full Changelog: alloy-rs/core@v0.8.1...v0.8.2

alloy-core v0.8.1

What's Changed

Full Changelog: alloy-rs/core@v0.8.0...v0.8.1

Changelog

Sourced from alloy-primitives's changelog.

0.8.2 - 2024-09-06

Bug Fixes

  • no_std and workflow (#727)

Documentation

  • [primitives] Document features in wrap_fixed_bytes-generated types (#726)

0.8.1 - 2024-09-06

Bug Fixes

  • [sol-type-parser] Winnow std error (#720)
  • Use quantity for v value (#715)

Dependencies

  • Bump MSRV to 1.79 (#712)
  • Revert "chore(deps): bump derive_more to 1.0"
  • [deps] Bump derive_more to 1.0

Miscellaneous Tasks

  • Release 0.8.1
  • Clippy
  • Use proc-macro-error2 (#723)

Performance

  • [primitives] Improve checksum algorithm (#713)

Refactor

  • Remove Signature generic (#719)

Testing

  • [sol] Add a test for custom paths
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [alloy-primitives](https://github.com/alloy-rs/core) from 0.8.0 to 0.8.2.
- [Release notes](https://github.com/alloy-rs/core/releases)
- [Changelog](https://github.com/alloy-rs/core/blob/main/CHANGELOG.md)
- [Commits](alloy-rs/core@v0.8.0...v0.8.2)

---
updated-dependencies:
- dependency-name: alloy-primitives
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 9, 2024
Copy link
Contributor

github-actions bot commented Sep 9, 2024

Valgrind Results:

==3928== Cachegrind, a cache and branch-prediction profiler
==3928== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3928== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3928== Command: target/release/snailtracer
==3928== 
--3928-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.823202983s
==3928== 
==3928== I   refs:      426,712,502
==3928== I1  misses:          3,156
==3928== LLi misses:          2,843
==3928== I1  miss rate:        0.00%
==3928== LLi miss rate:        0.00%
==3928== 
==3928== D   refs:      204,177,721  (132,370,351 rd   + 71,807,370 wr)
==3928== D1  misses:        342,298  (    202,369 rd   +    139,929 wr)
==3928== LLd misses:        137,703  (      4,396 rd   +    133,307 wr)
==3928== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3928== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3928== 
==3928== LL refs:           345,454  (    205,525 rd   +    139,929 wr)
==3928== LL misses:         140,546  (      7,239 rd   +    133,307 wr)
==3928== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 3237611 into main Sep 9, 2024
26 of 27 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/alloy-primitives-0.8.2 branch September 9, 2024 10:15
This was referenced Sep 9, 2024
This was referenced Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant