Skip to content

Commit ddcc0c9

Browse files
authored
fix: update grpc clients (#537)
fix: update grpc clients
1 parent 2adaaab commit ddcc0c9

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ members = ["crates/*"]
33
resolver = "2"
44

55
[workspace.dependencies]
6-
qcs-api-client-common = "0.11.8"
7-
qcs-api-client-grpc = "0.11.8"
8-
qcs-api-client-openapi = "0.12.8"
6+
qcs-api-client-common = "0.11.9"
7+
qcs-api-client-grpc = "0.11.9"
8+
qcs-api-client-openapi = "0.12.9"
99
serde_json = "1.0.86"
1010
thiserror = "1.0.57"
1111
tokio = "1.36.0"

0 commit comments

Comments
 (0)