From 5ce2a4a6776a5452f3d0a6b714e494617d7dc370 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Dec 2023 17:40:22 +0000 Subject: Bump serde_json from 1.0.107 to 1.0.108 (#1363) Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.107 to 1.0.108. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.107...v1.0.108) --- 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(-) diff --git a/Cargo.toml b/Cargo.toml index 09959750..adb5b46f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ semver = "1.0.20" # I don't trust dtolnay with our user's builds. especially as we # have things like encryption keys serde = { version = "1.0.145, <=1.0.171", features = ["derive"] } -serde_json = "1.0.99" +serde_json = "1.0.108" tokio = { version = "1", features = ["full"] } uuid = { version = "1.3", features = ["v4", "serde"] } whoami = "1.1.2" -- cgit v1.3.1