Skip to content

Commit adf5efa

Browse files
committed
bump RSA patch git commit rev
1 parent db210a5 commit adf5efa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ x509-tsp = { path = "./x509-tsp" }
6161
x509-cert = { path = "./x509-cert" }
6262
x509-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]

pkcs1/src/private_key.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ impl<U> PemLabel for RsaPrivateKey<U> {
254254
#[derive(Clone)]
255255
#[non_exhaustive]
256256
pub struct OtherPrimeInfos<U> {
257-
_lifetime: core::marker::PhantomData<U>,
257+
_marker: core::marker::PhantomData<U>,
258258
}
259259

260260
#[cfg(not(feature = "alloc"))]

0 commit comments

Comments
 (0)