ramosbugs / oauth2-rs

Extensible, strongly-typed Rust OAuth2 client library
Apache License 2.0
939 stars 163 forks source link

sha2: bump to pre-release 0.11.0-pre.3 #251

Open baloo opened 9 months ago

ramosbugs commented 9 months ago

is there a vulnerability or something that justifies bumping the dependency to a pre-release version?

baloo commented 9 months ago

No, sorry for the noise. This is mostly because I want to experiment with the new api provided by the upcoming versions of rustcrypto.

oauth2-rs and openidconnect are dependencies of my code, and I need all dependencies to align.