From f653c993fe1bb9b7f81d57bc76580296573a3cec Mon Sep 17 00:00:00 2001 From: Pierre Hubert Date: Sun, 21 Jan 2024 00:33:12 +0000 Subject: [PATCH] Update Rust crate serde_with to 3.5.0 --- 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 c1f92a5..cbab541 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1851,9 +1851,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "64cd236ccc1b7a29e7e2739f27c0b2dd199804abc4290e32f59f3b68d6405c23" +checksum = "f58c3a1b3e418f61c25b2aeb43fc6c95eaa252b8cecdda67f401943e9e08d33f" dependencies = [ "base64", "chrono", @@ -1868,9 +1868,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.4.0" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "93634eb5f75a2323b16de4748022ac4297f9e76b6dced2be287a099f41b5e788" +checksum = "d2068b437a31fc68f25dd7edc296b078f04b45145c199d8eed9866e45f1ff274" dependencies = [ "darling", "proc-macro2", diff --git a/rust/sea_battle_backend/Cargo.toml b/rust/sea_battle_backend/Cargo.toml index 0941092..1fd6a74 100644 --- a/rust/sea_battle_backend/Cargo.toml +++ b/rust/sea_battle_backend/Cargo.toml @@ -24,7 +24,7 @@ actix-web-actors = "4.1.0" actix-rt = "2.9.0" uuid = { version = "1.7.0", features = ["v4"] } rand = "0.8.5" -serde_with = "3.4.0" +serde_with = "3.5.0" tokio = { version = "1", features = ["full"] } semver = "1.0.21"