Skip to content

Commit

Permalink
build: run cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
suo committed Apr 17, 2022
1 parent 663a3d9 commit 0241c01
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,24 @@ description = "A lint running tool and framework."
license = "BSD-3-Clause"

[dependencies]
clap = { version = "3.1.8", features = ["derive"] }
anyhow = "1.0"
glob = "0.3"
tempfile = "3.2"
serde = { version = "1.0.126", features = ["derive"] }
serde_json = "1.0"
textwrap = {version = "0.14", features = ["terminal_size"]}
similar = {version = "2.1.0", features = ["inline"]}
console = "0.15"
toml = "0.5.8"
log = "0.4.0"
clap = { version = "3.1.9", features = ["derive"] }
anyhow = "1.0.56"
glob = "0.3.0"
tempfile = "3.3.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
textwrap = { version = "0.15.0", features = ["terminal_size"] }
similar = { version = "2.1.0", features = ["inline"] }
console = "0.15.0"
toml = "0.5.9"
log = "0.4.16"
env_logger = "0.9.0"
indicatif = "0.16.2"
regex = "1.5"
regex = "1.5.5"
itertools = "0.10.3"
directories = "4.0"
directories = "4.0.1"
blake3 = "1.3.1"

[dev-dependencies]
assert_cmd = "2.0"
insta = {version = "1.8.0", features = ["redactions"]}
assert_cmd = "2.0.4"
insta = { version = "1.14.0", features = ["redactions"] }

0 comments on commit 0241c01

Please sign in to comment.