From 4022267194fbb2cafa30557f156efd9dfde46da2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:02:30 +0100 Subject: [PATCH] chore(deps): bump serde_json from 1.0.133 to 1.0.135 (#149) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.135. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.135) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index faa7ddf..fa711b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1585,9 +1585,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.135" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 8c0c598..5db657d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ reqwest = { version = "0.12.9", default-features = false, features = ["json", "r askama = { version = "0.12.1", default-features = false } base64 = "0.22.1" serde = { version = "1.0.217", features = ["derive"] } -serde_json = "1.0.133" +serde_json = "1.0.135" sha2 = "0.10.8" base16ct = { version = "0.2.0", features = ["alloc"] } urlencoding = "2.1.3"