Skip to content

Commit

Permalink
revert base64 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
shenjackyuanjie committed Mar 31, 2024
1 parent 9f07ae7 commit 5a08f98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 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 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.22.0"
base64 = "0.21.5"
bytes = "1"
backoff = "0.4"
rand = "0.8.5"
Expand Down

0 comments on commit 5a08f98

Please sign in to comment.