Skip to content

Commit 194c531

Browse files
committed
refactor: expect deprecation warning until new aes and rsa releases
1 parent 0551475 commit 194c531

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/authentication.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ impl Credentials {
6666
}
6767
}
6868

69-
#[allow(deprecated)]
69+
#[expect(deprecated)]
7070
pub fn with_blob(
7171
username: impl Into<String>,
7272
encrypted_blob: impl AsRef<[u8]>,

0 commit comments

Comments
 (0)