From b09a0bf0c1c0abfd655cb7c70379704df55637ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 May 2023 13:00:06 +0000 Subject: [PATCH] Bump serde from 1.0.160 to 1.0.162 Bumps [serde](https://github.com/serde-rs/serde) from 1.0.160 to 1.0.162. - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.160...1.0.162) --- 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 4a2c57294..179bcc01c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3279,18 +3279,18 @@ dependencies = [ [[package]] name = "serde" -version = "1.0.160" +version = "1.0.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb2f3770c8bce3bcda7e149193a069a0f4365bda1fa5cd88e03bca26afc1216c" +checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.160" +version = "1.0.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "291a097c63d8497e00160b166a967a4a79c64f3facdd01cbd7502231688d77df" +checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fj-app/Cargo.toml b/crates/fj-app/Cargo.toml index ab98d79e5..4af687ca7 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.159" +version = "1.0.162" features = ["derive"] [dependencies.tracing-subscriber] diff --git a/crates/fj-proc/Cargo.toml b/crates/fj-proc/Cargo.toml index 7f74692f7..2ee0b9440 100644 --- a/crates/fj-proc/Cargo.toml +++ b/crates/fj-proc/Cargo.toml @@ -18,7 +18,7 @@ proc-macro2 = "1.0.56" quote = "1.0.23" [dependencies.serde] -version = "1.0.159" +version = "1.0.162" optional = true [dependencies.syn] diff --git a/crates/fj/Cargo.toml b/crates/fj/Cargo.toml index 2b8978b84..b32863766 100644 --- a/crates/fj/Cargo.toml +++ b/crates/fj/Cargo.toml @@ -20,7 +20,7 @@ fj-proc.workspace = true backtrace = "0.3.67" [dependencies.serde] -version = "1.0.159" +version = "1.0.162" features = ["derive"] optional = true diff --git a/tools/automator/Cargo.toml b/tools/automator/Cargo.toml index d696aa0e6..5e867487f 100644 --- a/tools/automator/Cargo.toml +++ b/tools/automator/Cargo.toml @@ -10,7 +10,7 @@ chrono = "0.4.24" map-macro = "0.2.6" octocrab = "0.21.0" semver = "1.0.17" -serde = "1.0.159" +serde = "1.0.162" serde_json = "1.0.96" url = "2.3.0" diff --git a/tools/release-operator/Cargo.toml b/tools/release-operator/Cargo.toml index 441eadcfa..732f931ea 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.159" +version = "1.0.162" features = ["derive"]