Skip to content

Commit f5c65b3

Browse files
Bump the all group with 1 update (#165)
Updates the requirements on [base64](https://github.com/marshallpierce/rust-base64) to permit the latest version. Updates `base64` to 0.22.0 - [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 dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97642fd commit f5c65b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ readme = "README.md"
1414
repository = "https://github.com/sbstp/attohttpc"
1515

1616
[dependencies]
17-
base64 = {version = "0.21.2", optional = true}
17+
base64 = {version = "0.22.0", optional = true}
1818
encoding_rs = {version = "0.8.31", optional = true}
1919
encoding_rs_io = {version = "0.1.7", optional = true}
2020
flate2 = {version = "1.0.24", default-features = false, optional = true}

0 commit comments

Comments
 (0)