From b645cc6286d71eb915f7591bbd5fcd931d4fd5aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Mar 2023 23:12:31 +1100 Subject: [PATCH] Bump serde from 1.0.158 to 1.0.159 (#959) --- 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 +- crates/leon/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7c056823..a80e0612 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2095,9 +2095,9 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.158" +version = "1.0.159" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" +checksum = "3c04e8343c3daeec41f58990b9d77068df31209f2af111e059e9fe9646693065" dependencies = [ "serde_derive", ] @@ -2113,9 +2113,9 @@ dependencies = [ [[package]] name = "serde_derive" -version = "1.0.158" +version = "1.0.159" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" +checksum = "4c614d17805b093df4b147b51339e7e44bf05ef59fba1e45d83500bcfb4d8585" dependencies = [ "proc-macro2", "quote", diff --git a/crates/binstalk-downloader/Cargo.toml b/crates/binstalk-downloader/Cargo.toml index 03c4eacd..950bebb8 100644 --- a/crates/binstalk-downloader/Cargo.toml +++ b/crates/binstalk-downloader/Cargo.toml @@ -24,7 +24,7 @@ futures-util = "0.3.27" generic-array = "0.14.7" httpdate = "1.0.2" reqwest = { version = "0.11.16", features = ["stream", "gzip", "brotli", "deflate"], default-features = false } -serde = { version = "1.0.157", features = ["derive"], optional = true } +serde = { version = "1.0.159", features = ["derive"], optional = true } serde_json = { version = "1.0.95", 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 65ff7cf4..cc2b5feb 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.157", features = ["derive"] } +serde = { version = "1.0.159", features = ["derive"] } serde-tuple-vec-map = "1.0.1" serde_json = "1.0.95" thiserror = "1.0.40" diff --git a/crates/binstalk-types/Cargo.toml b/crates/binstalk-types/Cargo.toml index 1ade18d0..d3f23e81 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.157", features = ["derive"] } +serde = { version = "1.0.159", 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 a059e787..dbee5035 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -27,7 +27,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.157", features = ["derive"] } +serde = { version = "1.0.159", features = ["derive"] } strum = "0.24.1" tempfile = "3.4.0" thiserror = "1.0.40" diff --git a/crates/leon/Cargo.toml b/crates/leon/Cargo.toml index 626291d9..76a849aa 100644 --- a/crates/leon/Cargo.toml +++ b/crates/leon/Cargo.toml @@ -21,7 +21,7 @@ miette = ["dep:miette"] [dev-dependencies] criterion = { version = "0.4.0", default-features = false, features = ["cargo_bench_support"] } -serde = { version = "1.0.152", features = ["derive"] } +serde = { version = "1.0.159", features = ["derive"] } tinytemplate = "1.2.1" [[bench]]