Skip to content

Commit

Permalink
Update base64 to 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed Oct 15, 2018
1 parent b6747ff commit a52044e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 webrender/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ serialize_program = ["serde"]

[dependencies]
app_units = "0.7"
base64 = { optional = true, version = "0.6" }
base64 = { optional = true, version = "0.9" }
bincode = "1.0"
bitflags = "1.0"
byteorder = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion wrench/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ build = "build.rs"
license = "MPL-2.0"

[dependencies]
base64 = "0.6"
base64 = "0.9"
bincode = "1.0"
byteorder = "1.0"
env_logger = { version = "0.5", optional = true }
Expand Down

0 comments on commit a52044e

Please sign in to comment.