From db76f470cd65a1d83669033f694a2f080bb99e1e Mon Sep 17 00:00:00 2001 From: Manuel Quarneti Date: Wed, 8 Oct 2025 18:32:37 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nod/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nod/Cargo.toml b/nod/Cargo.toml index b64f22c..e35817f 100644 --- a/nod/Cargo.toml +++ b/nod/Cargo.toml @@ -25,11 +25,11 @@ openssl-vendored = ["openssl", "openssl/vendored"] [dependencies] adler = { version = "1.0", optional = true } -aes = "0.9.0-rc.0" +aes = "0.9.0-rc.1" base16ct = "0.2" bytes = "1.10" bzip2 = { version = "0.6", features = ["static"], optional = true } -cbc = "0.2.0-rc.0" +cbc = "0.2.0-rc.1" crc32fast = "1.5" crossbeam-channel = "0.5" crossbeam-utils = "0.8"