Skip to content
Open
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ exclude = [".github", ".gitignore", "examples", "fixtures"]

[dependencies]
# Private dependencies.
base64 = "0.21"
base64 = "0.22"
byteorder = "1.1"
# Do not use a range on the crates md-5 or sha2. RustCrypto crate
# versions cannot be mixed and matched. Doing so will cause hard
Expand Down
Loading