From 37b6f58696a04dc0aa9294261358226f21f18563 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:43:19 +0000 Subject: [PATCH] Bump serde from 1.0.155 to 1.0.158 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.155 to 1.0.158. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.155...v1.0.158) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- 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, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index da8a0c2c1..d4e2b50e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3106,22 +3106,22 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.155" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8" +checksum = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.155" +version = "1.0.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630" +checksum = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad" dependencies = [ "proc-macro2", "quote", - "syn 1.0.109", + "syn 2.0.3", ] [[package]] diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index b7ed0705b..585151c95 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.155" +version = "1.0.158" features = ["derive"] [dependencies.tracing-subscriber] diff --git a/crates/fj-proc/Cargo.toml b/crates/fj-proc/Cargo.toml index 87280ada9..72ea46b07 100644 --- a/crates/fj-proc/Cargo.toml +++ b/crates/fj-proc/Cargo.toml @@ -18,7 +18,7 @@ proc-macro2 = "1.0.52" quote = "1.0.23" [dependencies.serde] -version = "1.0.155" +version = "1.0.158" optional = true [dependencies.syn] diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index 5cfb94b59..7e99f949a 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1.0.70" fj-proc.workspace = true [dependencies.serde] -version = "1.0.155" +version = "1.0.158" features = ["derive"] optional = true diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index f19be78fe..c3e952749 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -10,7 +10,7 @@ chrono = "0.4.24" map-macro = "0.2.5" octocrab = "0.18.1" semver = "1.0.17" -serde = "1.0.155" +serde = "1.0.158" serde_json = "1.0.94" url = "2.3.0" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 1102adf73..011fa7bc9 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.155" +version = "1.0.158" features = ["derive"]