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'