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 anyhow from 1.0.79 to 1.0.80 #1108

Merged
merged 1 commit into from
Feb 20, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2024

Bumps anyhow from 1.0.79 to 1.0.80.

Release notes

Sourced from anyhow's releases.

1.0.80

  • Fix unused_imports warnings when compiled by rustc 1.78
Commits
  • 5443719 Release 1.0.80
  • dfc7bc0 Work around prelude redundant import warnings
  • 6e4f86b Import from alloc not std, where possible
  • f885a13 Ignore incompatible_msrv clippy false positives in test
  • fefbcbc Ignore incompatible_msrv clippy lint
  • 78f2d81 Update ui test suite to nightly-2024-02-08
  • edd88d3 Update ui test suite to nightly-2024-01-31
  • 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.79 to 1.0.80.
- [Release notes](https://github.com/dtolnay/anyhow/releases)
- [Commits](dtolnay/anyhow@1.0.79...1.0.80)

---
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 Feb 20, 2024
Copy link
Contributor

Valgrind Results:

==4073== Cachegrind, a cache and branch-prediction profiler
==4073== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4073== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4073== Command: target/release/snailtracer
==4073== 
--4073-- warning: L3 cache found, using its data for the LL simulation.
Snailtracer Host+Interpreter benchmark (2.0s) ...            not enough samples
==4073== 
==4073== I   refs:      471,785,689
==4073== I1  misses:          5,855
==4073== LLi misses:          2,903
==4073== I1  miss rate:        0.00%
==4073== LLi miss rate:        0.00%
==4073== 
==4073== D   refs:      229,164,272  (152,345,983 rd   + 76,818,289 wr)
==4073== D1  misses:        350,948  (    210,668 rd   +    140,280 wr)
==4073== LLd misses:        137,578  (      4,054 rd   +    133,524 wr)
==4073== D1  miss rate:         0.2% (        0.1%     +        0.2%  )
==4073== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4073== 
==4073== LL refs:           356,803  (    216,523 rd   +    140,280 wr)
==4073== LL misses:         140,481  (      6,957 rd   +    133,524 wr)
==4073== LL miss rate:          0.0% (        0.0%     +        0.2%  )

@rakita rakita merged commit 4dd15a0 into main Feb 20, 2024
24 of 25 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/anyhow-1.0.80 branch February 20, 2024 10:32
@github-actions github-actions bot mentioned this pull request Feb 20, 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