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

Commit cd29dd5

Browse files
Bump graphql-ws-client from 0.5.0 to 0.7.0 in /backend
Bumps graphql-ws-client from 0.5.0 to 0.7.0. --- updated-dependencies: - dependency-name: graphql-ws-client dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6c622e7 commit cd29dd5

File tree

2 files changed

+72
-29
lines changed

2 files changed

+72
-29
lines changed

backend/Cargo.lock

Lines changed: 71 additions & 28 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.3.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.7.0", features = ["cynic"] }
1515
lapin = { version = "2.2.1", default-features = false, features = ["rustls"] }
1616
reqwest = { version = "0.11.23" }
1717
tokio = { workspace = true, features = ["sync"] }

0 commit comments

Comments
 (0)