From 7df13956f27dab30117b3c02202b5f863896f4c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:54:31 +0000 Subject: [PATCH] Bump http-serde from 1.1.3 to 2.1.0 Bumps [http-serde](https://gitlab.com/kornelski/http-serde) from 1.1.3 to 2.1.0. - [Commits](https://gitlab.com/kornelski/http-serde/compare/v1.1.3...v2.1.0) --- updated-dependencies: - dependency-name: http-serde dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- lading/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 022498498..c79060816 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1020,11 +1020,11 @@ dependencies = [ [[package]] name = "http-serde" -version = "1.1.3" +version = "2.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee" +checksum = "1133cafcce27ea69d35e56b3a8772e265633e04de73c5f4e1afdffc1d19b5419" dependencies = [ - "http 0.2.12", + "http 1.1.0", "serde", ] diff --git a/lading/Cargo.toml b/lading/Cargo.toml index b83ba2030..7a8250021 100644 --- a/lading/Cargo.toml +++ b/lading/Cargo.toml @@ -24,7 +24,7 @@ clap = { version = "3.2", default-features = false, features = ["std", "color", flate2 = { version = "1.0.27", default-features = false, features = ["rust_backend" ] } futures = "0.3.28" http = "0.2" -http-serde = "1.1" +http-serde = "2.1" hyper = { version = "0.14", features = ["client"] } is_executable = "1.0.1" metrics = { workspace = true }