From 3e830c9fad24b845fade26ae18f82d1f0856e934 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 15 Mar 2023 15:56:30 +1100
Subject: [PATCH] Bump serde from 1.0.155 to 1.0.156 (#912)

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.155 to 1.0.156.
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](https://github.com/serde-rs/serde/compare/v1.0.155...v1.0.156)

---
updated-dependencies:
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 Cargo.lock                            | 8 ++++----
 crates/binstalk-downloader/Cargo.toml | 2 +-
 crates/binstalk-manifests/Cargo.toml  | 2 +-
 crates/binstalk-types/Cargo.toml      | 2 +-
 crates/binstalk/Cargo.toml            | 2 +-
 5 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 4bab21ef..cee041d1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1898,9 +1898,9 @@ dependencies = [
 
 [[package]]
 name = "serde"
-version = "1.0.155"
+version = "1.0.156"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8"
+checksum = "314b5b092c0ade17c00142951e50ced110ec27cea304b1037c6969246c2469a4"
 dependencies = [
  "serde_derive",
 ]
@@ -1916,9 +1916,9 @@ dependencies = [
 
 [[package]]
 name = "serde_derive"
-version = "1.0.155"
+version = "1.0.156"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630"
+checksum = "d7e29c4601e36bcec74a223228dce795f4cd3616341a4af93520ca1a837c087d"
 dependencies = [
  "proc-macro2",
  "quote",
diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml
index ed664b24..60f8adbf 100644
--- a/crates/binstalk-downloader/Cargo.toml
+++ b/crates/binstalk-downloader/Cargo.toml
@@ -23,7 +23,7 @@ futures-lite = { version = "1.12.0", default-features = false }
 generic-array = "0.14.6"
 httpdate = "1.0.2"
 reqwest = { version = "0.11.14", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
-serde = { version = "1.0.155", features = ["derive"], optional = true }
+serde = { version = "1.0.156", features = ["derive"], optional = true }
 serde_json = { version = "1.0.94", optional = true }
 # Use a fork here since we need PAX support, but the upstream
 # does not hav the PR merged yet.
diff --git a/crates/binstalk-manifests/Cargo.toml b/crates/binstalk-manifests/Cargo.toml
index 0e462389..58469c63 100644
--- a/crates/binstalk-manifests/Cargo.toml
+++ b/crates/binstalk-manifests/Cargo.toml
@@ -17,7 +17,7 @@ fs-lock = { version = "0.1.0", path = "../fs-lock" }
 home = "0.5.4"
 miette = "5.6.0"
 semver = { version = "1.0.17", features = ["serde"] }
-serde = { version = "1.0.155", features = ["derive"] }
+serde = { version = "1.0.156", features = ["derive"] }
 serde-tuple-vec-map = "1.0.1"
 serde_json = "1.0.94"
 thiserror = "1.0.39"
diff --git a/crates/binstalk-types/Cargo.toml b/crates/binstalk-types/Cargo.toml
index 26045bae..e89eaee9 100644
--- a/crates/binstalk-types/Cargo.toml
+++ b/crates/binstalk-types/Cargo.toml
@@ -14,7 +14,7 @@ compact_str = { version = "0.7.0", features = ["serde"] }
 maybe-owned = { version = "0.3.4", features = ["serde"] }
 once_cell = "1.17.1"
 semver = { version = "1.0.17", features = ["serde"] }
-serde = { version = "1.0.155", features = ["derive"] }
+serde = { version = "1.0.156", features = ["derive"] }
 strum = "0.24.1"
 strum_macros = "0.24.3"
 url = { version = "2.3.1", features = ["serde"] }
diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml
index 5af6ee5d..30b18578 100644
--- a/crates/binstalk/Cargo.toml
+++ b/crates/binstalk/Cargo.toml
@@ -26,7 +26,7 @@ miette = "5.6.0"
 normalize-path = { version = "0.2.0", path = "../normalize-path" }
 once_cell = "1.17.1"
 semver = { version = "1.0.17", features = ["serde"] }
-serde = { version = "1.0.155", features = ["derive"] }
+serde = { version = "1.0.156", features = ["derive"] }
 strum = "0.24.1"
 tempfile = "3.4.0"
 thiserror = "1.0.39"