From 2d859ce0a8af47cf72debfaa5a1efc3e92a2ea81 Mon Sep 17 00:00:00 2001 From: renovate Date: Tue, 13 May 2025 02:01:43 +0000 Subject: [PATCH] fix(deps): update rust crate bincode to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 49f1f83..012418f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ actix-http = "3.0.4" actix-rt = "2" actix-web = "4.0.1" actix-files = "0.6.6" -bincode = "1.3.3" +bincode = "2.0.0" chrono = "0.4.23" config = "0.13" derive_more = "0.99" -- 2.47.2