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-sol-macro from 0.7.5 to 0.7.6 #1530

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2024

Bumps alloy-sol-macro from 0.7.5 to 0.7.6.

Release notes

Sourced from alloy-sol-macro's releases.

alloy-core v0.7.6

What's Changed

Full Changelog: alloy-rs/core@v0.7.5...v0.7.6

Changelog

Sourced from alloy-sol-macro's changelog.

0.7.6 - 2024-06-10

Features

  • [primitives] Add additional common aliases (#654)
  • [primitives] Derive Arbitrary for Signature (#652)
  • [primitives] Implement ops::Not for fixed bytes (#650)
  • [sol-macro] Add return value names to simple getters (#648)

Miscellaneous Tasks

  • [docs] Add doc aliases for Tx prefixed names (#649)
  • Update changelog.sh
  • Fix CHANGELOG parsers for uppercase
Commits
  • 155f7cc chore: release 0.7.6
  • 4a258dc feat(primitives): add additional common aliases (#654)
  • d467a78 feat(primitives): derive Arbitrary for Signature (#652)
  • 72a8dd5 feat(primitives): implement ops::Not for fixed bytes (#650)
  • 5ef8d4c chore(docs): add doc aliases for Tx prefixed names (#649)
  • bf965fd chore: update changelog.sh
  • 8baa2fd feat(sol-macro): add return value names to simple getters (#648)
  • 9d5c39f chore: fix CHANGELOG parsers for uppercase
  • See full diff in compare view

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-sol-macro](https://github.com/alloy-rs/core) from 0.7.5 to 0.7.6.
- [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.7.5...v0.7.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2024
Copy link
Contributor

Valgrind Results:

==3975== Cachegrind, a cache and branch-prediction profiler
==3975== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3975== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3975== Command: target/release/snailtracer
==3975== 
--3975-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.859851803s
==3975== 
==3975== I   refs:      427,033,931
==3975== I1  misses:          3,225
==3975== LLi misses:          2,797
==3975== I1  miss rate:        0.00%
==3975== LLi miss rate:        0.00%
==3975== 
==3975== D   refs:      204,074,874  (132,267,392 rd   + 71,807,482 wr)
==3975== D1  misses:        341,916  (    202,027 rd   +    139,889 wr)
==3975== LLd misses:        137,548  (      4,324 rd   +    133,224 wr)
==3975== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==3975== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==3975== 
==3975== LL refs:           345,141  (    205,252 rd   +    139,889 wr)
==3975== LL misses:         140,345  (      7,121 rd   +    133,224 wr)
==3975== LL miss rate:          0.0% (        0.0%     +        0.2%  )

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/cargo/alloy-sol-macro-0.7.6 branch June 17, 2024 11:53
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.

0 participants