From ee3805f2a81d994121dde2c1852fd5306952b3a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 12:08:11 +0200 Subject: [PATCH] chore(deps): bump serde_with from 3.9.0 to 3.11.0 in /webapp/native (#1328) Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.9.0 to 3.11.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.9.0...v3.11.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- webapp/native/Cargo.lock | 8 ++++---- webapp/native/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/webapp/native/Cargo.lock b/webapp/native/Cargo.lock index d1571566..e90df973 100644 --- a/webapp/native/Cargo.lock +++ b/webapp/native/Cargo.lock @@ -3216,9 +3216,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.9.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "69cecfa94848272156ea67b2b1a53f20fc7bc638c4a46d2f8abde08f05f4b857" +checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" dependencies = [ "base64 0.22.1", "chrono", @@ -3234,9 +3234,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.9.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a8fee4991ef4f274617a51ad4af30519438dacb2f56ac773b08a1922ff743350" +checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" dependencies = [ "darling", "proc-macro2", diff --git a/webapp/native/Cargo.toml b/webapp/native/Cargo.toml index 31e4be9a..de1ff2aa 100644 --- a/webapp/native/Cargo.toml +++ b/webapp/native/Cargo.toml @@ -21,7 +21,7 @@ sysinfo = { version = "0.32.0", features = ["apple-app-store"] } dirs = "5.0.1" reqwest = { version = "0.12.8", features = ["json", "stream"] } chrono = "0.4.38" -serde_with = { version = "3.9.0", features = ["json"] } +serde_with = { version = "3.11.0", features = ["json"] } uuid = { version = "1.10.0", features = ["v4"] } void = "1.0.2" thiserror = "1.0.64"