From 8fe3a18cb7874b9c5da285c8550e8c432904bba0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 15:58:11 +0000 Subject: [PATCH] chore(deps): bump serde_json from 1.0.133 to 1.0.140 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.133 to 1.0.140. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.133...v1.0.140) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3a67d1b..fed8399 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2682,9 +2682,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.133" +version = "1.0.140" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" +checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" dependencies = [ "itoa", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 5013df5..242c25d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ rand = { version = "0.8.5", default-features = false } regex = { version = "1.11.0", default-features = false } reqwest = { version = "0.12.8", default-features = false, features = ["json", "rustls-tls"] } serde = { version = "1.0.210", default-features = false, features = ["derive", "serde_derive"] } -serde_json = { version = "1.0.128", default-features = false } +serde_json = { version = "1.0.140", default-features = false } sqlx = { version = "0.8.2", default-features = false, features = ["runtime-tokio-rustls", "postgres", "time", "uuid", "migrate"] } strum = { version = "0.26.3", default-features = false, features = ["strum_macros", "derive"] } svix = { version = "1.38.0", default-features = false, features = ["http2"] }