Skip to content

Commit 5c73969

Browse files
Update base64 requirement from 0.22 to 0.23 in /azure_devops_rust_api
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.22.0...v0.23.0) --- updated-dependencies: - dependency-name: base64 dependency-version: 0.23.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 200bf84 commit 5c73969

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

azure_devops_rust_api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde = { version = "1", features = ["derive"] }
2626
serde_json = "1"
2727
bytes = "1"
2828
futures = "0.3"
29-
base64 = "0.22"
29+
base64 = "0.23"
3030
time = "0.3"
3131
async-trait = "0.1"
3232
tracing = "0.1"

0 commit comments

Comments
 (0)