Skip to content

Commit 78a06fd

Browse files
authored
use updated qcs-api-client libraries (#343)
1 parent bc257c5 commit 78a06fd

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

Cargo.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ members = ["crates/*"]
33

44
[workspace.dependencies]
55
qcs-api = "0.2.1"
6-
qcs-api-client-common = "0.7.1"
7-
qcs-api-client-grpc = "0.7.1"
8-
qcs-api-client-openapi = "0.8.1"
6+
qcs-api-client-common = "0.7.2"
7+
qcs-api-client-grpc = "0.7.2"
8+
qcs-api-client-openapi = "0.8.2"
99
serde_json = "1.0.86"
1010
thiserror = "1.0.37"
1111
tokio = "1.24.2"

0 commit comments

Comments
 (0)