From 2e04e80c1cd0ad420c3c11e099923a06bbdfc54a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 29 Mar 2025 18:16:44 +0000 Subject: [PATCH] Update Rust crate foreign-types-shared to 0.3.1 --- 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 b8192f7..a1709d5 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -14,7 +14,7 @@ thiserror = "2.0.3" 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.1" asn1 = "0.21" actix-web = { version = "4", features = ["openssl"] } futures = "0.3.31"