Skip to content

Commit

Permalink
Updating to base64 0.12 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
mettke authored Jun 7, 2020
1 parent dfb1ff8 commit f3c4d99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ reqwest-010 = ["reqwest-0-10", "http-0-2"]

[dependencies]
async-trait = { version = "0.1", optional = true }
base64 = "0.10"
base64 = "0.12"
curl = { version = "0.4.0", optional = true }
failure = "0.1"
failure_derive = "0.1"
Expand Down

0 comments on commit f3c4d99

Please sign in to comment.