From 8cdefb80a4190c7486f3e038e097b1526c5dd34c Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Mon, 21 Oct 2024 00:20:11 +0000 Subject: [PATCH] Update Rust crate foreign-types-shared to 0.3.0 --- central_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index 36cd1f2..c04ef40 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -14,7 +14,7 @@ thiserror = "1.0.64" openssl = { version = "0.10.66" } openssl-sys = "0.9.102" libc = "0.2.159" -foreign-types-shared = "0.1.1" +foreign-types-shared = "0.3.0" asn1 = "0.17" actix-web = { version = "4", features = ["openssl"] } futures = "0.3.31" -- 2.45.2