Skip to content

Commit 3ab5cd7

Browse files
chore(deps): update base64 requirement from 0.21.0 to 0.22.0 (#279)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a8dd750 commit 3ab5cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engineioxide/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ http-body-util.workspace = true
3333
pin-project-lite.workspace = true
3434
hyper-util = { workspace = true, features = ["tokio"] }
3535

36-
base64 = "0.21.0"
36+
base64 = "0.22.0"
3737
bytes = "1.4.0"
3838
rand = "0.8.5"
3939

0 commit comments

Comments
 (0)