Skip to content

chore(deps): bump secp256k1 from 0.29.0 to 0.29.1#1770

Merged
rakita merged 1 commit intomainfrom
dependabot/cargo/secp256k1-0.29.1
Sep 18, 2024
Merged

chore(deps): bump secp256k1 from 0.29.0 to 0.29.1#1770
rakita merged 1 commit intomainfrom
dependabot/cargo/secp256k1-0.29.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps secp256k1 from 0.29.0 to 0.29.1.

Changelog

Sourced from secp256k1's changelog.

0.29.1 - 2024-09-06

  • Deprecate hashes reexport

    Because the reexport can have any of the incompatible versions using it is prone to breakage. The bitcoin_hashes crate is not used in our API anyway, so you should just depend on it yourself using a version range that's appropriate for your crate.

  • Fix version range of the bitcoin_hashes crate.

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 [secp256k1](https://github.com/rust-bitcoin/rust-secp256k1) from 0.29.0 to 0.29.1.
- [Changelog](https://github.com/rust-bitcoin/rust-secp256k1/blob/secp256k1-0.29.1/CHANGELOG.md)
- [Commits](rust-bitcoin/rust-secp256k1@secp256k1-0.29.0...secp256k1-0.29.1)

---
updated-dependencies:
- dependency-name: secp256k1
  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
@github-actions
Copy link
Copy Markdown
Contributor

Valgrind Results:

==3936== Cachegrind, a cache and branch-prediction profiler
==3936== Copyright (C) 2002-2017, and GNU GPL'd, by Nicholas Nethercote et al.
==3936== Using Valgrind-3.18.1 and LibVEX; rerun with -h for copyright info
==3936== Command: target/release/snailtracer
==3936== 
--3936-- 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
==3936== 
==3936== I   refs:      1,444,756
==3936== I1  misses:        2,223
==3936== LLi misses:        2,123
==3936== I1  miss rate:      0.15%
==3936== LLi miss rate:      0.15%
==3936== 
==3936== D   refs:        484,613  (311,538 rd   + 173,075 wr)
==3936== D1  misses:        5,627  (  3,929 rd   +   1,698 wr)
==3936== LLd misses:        4,181  (  2,679 rd   +   1,502 wr)
==3936== D1  miss rate:       1.2% (    1.3%     +     1.0%  )
==3936== LLd miss rate:       0.9% (    0.9%     +     0.9%  )
==3936== 
==3936== LL refs:           7,850  (  6,152 rd   +   1,698 wr)
==3936== LL misses:         6,304  (  4,802 rd   +   1,502 wr)
==3936== LL miss rate:        0.3% (    0.3%     +     0.9%  )

@rakita rakita merged commit 9b43aa1 into main Sep 18, 2024
@dependabot dependabot bot deleted the dependabot/cargo/secp256k1-0.29.1 branch September 18, 2024 09:21
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