File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,8 +61,8 @@ x509-tsp = { path = "./x509-tsp" }
6161x509-cert = { path = " ./x509-cert" }
6262x509-ocsp = { path = " ./x509-ocsp" }
6363
64- # RSA: refactor: use RsaPublicKeyRef instead of RsaPublicKey from RustCrypto/formats - #706
65- rsa = { git = " https://github.com/RustCrypto /RSA.git" , rev = " dc89967d5acf570f35375a9eb9151380fabd2f28 " }
64+ # RSA: refactor: use *Ref (or *Owned) der types from RustCrypto/formats - #706
65+ rsa = { git = " https://github.com/dishmaker /RSA.git" , rev = " bf83f5541c4260ec7295c92fe6d0f7fe9ae4972a " }
6666
6767
6868[workspace .lints .clippy ]
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ impl<U> PemLabel for RsaPrivateKey<U> {
254254#[ derive( Clone ) ]
255255#[ non_exhaustive]
256256pub struct OtherPrimeInfos < U > {
257- _lifetime : core:: marker:: PhantomData < U > ,
257+ _marker : core:: marker:: PhantomData < U > ,
258258}
259259
260260#[ cfg( not( feature = "alloc" ) ) ]
You can’t perform that action at this time.
0 commit comments