Skip to content

Commit 2b745b7

Browse files
Update base64 requirement from 0.21.0 to 0.22.0 (#592)
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.2...v0.22.0) --- updated-dependencies: - dependency-name: base64 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d4779c0 commit 2b745b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1919
[dependencies]
2020
async-trait = "0.1.50"
2121
arc-swap = "1.3.0"
22-
base64 = "0.21.0"
22+
base64 = "0.22.0"
2323
bytes = "1.0.1"
2424
chrono = { version = "0.4.19", default-features = false, features = [
2525
"serde",
@@ -63,7 +63,7 @@ tokio = { version = "1.17.0", default-features = false, features = [
6363
tokio-test = "0.4.2"
6464
wiremock = "0.6.0"
6565
crypto_box = { version = "0.8.2", features = ["seal"] }
66-
base64 = "0.21.2"
66+
base64 = "0.22.0"
6767
pretty_assertions = "1.4.0"
6868
graphql_client = "0.13.0"
6969

0 commit comments

Comments
 (0)