From fdb4d604b10f5b6d1513ec12cc4c620ed157ce3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Sep 2023 23:12:51 +0000 Subject: [PATCH] Bump serde_json from 1.0.104 to 1.0.105 Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.104 to 1.0.105. - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.104...v1.0.105) --- updated-dependencies: - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- collectors/slurm/Cargo.toml | 2 +- pyauditor/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0d2b6f85..998ec125 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2385,9 +2385,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.104" +version = "1.0.105" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c" +checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360" dependencies = [ "itoa", "ryu", diff --git a/collectors/slurm/Cargo.toml b/collectors/slurm/Cargo.toml index b2b9e4d6..eb18456f 100644 --- a/collectors/slurm/Cargo.toml +++ b/collectors/slurm/Cargo.toml @@ -45,7 +45,7 @@ regex = "1.9.5" chrono = { version = "0.4.26", default-features = false } once_cell = "1.18.0" serde_with = { version = "3.3.0", features = ["chrono_0_4"] } -serde_json = "1.0.104" +serde_json = "1.0.105" [dependencies.sqlx] version = "0.6.3" diff --git a/pyauditor/Cargo.toml b/pyauditor/Cargo.toml index 2444c59f..c0da13b1 100644 --- a/pyauditor/Cargo.toml +++ b/pyauditor/Cargo.toml @@ -31,4 +31,4 @@ pyo3 = { version = "0.19", features = ["chrono", "extension-module", "anyhow"] } pyo3-asyncio = { version = "0.19", features = ["attributes", "tokio-runtime"] } tokio = "1" chrono = { version = "0.4.26", features = ["serde"] } -serde_json = "1.0.104" +serde_json = "1.0.105"