Skip to content

Commit

Permalink
Bump console dependency in Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Jan 5, 2023
1 parent 0cf0924 commit 44cf2da
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ _cargo_insta_internal = []

[dependencies]
dep_csv = { package = "csv", version = "1.1.4", optional = true }
console = { version = "0.15.2", optional = true, default-features = false }
console = { version = "0.15.4", optional = true, default-features = false }
pest = { version = "2.1.3", optional = true }
pest_derive = { version = "2.1.0", optional = true }
dep_ron = { package = "ron", version = "0.7.1", optional = true }
Expand Down
74 changes: 60 additions & 14 deletions cargo-insta/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 cargo-insta/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ readme = "README.md"

[dependencies]
insta = { version = "=1.24.1", path = "..", features = ["json", "yaml", "redactions", "_cargo_insta_internal"] }
console = "0.15.1"
console = "0.15.4"
structopt = { version = "0.3.26", default-features = false }
serde = { version = "1.0.117", features = ["derive"] }
serde_json = "1.0.59"
Expand Down

0 comments on commit 44cf2da

Please sign in to comment.