Skip to content

Bump RustCrypto dependencies and move them to the workspace Cargo.toml#96

Open
a7g4 wants to merge 1 commit intoRustCrypto:masterfrom
a7g4:dep_bump
Open

Bump RustCrypto dependencies and move them to the workspace Cargo.toml#96
a7g4 wants to merge 1 commit intoRustCrypto:masterfrom
a7g4:dep_bump

Conversation

@a7g4
Copy link
Copy Markdown

@a7g4 a7g4 commented Mar 10, 2026

I started working on the JWT stuff for #24

Step 1 for me was to bump all the versions of RustCrypto dependencies, rand etc.

Questions:

  • I moved them all to the top level Cargo.toml for the workspace because it was easier for me to manage but let me know if I should undo that.
  • I also changed the elliptic-curves dependencies to point at crates.io instead of GitHub. I can also undo that but it feels weird to me to have elliptic-curves pull from crates.io and other crates (from the same repo) pull from git directly. I think they should all pull from the same place (all from the GitHub repo or all from crates.io)

@a7g4 a7g4 force-pushed the dep_bump branch 2 times, most recently from 2becae1 to ace9ec2 Compare March 10, 2026 05:23
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.

1 participant