Skip to content

Maintenance update: Updated external dependendencies, bumpted version to V0.6.3 #60

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

MathJud
Copy link
Contributor

@MathJud MathJud commented Oct 26, 2024

All dependencies were updated to their most recent version:

  • noise-protocol: 0.2.0 -> 0.2.1
  • noise-rust-crypto: 0.6.2 -> 0.6.3

The versions have been bumped as follow:

  • noise-protocol
    • arrayvec: 0.7.4 -> 0.7.6
  • noise-rust-crypto
    • x25519-dalek: 2.0.0 -> 2.0.1
  • vectors
    • lazy_static: 1.4 -> 1.5
    • rayon: 1.7 -> 1.10
    • regex: 1.7 -> 1.11

The CHANGELOG file has been updated accordingly.

@blckngm
Copy link
Owner

blckngm commented Nov 18, 2024

Is this really necessary? All the versions are still compatible (with what we required) right?

@MathJud
Copy link
Contributor Author

MathJud commented Nov 22, 2024

Yes, the compatibility is no problem.
My project is depending from other libraries that also include x25519-dalek version 2.0.1
It would be good to keep the crypto related libraries up to date, and to have the same version in both libraries.

@blckngm
Copy link
Owner

blckngm commented Nov 25, 2024

You should be able to use x25519-dalek version 2.0.1 with noise-rust-crypto already, no need to update noise-rust-crypto for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants