Skip to content
This repository was archived by the owner on Jul 23, 2024. It is now read-only.

Commit 356407f

Browse files
Bump graphql-ws-client from 0.5.0 to 0.8.2 in /backend
Bumps [graphql-ws-client](https://github.com/obmarg/graphql-ws-client) from 0.5.0 to 0.8.2. - [Release notes](https://github.com/obmarg/graphql-ws-client/releases) - [Changelog](https://github.com/obmarg/graphql-ws-client/blob/main/CHANGELOG.md) - [Commits](obmarg/graphql-ws-client@v0.5.0...v0.8.2) --- updated-dependencies: - dependency-name: graphql-ws-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d15a906 commit 356407f

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

backend/Cargo.lock

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

backend/chimp_controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ clap = { workspace = true }
1111
cynic = { version = "3.4.3", features = ["http-reqwest"] }
1212
dotenvy = { workspace = true }
1313
futures-util = { version = "0.3.30" }
14-
graphql-ws-client = { version = "0.5.0", features = ["cynic"] }
14+
graphql-ws-client = { version = "0.8.2", features = ["cynic"] }
1515
lapin = { version = "2.3.3", default-features = false, features = ["rustls"] }
1616
reqwest = { version = "0.11.24" }
1717
tokio = { workspace = true, features = ["sync"] }

0 commit comments

Comments
 (0)