Skip to content

Commit 0241c01

Browse files
committed
build: run cargo upgrade
1 parent 663a3d9 commit 0241c01

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,24 +7,24 @@ description = "A lint running tool and framework."
77
license = "BSD-3-Clause"
88

99
[dependencies]
10-
clap = { version = "3.1.8", features = ["derive"] }
11-
anyhow = "1.0"
12-
glob = "0.3"
13-
tempfile = "3.2"
14-
serde = { version = "1.0.126", features = ["derive"] }
15-
serde_json = "1.0"
16-
textwrap = {version = "0.14", features = ["terminal_size"]}
17-
similar = {version = "2.1.0", features = ["inline"]}
18-
console = "0.15"
19-
toml = "0.5.8"
20-
log = "0.4.0"
10+
clap = { version = "3.1.9", features = ["derive"] }
11+
anyhow = "1.0.56"
12+
glob = "0.3.0"
13+
tempfile = "3.3.0"
14+
serde = { version = "1.0.136", features = ["derive"] }
15+
serde_json = "1.0.79"
16+
textwrap = { version = "0.15.0", features = ["terminal_size"] }
17+
similar = { version = "2.1.0", features = ["inline"] }
18+
console = "0.15.0"
19+
toml = "0.5.9"
20+
log = "0.4.16"
2121
env_logger = "0.9.0"
2222
indicatif = "0.16.2"
23-
regex = "1.5"
23+
regex = "1.5.5"
2424
itertools = "0.10.3"
25-
directories = "4.0"
25+
directories = "4.0.1"
2626
blake3 = "1.3.1"
2727

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

0 commit comments

Comments
 (0)