From dcadae98b66c13d3719e1a4c39c5e9533940ff1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 May 2023 23:11:48 +0000 Subject: [PATCH 1/2] chore(deps): Bump serde from 1.0.160 to 1.0.162 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.162. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.160...1.0.162) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 86cb744..2d50b08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2357,18 +2357,18 @@ checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed" [[package]] name = "serde" -version = "1.0.160" +version = "1.0.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" +checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.160" +version = "1.0.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" +checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index a259086..e302547 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ mime = "0.3" number_prefix = "0.4.0" openssl-probe = "0.1.5" reqwest = "0.11.17" -serde = "1.0.158" +serde = "1.0.162" serde_derive = "1.0.137" serde_json = "1.0.94" tracing = "0.1.37" From 109886ad9acda49423e2cfe9066c75096de98752 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 5 May 2023 23:12:00 +0000 Subject: [PATCH 2/2] Update Changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 341f0f6..4025f3d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +### Dependencies +- Bump `serde` from 1.0.160 to 1.0.162 (#613) ## [0.35.0] 2023-05-04 @@ -227,4 +229,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#502]: https://github.com/vbrandl/hoc/pull/502 [#503]: https://github.com/vbrandl/hoc/pull/503 [#504]: https://github.com/vbrandl/hoc/pull/504 -[#508]: https://github.com/vbrandl/hoc/pull/508 +[#508]: https://github.com/vbrandl/hoc/pull/508 \ No newline at end of file