From 205f49c915b1f791e2ac649624dabb25f1039a08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:07:07 +0000 Subject: [PATCH] build(deps): bump serde_with from 3.9.0 to 3.10.0 Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.9.0 to 3.10.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.9.0...v3.10.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a5a78a7..3768f3c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1411,9 +1411,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.9.0" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" +checksum = "9720086b3357bcb44fce40117d769a4d068c70ecfa190850a980a71755f66fcc" dependencies = [ "base64", "chrono", @@ -1429,9 +1429,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.9.0" +version = "3.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" +checksum = "5f1abbfe725f27678f4663bcacb75a83e829fd464c25d78dd038a3a29e307cec" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 300f1fd..564f61e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ log = "0.4.22" serde_json = "1.0.128" nalgebra = { version = "0.33.0", features = ["serde", "serde-serialize"] } chrono = { version = "0.4.38", features = ["serde"] } -serde_with = {version = "3.9.0", features = ["macros"] } +serde_with = {version = "3.10.0", features = ["macros"] } binrw = { version = "0.14.0" } modular-bitfield = { version = "0.11.2" } once_cell = "1.20.1"