bluealloy / revm

Rust implementation of the Ethereum Virtual Machine.
https://bluealloy.github.io/revm/
MIT License
1.64k stars 551 forks source link

chore(deps): bump tokio from 1.39.2 to 1.40.0 #1739

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps tokio from 1.39.2 to 1.40.0.

Release notes

Sourced from tokio's releases.

Tokio v1.40.0

1.40.0 (August 30th, 2024)

Added

  • io: add util::SimplexStream (#6589)
  • process: stabilize Command::process_group (#6731)
  • sync: add {TrySendError,SendTimeoutError}::into_inner (#6755)
  • task: add JoinSet::join_all (#6784)

Added (unstable)

  • runtime: add Builder::{on_task_spawn, on_task_terminate} (#6742)

Changed

  • io: use vectored io for write_all_buf when possible (#6724)
  • runtime: prevent niche-optimization to avoid triggering miri (#6744)
  • sync: mark mpsc types as UnwindSafe (#6783)
  • sync,time: make Sleep and BatchSemaphore instrumentation explicit roots (#6727)
  • task: use NonZeroU64 for task::Id (#6733)
  • task: include panic message when printing JoinError (#6753)
  • task: add #[must_use] to JoinHandle::abort_handle (#6762)
  • time: eliminate timer wheel allocations (#6779)

Documented

  • docs: clarify that [build] section doesn't go in Cargo.toml (#6728)
  • io: clarify zero remaining capacity case (#6790)
  • macros: improve documentation for select! (#6774)
  • sync: document mpsc channel allocation behavior (#6773)

#6589: tokio-rs/tokio#6589 #6724: tokio-rs/tokio#6724 #6727: tokio-rs/tokio#6727 #6728: tokio-rs/tokio#6728 #6731: tokio-rs/tokio#6731 #6733: tokio-rs/tokio#6733 #6742: tokio-rs/tokio#6742 #6744: tokio-rs/tokio#6744 #6753: tokio-rs/tokio#6753 #6755: tokio-rs/tokio#6755 #6762: tokio-rs/tokio#6762 #6773: tokio-rs/tokio#6773 #6774: tokio-rs/tokio#6774 #6779: tokio-rs/tokio#6779 #6783: tokio-rs/tokio#6783 #6784: tokio-rs/tokio#6784 #6790: tokio-rs/tokio#6790

... (truncated)

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 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)
github-actions[bot] commented 2 months ago

Valgrind Results:

==4022== Cachegrind, a cache and branch-prediction profiler
==4022== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==4022== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==4022== Command: target/release/snailtracer
==4022== 
--4022-- warning: L3 cache found, using its data for the LL simulation.
Running snailtracer example!
elapsed: 1.851349106s
==4022== 
==4022== I   refs:      427,439,568
==4022== I1  misses:          3,114
==4022== LLi misses:          2,840
==4022== I1  miss rate:        0.00%
==4022== LLi miss rate:        0.00%
==4022== 
==4022== D   refs:      203,986,961  (132,176,039 rd   + 71,810,922 wr)
==4022== D1  misses:        342,049  (    202,068 rd   +    139,981 wr)
==4022== LLd misses:        137,713  (      4,398 rd   +    133,315 wr)
==4022== D1  miss rate:         0.2% (        0.2%     +        0.2%  )
==4022== LLd miss rate:         0.1% (        0.0%     +        0.2%  )
==4022== 
==4022== LL refs:           345,163  (    205,182 rd   +    139,981 wr)
==4022== LL misses:         140,553  (      7,238 rd   +    133,315 wr)
==4022== LL miss rate:          0.0% (        0.0%     +        0.2%  )