Skip to content

Commit

Permalink
chore(crates): update cargo dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gibfahn committed Jan 31, 2025
1 parent b16c997 commit 554a715
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 42 deletions.
106 changes: 68 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ clap = { version = "4.5.27", features = [
"string",
"wrap_help",
] }
clap_complete = "4.5.42"
clap_complete = "4.5.44"
color-eyre = "0.6.3"
dirs = "6.0.0"
displaydoc = "0.2.5"
Expand All @@ -57,7 +57,7 @@ git2 = { version = "0.20.0", features = [
] }
hex = "0.4.3"
itertools = "0.14.0"
indicatif = { version = "0.17.9", features = ["rayon"] }
indicatif = { version = "0.17.11", features = ["rayon"] }
log = "0.4.25"
plist = "1.7.0"
rayon = "1.10.0"
Expand All @@ -67,7 +67,7 @@ schemars = "0.8.21"
semver = "1.0.25"
serde = "1.0.217"
serde_derive = "1.0.217"
serde_json = "1.0.137"
serde_json = "1.0.138"
serde_yaml = "0.9.34"
shell-escape = "0.1.5"
shellexpand = "3.1.0"
Expand Down
3 changes: 2 additions & 1 deletion clippy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
# https://rust-lang.github.io/rust-clippy/master/index.html#multiple_crate_versions
# Check duplicates with `cargo +nightly tree --workspace --target all --duplicates`
allowed-duplicate-crates = [
"dirs",
"dirs-sys",
"getrandom",
"redox_users",
"regex-automata",
"regex-syntax",
"thiserror",
"thiserror-impl",
"unicode-width",
"wasi",
"windows-sys",
"windows-targets",
"windows_aarch64_gnullvm",
Expand Down

0 comments on commit 554a715

Please sign in to comment.