From a458f766b303d1dde0b4dc8b5d96cc3b837c3925 Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Mon, 29 Apr 2024 00:05:16 +0000 Subject: [PATCH] Update Rust crate serde_with to 3.8.1 --- rust/Cargo.lock | 8 ++++---- rust/sea_battle_backend/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 76b7c10..b7b6424 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1830,9 +1830,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.8.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2c85f8e96d1d6857f13768fcbd895fcb06225510022a2774ed8b5150581847b0" +checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20" dependencies = [ "base64 0.22.0", "chrono", @@ -1848,9 +1848,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.8.0" +version = "3.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8b3a576c4eb2924262d5951a3b737ccaf16c931e39a2810c36f9a7e25575557" +checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2" dependencies = [ "darling", "proc-macro2", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index a1d5fb0..44237cc 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -24,7 +24,7 @@ actix-web-actors = "4.3.0" actix-rt = "2.9.0" uuid = { version = "1.8.0", features = ["v4"] } rand = "0.8.5" -serde_with = "3.8.0" +serde_with = "3.8.1" tokio = { version = "1", features = ["full"] } semver = "1.0.22"