Skip to content

Commit 883a7a9

Browse files
committed
tink-gcpkms: update deps
1 parent a659054 commit 883a7a9

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

Cargo.lock

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

integration/gcpkms/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tink-gcpkms"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Drysdale <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -20,6 +20,6 @@ lazy_static = "^1.4"
2020
percent-encoding = "^2.1"
2121
serde = { version = "^1.0", features = ["derive"] }
2222
serde_json = "^1.0.64"
23-
tink-core = "^0.2"
23+
tink-core = "^0.3"
2424
tokio = "^1.8"
2525
yup-oauth2 = "^5.1"

0 commit comments

Comments
 (0)