Skip to content

Commit

Permalink
build(deps): bump base64 from 0.13.1 to 0.21.0
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.13.1 to 0.21.0.
- [Release notes](https://github.com/marshallpierce/rust-base64/releases)
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.13.1...v0.21.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 6, 2023
1 parent 5e93077 commit f13357e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
22 changes: 14 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion integration/gcpkms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords = ["cryptography", "tink", "kms", "gcp"]
categories = ["cryptography"]

[dependencies]
base64 = "^0.13"
base64 = "^0.21"
chrono = "^0.4"
futures = "^0.3"
http = "^0.2"
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ default = []
json = ["base64", "serde"]

[dependencies]
base64 = { version = "^0.13", optional = true }
base64 = { version = "^0.21", optional = true }
prost = "^0.11"
serde = { version = "^1.0.147", features = ["derive"], optional = true }

Expand Down
4 changes: 2 additions & 2 deletions tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["cryptography"]
publish = false

[dependencies]
base64 = "^0.13"
base64 = "^0.21"
ed25519-dalek = "^1.0.1"
generic-array = "^0.14.6"
hex = "^0.4.3"
Expand All @@ -29,7 +29,7 @@ tink-mac = "^0.2"
tink-proto = "^0.2"

[dev-dependencies]
base64 = "^0.13"
base64 = "^0.21"
hex = "^0.4.3"
lazy_static = "^1.4"
maplit = "^1.0.2"
Expand Down

0 comments on commit f13357e

Please sign in to comment.