Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update base64 dependency.
  • Loading branch information
jdm authored May 22, 2023
commit 71a54aab39cb5149d146dcb8da26a0aec9e371c6
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
[dependencies]
http = "0.2.0"
headers-core = { version = "0.2", path = "./headers-core" }
base64 = "0.13"
base64 = "0.21"
bytes = "1"
mime = "0.3.14"
sha1 = "0.10"
Expand Down