From 0c1422ea7230fc1ec77fc5108eaed5f15fa971d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 13:36:58 +0000 Subject: [PATCH] Bump serde from 1.0.155 to 1.0.156 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] --- 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 581fa77f6..5b682206a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3106,18 +3106,18 @@ 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", ] [[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/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index b7ed0705b..d85c488f5 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.156" features = ["derive"] [dependencies.tracing-subscriber] diff --git a/crates/fj-proc/Cargo.toml b/crates/fj-proc/Cargo.toml index 87280ada9..ba12dda81 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.156" optional = true [dependencies.syn] diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index 5cfb94b59..6200e086f 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.156" features = ["derive"] optional = true diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index f19be78fe..4d9ec45bb 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.156" serde_json = "1.0.94" url = "2.3.0" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 36c775974..0a302e23d 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.156" features = ["derive"]