From 76caed0b021d2c1408d645d557b0f99e2eafa050 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2024 14:46:23 +0200 Subject: [PATCH] Bump serde_with from 3.10.0 to 3.11.0 (#74) Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.10.0 to 3.11.0. - [Release notes](https://github.com/jonasbb/serde_with/releases) - [Commits](https://github.com/jonasbb/serde_with/compare/v3.10.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> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9d15722..e5386f8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1635,9 +1635,9 @@ dependencies = [ [[package]] name = "serde_with" -version = "3.10.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9720086b3357bcb44fce40117d769a4d068c70ecfa190850a980a71755f66fcc" +checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817" dependencies = [ "base64", "chrono", @@ -1653,9 +1653,9 @@ dependencies = [ [[package]] name = "serde_with_macros" -version = "3.10.0" +version = "3.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f1abbfe725f27678f4663bcacb75a83e829fd464c25d78dd038a3a29e307cec" +checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d" dependencies = [ "darling", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index d556519..31ae48a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ reqwest = { version = "0.12", features = ["json", "blocking", "rustls-tls", "str scraper = "0.18.1" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -serde_with = "3.10" +serde_with = "3.11" tabled = "0.14" thiserror = "1.0" tokio = { version = "1.40", features = ["full"] }