From 4cf895a0dd717aad0fbc370302bc71f7092583bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Dec 2022 13:12:28 +0000 Subject: [PATCH] Bump serde from 1.0.149 to 1.0.150 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.149 to 1.0.150. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.149...v1.0.150) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- crates/fj-app/Cargo.toml | 2 +- crates/fj-proc/Cargo.toml | 2 +- crates/fj/Cargo.toml | 2 +- tools/automator/Cargo.toml | 2 +- tools/release-operator/Cargo.toml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e4ba70c8..eda58991f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3302,18 +3302,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "256b9932320c590e707b94576e3cc1f7c9024d0ee6612dfbcf1cb106cbe8e055" +checksum = "e326c9ec8042f1b5da33252c8a37e9ffbd2c9bef0155215b6e6c80c790e05f91" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.149" +version = "1.0.150" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4eae9b04cbffdfd550eb462ed33bc6a1b68c935127d008b27444d08380f94e4" +checksum = "42a3df25b0713732468deadad63ab9da1f1fd75a48a15024b50363f128db627e" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index f65ab1dc5..eb3159d47 100644 --- a/crates/fj-app/Cargo.toml +++ b/crates/fj-app/Cargo.toml @@ -31,7 +31,7 @@ version = "0.10.8" features = ["env", "toml"] [dependencies.serde] -version = "1.0.149" +version = "1.0.150" features = ["derive"] [dependencies.tracing-subscriber] diff --git a/crates/fj-proc/Cargo.toml b/crates/fj-proc/Cargo.toml index 422018e33..022aedfa6 100644 --- a/crates/fj-proc/Cargo.toml +++ b/crates/fj-proc/Cargo.toml @@ -18,7 +18,7 @@ proc-macro2 = "1.0.47" quote = "1.0.21" [dependencies.serde] -version = "1.0.149" +version = "1.0.150" optional = true [dependencies.syn] diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index 046da8bb6..ba73e3027 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1.0.66" fj-proc.workspace = true [dependencies.serde] -version = "1.0.149" +version = "1.0.150" features = ["derive"] optional = true diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 8638320cb..c4e1a2c01 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -10,7 +10,7 @@ chrono = "0.4.23" map-macro = "0.2.4" octocrab = "0.17.0" semver = "1.0.14" -serde = "1.0.149" +serde = "1.0.150" serde_json = "1.0.89" url = "2.3.0" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index d6d2c603a..7f2fd8110 100644 --- a/tools/release-operator/Cargo.toml +++ b/tools/release-operator/Cargo.toml @@ -29,5 +29,5 @@ features = ["std", "derive", "env"] default_features = false [dependencies.serde] -version = "1.0.149" +version = "1.0.150" features = ["derive"]