From e3f1d3ef10431246f21e23c7f6708a3dc74412ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 12:13:01 +0000 Subject: [PATCH 1/2] chore(deps): 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 21061f2..35a971e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1815,9 +1815,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/Cargo.toml b/Cargo.toml index d8ca676..ad5ce52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ openssl-probe = "0.1.5" reqwest = "0.11.14" serde = "1.0.152" serde_derive = "1.0.137" -serde_json = "1.0.93" +serde_json = "1.0.94" tracing = "0.1.37" tracing-actix-web = "0.7.2" tracing-bunyan-formatter = "0.3.6" From 7caf69b5f018776186ba484960a653dd79a64244 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Mon, 6 Mar 2023 13:19:35 +0100 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 937e418..ff85e17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,11 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Updated [`tempfile`](https://github.com/Stebalien/tempfile) from 3.3.0 to 3.4.0 ([#567]) * Updated [`awc`](https://github.com/actix/actix-web) from 3.1.0 to 3.1.1 ([#568]) * Updated [`tokio`](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0 ([#569]) +* Updated [`serde_json`](https://github.com/serde-rs/json) from 1.0.93 to 1.0.94 ([#570]) [#566]: https://github.com/vbrandl/hoc/pull/566 [#567]: https://github.com/vbrandl/hoc/pull/567 [#568]: https://github.com/vbrandl/hoc/pull/568 [#569]: https://github.com/vbrandl/hoc/pull/569 +[#570]: https://github.com/vbrandl/hoc/pull/570 ## [0.31.0] 2023-02-13