From 31ec4b387b9ef66c803606ac257f3e8580ddc5e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:36:05 +0000 Subject: [PATCH] chore(deps): Bump http-serde from 1.1.2 to 1.1.3 (#18310) Bumps [http-serde](https://gitlab.com/kornelski/http-serde) from 1.1.2 to 1.1.3. - [Commits](https://gitlab.com/kornelski/http-serde/compare/v1.1.2...v1.1.3) --- updated-dependencies: - dependency-name: http-serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 49e87ecdc1028..b0a3a16bafa26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4112,9 +4112,9 @@ checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29" [[package]] name = "http-serde" -version = "1.1.2" +version = "1.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e272971f774ba29341db2f686255ff8a979365a26fb9e4277f6b6d9ec0cdd5e" +checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee" dependencies = [ "http", "serde", diff --git a/Cargo.toml b/Cargo.toml index 60922231db7fc..1d20ee364bf53 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -275,7 +275,7 @@ hashbrown = { version = "0.14.0", default-features = false, optional = true, fea headers = { version = "0.3.8", default-features = false } hostname = { version = "0.3.1", default-features = false } http = { version = "0.2.9", default-features = false } -http-serde = "1.1.2" +http-serde = "1.1.3" http-body = { version = "0.4.5", default-features = false } hyper = { version = "0.14.27", default-features = false, features = ["client", "runtime", "http1", "http2", "server", "stream"] } hyper-openssl = { version = "0.9.2", default-features = false }