Skip to content

Commit 43bcd99

Browse files
committed
examples: update deps
1 parent 0a4db7a commit 43bcd99

File tree

9 files changed

+133
-590
lines changed

9 files changed

+133
-590
lines changed

Cargo.lock

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

examples/aead/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "example-aead"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Drysdale <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
77

88
[dependencies]
99
hex = "^0.4.3"
10-
tink-aead = "^0.2"
11-
tink-core = "^0.2"
10+
tink-aead = "^0.3"
11+
tink-core = "^0.3"

examples/daead/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "example-daead"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Drysdale <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
77

88
[dependencies]
99
hex = "^0.4.3"
10-
tink-core = "^0.2"
11-
tink-daead = "^0.2"
10+
tink-core = "^0.3"
11+
tink-daead = "^0.3"

examples/keygen/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "example-keygen"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Drysdale <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
77

88
[dependencies]
9-
tink-core = "^0.2"
10-
tink-daead = "^0.2"
9+
tink-core = "^0.3"
10+
tink-daead = "^0.3"

examples/keymgr/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "example-keymgr"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Drysdale <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
77

88
[dependencies]
9-
tink-aead = "^0.2"
10-
tink-core = "^0.2"
9+
tink-aead = "^0.3"
10+
tink-core = "^0.3"

examples/kms/Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "example-kms"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Drysdale <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
77

88
[dependencies]
99
hex = "^0.4.3"
10-
tink-aead = "^0.2"
11-
tink-core = { version = "^0.2", features = ["insecure"] }
12-
tink-awskms = "^0.2"
10+
tink-aead = "^0.3"
11+
tink-core = { version = "^0.3", features = ["insecure"] }
12+
tink-awskms = "^0.3"

examples/mac/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "example-mac"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Drysdale <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
77

88
[dependencies]
99
hex = "^0.4.3"
10-
tink-core = "^0.2"
11-
tink-mac = "^0.2"
10+
tink-core = "^0.3"
11+
tink-mac = "^0.3"

examples/signature/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "example-signature"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Drysdale <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
77

88
[dependencies]
99
hex = "^0.4.3"
10-
tink-core = "^0.2"
11-
tink-signature = "^0.2"
10+
tink-core = "^0.3"
11+
tink-signature = "^0.3"

examples/streaming/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "example-streaming"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
authors = ["David Drysdale <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
77

88
[dependencies]
99
tempfile = "^3.2"
10-
tink-core = "^0.2"
11-
tink-streaming-aead = "^0.2"
10+
tink-core = "^0.3"
11+
tink-streaming-aead = "^0.3"

0 commit comments

Comments
 (0)