From e15aae8ebf1f896af91178eea508c89d3b5482a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 19:14:38 +0300 Subject: [PATCH] chore(deps): update serde monorepo to 1.0.188 (#1820) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nick --- Cargo.toml | 2 +- crates/air-interpreter-fs/Cargo.toml | 2 +- crates/connected-client/Cargo.toml | 2 +- crates/libp2p/Cargo.toml | 2 +- crates/peer-metrics/Cargo.toml | 2 +- crates/server-config/Cargo.toml | 2 +- crates/service-modules/Cargo.toml | 2 +- particle-modules/Cargo.toml | 2 +- particle-protocol/Cargo.toml | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b24df2924..4bf4d0ff77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -136,7 +136,7 @@ tracing-subscriber = "0.3.17" console-subscriber = "0.1.10" futures = "0.3.28" thiserror = "1.0.49" -serde = "1.0.183" +serde = "1.0.188" toml = "0.5.10" itertools = "0.11.0" humantime-serde = "1.1.1" diff --git a/crates/air-interpreter-fs/Cargo.toml b/crates/air-interpreter-fs/Cargo.toml index 197c04bb44..11c18f4c4a 100644 --- a/crates/air-interpreter-fs/Cargo.toml +++ b/crates/air-interpreter-fs/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" air-interpreter-wasm = { workspace = true } eyre = { workspace = true } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } serde_json = { workspace = true } blake3 = "1.5.0" faster-hex = "0.8.1" diff --git a/crates/connected-client/Cargo.toml b/crates/connected-client/Cargo.toml index 82c5689172..1c58a922c8 100644 --- a/crates/connected-client/Cargo.toml +++ b/crates/connected-client/Cargo.toml @@ -15,7 +15,7 @@ libp2p = { workspace = true } libp2p-swarm = { workspace = true } tokio = { workspace = true } futures = { workspace = true } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } serde_json = { workspace = true } log = { workspace = true } derivative = { workspace = true } diff --git a/crates/libp2p/Cargo.toml b/crates/libp2p/Cargo.toml index 0218edd534..54895d4cf5 100644 --- a/crates/libp2p/Cargo.toml +++ b/crates/libp2p/Cargo.toml @@ -15,7 +15,7 @@ multihash = { workspace = true, features = ["serde-codec"] } futures = { workspace = true } futures-util = "0.3.28" tokio = { workspace = true, optional = true } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } serde_json = { workspace = true } bs58 = { workspace = true } diff --git a/crates/peer-metrics/Cargo.toml b/crates/peer-metrics/Cargo.toml index 2997ba032c..e5c52a9301 100644 --- a/crates/peer-metrics/Cargo.toml +++ b/crates/peer-metrics/Cargo.toml @@ -14,6 +14,6 @@ particle-execution = { workspace = true } tokio = { workspace = true } tokio-stream = { workspace = true } futures = { workspace = true } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } serde_json = { workspace = true } parking_lot = { workspace = true } diff --git a/crates/server-config/Cargo.toml b/crates/server-config/Cargo.toml index 4cb93bff13..f6dd97bcd6 100644 --- a/crates/server-config/Cargo.toml +++ b/crates/server-config/Cargo.toml @@ -20,7 +20,7 @@ libp2p = { workspace = true } libp2p-metrics = { workspace = true } libp2p-connection-limits = { workspace = true } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } humantime-serde = { workspace = true } serde_json = "1.0.107" rand = "0.8.5" diff --git a/crates/service-modules/Cargo.toml b/crates/service-modules/Cargo.toml index 032abfe542..829338ae0c 100644 --- a/crates/service-modules/Cargo.toml +++ b/crates/service-modules/Cargo.toml @@ -10,7 +10,7 @@ json-utils = { workspace = true } cid-utils = { workspace = true } eyre = { workspace = true } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } faster-hex = "0.8.1" maplit = { workspace = true } serde_json = { workspace = true } diff --git a/particle-modules/Cargo.toml b/particle-modules/Cargo.toml index 6cec28dcbf..04a47917d0 100644 --- a/particle-modules/Cargo.toml +++ b/particle-modules/Cargo.toml @@ -16,7 +16,7 @@ marine-it-parser = { workspace = true } fluence-app-service = { workspace = true } marine-utils = { workspace = true } -serde = { version = "1.0.183", features = ["derive"] } +serde = { version = "1.0.188", features = ["derive"] } serde_json = { workspace = true } toml = "0.5.10" log = { workspace = true } diff --git a/particle-protocol/Cargo.toml b/particle-protocol/Cargo.toml index a04ca62797..43c3fbd806 100644 --- a/particle-protocol/Cargo.toml +++ b/particle-protocol/Cargo.toml @@ -17,7 +17,7 @@ futures = { workspace = true } eyre = { workspace = true } thiserror = { workspace = true } serde = { workspace = true } -serde_derive = "1.0.183" +serde_derive = "1.0.188" humantime-serde = { workspace = true } log = { workspace = true } derivative = { workspace = true }