Skip to content

Commit

Permalink
Update base64 requirement from 0.21 to 0.22
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.0...v0.22.0)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 4, 2024
1 parent 41417d4 commit 9097b5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion opensearch/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ aws-auth = ["aws-credential-types", "aws-sigv4", "aws-smithy-runtime-api", "aws-

[dependencies]
async-trait = "0.1"
base64 = "0.21"
base64 = "0.22"
bytes = "1.0"
dyn-clone = "1"
lazy_static = "1.4"
Expand Down
2 changes: 1 addition & 1 deletion yaml_test_runner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ opensearch = { path = "../opensearch", features = ["experimental-apis"]}
api_generator = { path = "./../api_generator" }

anyhow = "1.0"
base64 = "0.21"
base64 = "0.22"
clap = "2"
itertools = "0.12.0"
Inflector = "0.11.4"
Expand Down

0 comments on commit 9097b5f

Please sign in to comment.