From 548ee77abb109964e7a266ac1c1d8f18021e26bc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 10:52:45 +0000 Subject: [PATCH] build(deps): update serde_with requirement from 2.0.1 to 3.3.0 in /api Updates the requirements on [serde_with](https://github.com/jonasbb/serde_with) to permit the latest version. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v2.0.1...v3.3.0) --- updated-dependencies: - dependency-name: serde_with dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Cargo.toml b/api/Cargo.toml index a9d22ce2..4dc475df 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -22,7 +22,7 @@ regex = "1.6.0" reqwest = { version = "0.11.12", default-features = false, features = ["blocking", "gzip", "json", "multipart", "native-tls-vendored"] } serde = { version = "1.0.147", features = ["derive"] } serde_json = "1.0.87" -serde_with = "2.0.1" +serde_with = "3.3.0" thiserror = "1.0.37" url = "2.3.1"