Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps anyhow from 1.0.88 to 1.0.89.

Release notes

Sourced from anyhow's releases.

1.0.89

  • Make anyhow::Error's UnwindSafe and RefUnwindSafe impl consistently available between versions of Rust newer and older than 1.72 (#386)
Commits
  • 9d3fb6d Release 1.0.89
  • 830c399 Merge pull request #386 from dtolnay/unwindsafe
  • 8454be3 Ensure UnwindSafe even with "backtrace" feature enabled and old Rust
  • a85e414 Add more autotraits tests
  • 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 [anyhow](https://github.com/dtolnay/anyhow) from 1.0.88 to 1.0.89.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.88...1.0.89)

---
updated-dependencies:
- dependency-name: anyhow
  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 Sep 16, 2024
Copy link
Contributor

Valgrind Results:

==3905== Cachegrind, a cache and branch-prediction profiler
==3905== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3905== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3905== Command: target/release/snailtracer
==3905== 
--3905-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
thread 'main' panicked at /home/runner/work/revm/revm/crates/revm/src/builder.rs:314:39:
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
==3905== 
==3905== I   refs:      1,444,779
==3905== I1  misses:        2,226
==3905== LLi misses:        2,126
==3905== I1  miss rate:      0.15%
==3905== LLi miss rate:      0.15%
==3905== 
==3905== D   refs:        484,614  (311,539 rd   + 173,075 wr)
==3905== D1  misses:        5,633  (  3,936 rd   +   1,697 wr)
==3905== LLd misses:        4,184  (  2,680 rd   +   1,504 wr)
==3905== D1  miss rate:       1.2% (    1.3%     +     1.0%  )
==3905== LLd miss rate:       0.9% (    0.9%     +     0.9%  )
==3905== 
==3905== LL refs:           7,859  (  6,162 rd   +   1,697 wr)
==3905== LL misses:         6,310  (  4,806 rd   +   1,504 wr)
==3905== LL miss rate:        0.3% (    0.3%     +     0.9%  )

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