Skip to content

Commit bfbc6ae

Browse files
committed
Update dependencies
1 parent a2625bf commit bfbc6ae

File tree

8 files changed

+495
-423
lines changed

8 files changed

+495
-423
lines changed

Cargo.lock

Lines changed: 338 additions & 247 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -33,28 +33,28 @@ rustfmt-format-diff = []
3333
generic-simd = ["bytecount/generic-simd"]
3434

3535
[dependencies]
36-
annotate-snippets = { version = "0.9", features = ["color"] }
37-
anyhow = "1.0"
36+
annotate-snippets = "0.11.4"
37+
anyhow = "1.0.89"
3838
bytecount = "0.6.8"
39-
cargo_metadata = "0.18"
40-
clap = { version = "4.4.2", features = ["derive"] }
41-
clap-cargo = "0.12.0"
42-
diff = "0.1"
43-
dirs = "5.0"
44-
getopts = "0.2"
45-
ignore = "0.4"
46-
itertools = "0.12"
47-
regex = "1.7"
48-
serde = { version = "1.0.160", features = ["derive"] }
49-
serde_json = "1.0"
50-
term = "0.7"
51-
thiserror = "1.0.40"
52-
toml = "0.7.4"
53-
tracing = { version = "0.1.37", default-features = false, features = ["std"] }
54-
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
55-
unicode-segmentation = "1.9"
56-
unicode-width = "0.1"
57-
unicode-properties = { version = "0.1", default-features = false, features = ["general-category"] }
39+
cargo_metadata = "0.18.1"
40+
clap = { version = "4.5.20", features = ["derive"] }
41+
clap-cargo = "0.14.1"
42+
diff = "0.1.13"
43+
dirs = "5.0.1"
44+
getopts = "0.2.21"
45+
ignore = "0.4.23"
46+
itertools = "0.13.0"
47+
regex = "1.11.0"
48+
serde = { version = "1.0.210", features = ["derive"] }
49+
serde_json = "1.0.128"
50+
term = "1.0.0"
51+
thiserror = "1.0.64"
52+
toml = "0.8.19"
53+
tracing = { version = "0.1.40", default-features = false, features = ["std"] }
54+
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
55+
unicode-segmentation = "1.12.0"
56+
unicode-width = "0.2.0"
57+
unicode-properties = { version = "0.1.3", default-features = false, features = ["general-category"] }
5858

5959
rustfmt-config_proc_macro = { version = "0.3", path = "config_proc_macro" }
6060

0 commit comments

Comments
 (0)