Skip to content

Commit

Permalink
Update base64 requirement from 0.21.0 to 0.22.0 (XAMPPRocky#592)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and dmgorsky committed Mar 6, 2024
1 parent ee1c893 commit 41b423d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
[dependencies]
async-trait = "0.1.50"
arc-swap = "1.3.0"
base64 = "0.21.0"
base64 = "0.22.0"
bytes = "1.0.1"
chrono = { version = "0.4.19", default-features = false, features = [
"serde",
Expand Down Expand Up @@ -63,7 +63,7 @@ tokio = { version = "1.17.0", default-features = false, features = [
tokio-test = "0.4.2"
wiremock = "0.6.0"
crypto_box = { version = "0.8.2", features = ["seal"] }
base64 = "0.21.2"
base64 = "0.22.0"
pretty_assertions = "1.4.0"
graphql_client = "0.13.0"

Expand Down

0 comments on commit 41b423d

Please sign in to comment.