Skip to content

Commit

Permalink
deps: update to base64 0.12
Browse files Browse the repository at this point in the history
No code changes were necessary.
  • Loading branch information
BurntSushi committed May 9, 2020
1 parent 3fd2694 commit b458cf3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 crates/printer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ default = ["serde1"]
serde1 = ["base64", "serde", "serde_derive", "serde_json"]

[dependencies]
base64 = { version = "0.11.0", optional = true }
base64 = { version = "0.12.1", optional = true }
bstr = "0.2.0"
grep-matcher = { version = "0.1.2", path = "../matcher" }
grep-searcher = { version = "0.1.4", path = "../searcher" }
Expand Down

0 comments on commit b458cf3

Please sign in to comment.