From cfe2e3ed07847b146c0a5d4d3030b2137abb8eb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Mar 2023 13:19:54 +0000 Subject: [PATCH] Bump serde from 1.0.152 to 1.0.155 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.152 to 1.0.155. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.152...v1.0.155) --- 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 0fcce6a37b..0a5df00e97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3107,18 +3107,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.152" +version = "1.0.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb" +checksum = "71f2b4817415c6d4210bfe1c7bfcf4801b2d904cb4d0e1a8fdb651013c9e86b8" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.152" +version = "1.0.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e" +checksum = "d071a94a3fac4aff69d023a7f411e33f40f3483f8c5190b1953822b6b76d7630" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index 977bd685d3..4ce5ea7f84 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.152" +version = "1.0.155" features = ["derive"] [dependencies.tracing-subscriber] diff --git a/crates/fj-proc/Cargo.toml b/crates/fj-proc/Cargo.toml index ee6d5009b1..ce1875873f 100644 --- a/crates/fj-proc/Cargo.toml +++ b/crates/fj-proc/Cargo.toml @@ -18,7 +18,7 @@ proc-macro2 = "1.0.51" quote = "1.0.23" [dependencies.serde] -version = "1.0.152" +version = "1.0.155" optional = true [dependencies.syn] diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index dd0f246a7b..772f6d82e0 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -19,7 +19,7 @@ anyhow = "1.0.69" fj-proc.workspace = true [dependencies.serde] -version = "1.0.152" +version = "1.0.155" features = ["derive"] optional = true diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index 1367b9c49f..e97d7e0772 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -10,7 +10,7 @@ chrono = "0.4.23" map-macro = "0.2.5" octocrab = "0.18.1" semver = "1.0.17" -serde = "1.0.152" +serde = "1.0.155" serde_json = "1.0.94" url = "2.3.0" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 9d8073a1df..ceae4321c6 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.152" +version = "1.0.155" features = ["derive"]