From 3e1ba0d041fbd9379c362cbe2bb4502197d56b01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 23:54:06 +0000 Subject: [PATCH] build(deps): Bump serde from 1.0.188 to 1.0.189 in /rust (#2383) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- rust/Cargo.lock | 8 ++++---- rust/phoenix-channel/Cargo.toml | 2 +- rust/relay/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index d16825e31..230f0f56e 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -3214,18 +3214,18 @@ checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918" [[package]] name = "serde" -version = "1.0.188" +version = "1.0.189" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e" +checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.188" +version = "1.0.189" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2" +checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" dependencies = [ "proc-macro2", "quote", diff --git a/rust/phoenix-channel/Cargo.toml b/rust/phoenix-channel/Cargo.toml index 0f7ad0ec1..c54f6aa5b 100644 --- a/rust/phoenix-channel/Cargo.toml +++ b/rust/phoenix-channel/Cargo.toml @@ -11,7 +11,7 @@ secrecy = { workspace = true } tokio-tungstenite = { version = "0.20.1", features = ["rustls-tls-native-roots"] } futures = "0.3.28" base64 = "0.21.4" -serde = { version = "1.0.188", features = ["derive"] } +serde = { version = "1.0.189", features = ["derive"] } tracing = { workspace = true } rand_core = "0.6.4" url = "2.4.1" diff --git a/rust/relay/Cargo.toml b/rust/relay/Cargo.toml index 18f75ab34..21cda827b 100644 --- a/rust/relay/Cargo.toml +++ b/rust/relay/Cargo.toml @@ -34,7 +34,7 @@ derive_more = { version = "0.99.17", features = ["from"] } uuid = { version = "1.4.1", features = ["v4"] } phoenix-channel = { path = "../phoenix-channel" } url = "2.4.1" -serde = { version = "1.0.188", features = ["derive"] } +serde = { version = "1.0.189", features = ["derive"] } trackable = "1.3.0" socket2 = "0.5.4" axum = { version = "0.6.20", default-features = false, features = ["http1", "tokio"] }