Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 27, 2023
1 parent dc5e11b commit c835f33
Show file tree
Hide file tree
Showing 2 changed files with 168 additions and 43 deletions.
207 changes: 166 additions & 41 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions crates/gitignore_inner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ categories = ["command-line-interface"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0.17", features = ["env", "unicode", "string"] }
console = "0.15.2"
clap = { version = "4.1.7", features = ["env", "unicode", "string"] }
console = "0.15.5"
eyre = "0.6.8"
tracing = { version = "0.1.37", features = ["log"] }
tracing-subscriber = { version = "0.3.16", features = ["local-time", "env-filter"] }

0 comments on commit c835f33

Please sign in to comment.