From 91bd63c078793b59a1e45fc134378c062055058c Mon Sep 17 00:00:00 2001 From: "mend-5034428[bot]" Date: Wed, 16 Oct 2024 18:19:38 +0000 Subject: [PATCH] Update Rust crate bincode to 1.3.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b91987e..9c93619 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ edition = '2021' [dependencies] actix-web = '4.3' anyhow = '1.0' -bincode = '1.3' +bincode = '1.3.3' compression = '0.1' dogstatsd = '0.7' futures = '0.3'