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

Commit

Permalink
Bump graphql-ws-client from 0.5.0 to 0.7.0 in /backend
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jan 8, 2024
1 parent 2a30439 commit 930c8f4
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 29 deletions.
99 changes: 71 additions & 28 deletions backend/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion backend/chimp_controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { workspace = true }
cynic = { version = "3.3.0", 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.7.0", features = ["cynic"] }
lapin = { version = "2.2.1", default-features = false, features = ["rustls"] }
reqwest = { version = "0.11.23" }
tokio = { workspace = true, features = ["sync"] }
Expand Down

0 comments on commit 930c8f4

Please sign in to comment.