RustCrypto / PAKEs

Password-Authenticated Key Agreement protocols
106 stars 35 forks source link

Bump `digest`, `sha-1`, and `sha2` dependencies to v0.9 #35

Closed masihyeganeh closed 4 years ago

masihyeganeh commented 4 years ago

Fixes #20 and #34

masihyeganeh commented 4 years ago

@tarcieri I'm not sure how to do it. There is no such thing in .travis.yml Let me know how and I'll do it fast.

For anyone waiting for this PR to merge, you can use my fork for now, and switch back to main repo when it is merged:

srp = { git = "https://github.com/masihyeganeh/PAKEs", branch = "patch-2" }
tarcieri commented 4 years ago

@masihyeganeh I made a PR to bump MSRV: #36

Edit: #36 is merged. Try rebasing and it should pass

masihyeganeh commented 4 years ago

I think I f'ed it up! :|

tarcieri commented 4 years ago

@masihyeganeh try:

$ git checkout patch-2
$ git reset --hard 84877d0
$ git rebase master
$ git push -f