From 52c11a1d62f9525ea2a9cb43d9f1132ad3dfd868 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 00:11:32 +0000 Subject: [PATCH] Bump serde_json from 1.0.93 to 1.0.94 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.93...v1.0.94) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- pyauditor/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5ee3fc002..9bff17d12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2432,9 +2432,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.93" +version = "1.0.94" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76" +checksum = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea" dependencies = [ "itoa", "ryu", diff --git a/pyauditor/Cargo.toml b/pyauditor/Cargo.toml index 9af1cca9e..ca7bd68a1 100644 --- a/pyauditor/Cargo.toml +++ b/pyauditor/Cargo.toml @@ -32,4 +32,4 @@ pyo3-asyncio = { version = "0.15", features = ["attributes", "tokio-runtime"] } tokio = "1" chrono = { version = "0.4.22", features = ["serde"] } pyo3-chrono = { version = "0.3.0", features = [] } -serde_json = "1.0.93" +serde_json = "1.0.94"