Skip to content

Commit

Permalink
Bump console dependency.
Browse files Browse the repository at this point in the history
Removes a regex dep.  Fixes #102
  • Loading branch information
mitsuhiko committed Mar 8, 2020
1 parent 4f9e70e commit 2436760
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ serialization = []
difference = "2.0.0"
serde = { version = "1.0.85", features = ["derive"] }
serde_yaml = "0.8.8"
console = { version = "0.9.0", default-features = false }
console = { version = "0.10.0", default-features = false }
serde_json = "1.0.36"
lazy_static = "1.4.0"
pest = { version = "2.1.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion cargo-insta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ readme = "README.md"

[dependencies]
insta = { version = "0.13.0", path = "..", features = ["redactions"] }
console = "0.9.0"
console = "0.10.0"
clap = "2.33.0"
difference = "2.0.0"
structopt = "0.3.3"
Expand Down

0 comments on commit 2436760

Please sign in to comment.