Skip to content

Commit 90cd340

Browse files
Update base64 requirement from 0.21 to 0.22 (opensearch-project#242)
* Update base64 requirement from 0.21 to 0.22 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] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 41417d4 commit 90cd340

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1313
- Bumps `itertools` from 0.11.0 to 0.12.0
1414
- Bumps `hyper` from 0.14 to 1 in tests ([#221](https://github.com/opensearch-project/opensearch-rs/pull/221))
1515
- Bumps `sysinfo` from 0.29.0 to 0.30.5
16+
- Bumps `base64` from 0.21 to 0.22
1617

1718
### Changed
1819

opensearch/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ aws-auth = ["aws-credential-types", "aws-sigv4", "aws-smithy-runtime-api", "aws-
3030

3131
[dependencies]
3232
async-trait = "0.1"
33-
base64 = "0.21"
33+
base64 = "0.22"
3434
bytes = "1.0"
3535
dyn-clone = "1"
3636
lazy_static = "1.4"

yaml_test_runner/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ opensearch = { path = "../opensearch", features = ["experimental-apis"]}
1313
api_generator = { path = "./../api_generator" }
1414

1515
anyhow = "1.0"
16-
base64 = "0.21"
16+
base64 = "0.22"
1717
clap = "2"
1818
itertools = "0.12.0"
1919
Inflector = "0.11.4"

0 commit comments

Comments
 (0)