Skip to content

Commit

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

---
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 Dec 22, 2023
1 parent 4279467 commit 5406a1e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.2"
base64 = "0.21.5"
bytes = "1"
reqwest = { version = "0.11.22", 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.3", path = "../engineio" }
base64 = "0.21.2"
base64 = "0.21.5"
bytes = "1"
backoff = "0.4"
rand = "0.8.5"
Expand Down

0 comments on commit 5406a1e

Please sign in to comment.