Skip to content

Commit a3470ed

Browse files
build(deps): bump base64 from 0.21.7 to 0.22.0
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.7 to 0.22.0. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.7...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0cc71b5 commit a3470ed

File tree

4 files changed

+13
-7
lines changed

4 files changed

+13
-7
lines changed

Cargo.lock

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

integration/gcpkms/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ keywords = ["cryptography", "tink", "kms", "gcp"]
1212
categories = ["cryptography"]
1313

1414
[dependencies]
15-
base64 = "^0.21"
15+
base64 = "^0.22"
1616
chrono = "^0.4"
1717
futures = "^0.3"
1818
http = "^0.2"

proto/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = []
1717
json = ["base64", "serde"]
1818

1919
[dependencies]
20-
base64 = { version = "^0.21", optional = true }
20+
base64 = { version = "^0.22", optional = true }
2121
prost = "^0.11"
2222
serde = { version = "^1.0.197", features = ["derive"], optional = true }
2323

tests/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories = ["cryptography"]
1111
publish = false
1212

1313
[dependencies]
14-
base64 = "^0.21"
14+
base64 = "^0.22"
1515
ed25519-dalek = { version = "2.1.1", features = ["rand_core"] }
1616
generic-array = "^0.14.7"
1717
hex = "^0.4.3"
@@ -28,7 +28,7 @@ tink-mac = "^0.2"
2828
tink-proto = "^0.2"
2929

3030
[dev-dependencies]
31-
base64 = "^0.21"
31+
base64 = "^0.22"
3232
hex = "^0.4.3"
3333
lazy_static = "^1.4"
3434
maplit = "^1.0.2"

0 commit comments

Comments
 (0)