From 364beb4b4486aed63c74f9d99d33cfbca90493df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 14:14:00 +0000 Subject: [PATCH] chore(deps): bump h2 from 0.3.13 to 0.3.19 Bumps [h2](https://github.com/hyperium/h2) from 0.3.13 to 0.3.19. - [Release notes](https://github.com/hyperium/h2/releases) - [Changelog](https://github.com/hyperium/h2/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/h2/compare/v0.3.13...v0.3.19) --- updated-dependencies: - dependency-name: h2 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3d8b07fd1b6..e1a5b0355d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2009,9 +2009,9 @@ checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" [[package]] name = "h2" -version = "0.3.13" +version = "0.3.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57" +checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782" dependencies = [ "bytes", "fnv", @@ -2574,6 +2574,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" dependencies = [ "scopeguard", + "serde", ] [[package]] @@ -2584,7 +2585,6 @@ checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53" dependencies = [ "autocfg", "scopeguard", - "serde", ] [[package]] @@ -4108,7 +4108,7 @@ dependencies = [ "paperclip-actix", "paperclip-core", "paperclip-macros", - "parking_lot 0.12.1", + "parking_lot 0.10.2", "semver 0.9.0", "serde", "serde_derive", @@ -4130,7 +4130,7 @@ dependencies = [ "once_cell", "paperclip-core", "paperclip-macros", - "parking_lot 0.12.1", + "parking_lot 0.10.2", "serde_json", ] @@ -4144,7 +4144,7 @@ dependencies = [ "mime", "once_cell", "paperclip-macros", - "parking_lot 0.12.1", + "parking_lot 0.10.2", "pin-project", "regex", "serde",