Skip to content

Commit

Permalink
Merge branch 'trunk' of https://github.com/jewlexx/ignoreit into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
Juliette Cordor committed Dec 29, 2022
2 parents 13e3714 + 1e4802c commit 33059eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
13 changes: 6 additions & 7 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 @@ -11,15 +11,15 @@ keywords = ["git", "ignore", "developer", "tools", "gitignore"]
categories = ["command-line-utilities", "development-tools"]

[dependencies]
anyhow = "1.0.66"
anyhow = "1.0.68"
directories = "4.0.1"
lazy_static = "1.4.0"
dialoguer = "0.10.2"
clap = { version = "4.0.29", features = ["derive"] }
clap = { version = "4.0.32", features = ["derive"] }
mincolor = "2.0.1"
reqwest = { version = "0.11.13", features = ["json", "blocking"] }
indicatif = { version = "0.17.2", features = ["rayon"] }
rayon = "1.6.0"
rayon = "1.6.1"
parking_lot = "0.12.1"

[profile.release]
Expand Down

0 comments on commit 33059eb

Please sign in to comment.