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.8.1 in /backend
Browse files Browse the repository at this point in the history
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](obmarg/graphql-ws-client@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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 8, 2024
1 parent 805b1d2 commit 532cf7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 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.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"] }
Expand Down

0 comments on commit 532cf7d

Please sign in to comment.