Skip to content

Commit 7620812

Browse files
committed
rust: update deps with cargo-update
Suppress deprecation warnings in quick/crypto.rs until we're able to upgrade GenericArray.
1 parent 03225a3 commit 7620812

2 files changed

Lines changed: 55 additions & 52 deletions

File tree

rust/Cargo.lock.in

Lines changed: 52 additions & 52 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/src/quic/crypto.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
* 02110-1301, USA.
1616
*/
1717

18+
// For now suppress deprecation warning from GenericArray.
19+
#![allow(deprecated)]
20+
1821
use aes::cipher::generic_array::GenericArray;
1922
use aes::cipher::{BlockEncrypt, KeyInit};
2023
use aes::Aes128;

0 commit comments

Comments
 (0)