Skip to content

Commit

Permalink
chore(deps): bump base64 from 0.21.0 to 0.21.2
Browse files Browse the repository at this point in the history
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.21.0 to 0.21.2.
- [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md)
- [Commits](marshallpierce/rust-base64@v0.21.0...v0.21.2)

---
updated-dependencies:
- dependency-name: base64
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and 1c3t3a committed Jul 8, 2023
1 parent 47ecd74 commit bacf91f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion engineio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories = ["network-programming", "web-programming", "web-programming::websoc
license = "MIT"

[dependencies]
base64 = "0.21.0"
base64 = "0.21.2"
bytes = "1"
reqwest = { version = "0.11.16", features = ["blocking", "native-tls", "stream"] }
adler32 = "1.2.0"
Expand Down
2 changes: 1 addition & 1 deletion socketio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "MIT"

[dependencies]
rust_engineio = { version = "0.4.2", path = "../engineio" }
base64 = "0.21.0"
base64 = "0.21.2"
bytes = "1"
backoff = "0.4"
rand = "0.8.5"
Expand Down

0 comments on commit bacf91f

Please sign in to comment.