From 532cf7d43b1c620b2acd7e9bed876965399d5963 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 19:31:57 +0000 Subject: [PATCH] Bump graphql-ws-client from 0.5.0 to 0.8.1 in /backend Bumps [graphql-ws-client](https://github.com/obmarg/graphql-ws-client) from 0.5.0 to 0.8.1. - [Release notes](https://github.com/obmarg/graphql-ws-client/releases) - [Changelog](https://github.com/obmarg/graphql-ws-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/obmarg/graphql-ws-client/compare/v0.5.0...v0.8.1) --- updated-dependencies: - dependency-name: graphql-ws-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/Cargo.lock | 9 ++++----- backend/chimp_controller/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/backend/Cargo.lock b/backend/Cargo.lock index 238f15b8..d3aa2f07 100644 --- a/backend/Cargo.lock +++ b/backend/Cargo.lock @@ -1922,11 +1922,11 @@ dependencies = [ [[package]] name = "graphql-ws-client" -version = "0.5.0" +version = "0.8.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "09d6c77c2de260d565a53df302f27412930a961de7cbecfdfa18e61fe0c59604" +checksum = "e3126dd19313cb1493903f04fa1b56bd376dfc779bb9a55cdca88760edf646ca" dependencies = [ - "async-tungstenite", + "async-trait", "cynic", "futures", "log", @@ -1934,7 +1934,6 @@ dependencies = [ "serde", "serde_json", "thiserror", - "uuid", ] [[package]] @@ -2147,7 +2146,7 @@ dependencies = [ "httpdate", "itoa", "pin-project-lite", - "socket2 0.4.10", + "socket2 0.5.5", "tokio", "tower-service", "tracing", diff --git a/backend/chimp_controller/Cargo.toml b/backend/chimp_controller/Cargo.toml index fe1106a4..613ed487 100644 --- a/backend/chimp_controller/Cargo.toml +++ b/backend/chimp_controller/Cargo.toml @@ -11,7 +11,7 @@ clap = { workspace = true } cynic = { version = "3.4.3", features = ["http-reqwest"] } dotenvy = { workspace = true } futures-util = { version = "0.3.30" } -graphql-ws-client = { version = "0.5.0", features = ["cynic"] } +graphql-ws-client = { version = "0.8.1", features = ["cynic"] } lapin = { version = "2.2.1", default-features = false, features = ["rustls"] } reqwest = { version = "0.11.24" } tokio = { workspace = true, features = ["sync"] }