rust-libp2p icon indicating copy to clipboard operation
rust-libp2p copied to clipboard

build(deps): Update p256 requirement from 0.10.0 to 0.11.0

Open dependabot[bot] opened this issue 3 years ago • 2 comments

Updates the requirements on p256 to permit the latest version.

Commits

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 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)

dependabot[bot] avatar May 10 '22 08:05 dependabot[bot]

@dependabot rebase

mxinden avatar May 11 '22 11:05 mxinden

Depends on a new version of chacha20poly1305, namely v0.10.0. v0.9.0 depends on zeroize <1.5.

https://github.com/RustCrypto/AEADs/blob/e13da9c77aa754abe1a2c91b34e6b22ec1eece8b/chacha20poly1305/Cargo.toml#L25

mxinden avatar May 11 '22 14:05 mxinden

@dependabot rebase

elenaf9 avatar Aug 22 '22 11:08 elenaf9

Depends on a new version of chacha20poly1305, namely v0.10.0. v0.9.0 depends on zeroize <1.5.

https://github.com/RustCrypto/AEADs/blob/e13da9c77aa754abe1a2c91b34e6b22ec1eece8b/chacha20poly1305/Cargo.toml#L25

@mxinden Do you more insights into what the current status is here / what we can do to fix this? Seems like this is causes errors like #2833.

elenaf9 avatar Aug 22 '22 11:08 elenaf9

Looks like chacha20poly1305 v0.10.0 was released some days ago, thus we can move forward here. Thanks for the ping @elenaf9.

https://crates.io/crates/chacha20poly1305/versions

mxinden avatar Aug 23 '22 06:08 mxinden

Tagged and published.

mxinden avatar Aug 23 '22 07:08 mxinden