Navigation Menu

Skip to content

Commit

Permalink
Update base64 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
flosse committed Oct 26, 2020
1 parent 70b49b7 commit f312e92
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Expand Up @@ -13,8 +13,8 @@ repository = "https://github.com/daniel-e/captcha"
edition = "2018"

[dependencies]
image = "0.23.9"
png = "0.16.7"
rand = "0.7.3"
serde_json = "1.0.57"
base64 = "0.12.3"
image = "0.23"
png = "0.16"
rand = "0.7"
serde_json = "1"
base64 = "0.13"

0 comments on commit f312e92

Please sign in to comment.