From 5e914a1f6e4a7dc94c6018cc8a11400ef537a79c Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Sat, 26 Oct 2024 00:10:09 +0000 Subject: [PATCH] Update Rust crate asn1 to 0.18 --- central_backend/Cargo.lock | 8 ++++---- central_backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index 6b200ff..5cf71e3 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -498,18 +498,18 @@ checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8" [[package]] name = "asn1" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "147a10032de7d9e6f21c3f1cb1c9c0f94cf30ef67f38310588fe6cfa53e0d3f0" +checksum = "3522623dbb7db59b34439c022ab0445a0257a62ad20d499da3a3507394708559" dependencies = [ "asn1_derive", ] [[package]] name = "asn1_derive" -version = "0.17.0" +version = "0.18.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3df30ecdcaf8338675a1413460a1b11df89789e1fcc6a10dc52f6e38b6982aa2" +checksum = "da79157fc864ed738b596d622929466c68ed48371f17a5f05e329880420a160d" dependencies = [ "proc-macro2", "quote", diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 36cd1f2..0c55ce9 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -15,7 +15,7 @@ openssl = { version = "0.10.66" } openssl-sys = "0.9.102" libc = "0.2.159" foreign-types-shared = "0.1.1" -asn1 = "0.17" +asn1 = "0.18" actix-web = { version = "4", features = ["openssl"] } futures = "0.3.31" serde = { version = "1.0.210", features = ["derive"] } -- 2.45.2