From fe056196c1433652f5298f5fdbb945f091ebda1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:43:26 +0000 Subject: crates: bump serde_json from 1.0.120 to 1.0.124 (#222) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.120 to 1.0.124. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.120...v1.0.124) --- 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.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 16fe6b8..5c12251 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ reqwest = { version = "0.12.5", default-features = false, features = [ "json", ] } serde = "1.0.206" -serde_json = "1.0.120" +serde_json = "1.0.124" tokio = { version = "1.38.1", features = [ "macros", "rt-multi-thread", -- cgit v1.2.3