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 Sep 28, 2023
1 parent dc5e11b commit 4c095ad
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 77 deletions.
284 changes: 210 additions & 74 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 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.4.6", features = ["env", "unicode", "string"] }
console = "0.15.7"
eyre = "0.6.8"
tracing = { version = "0.1.37", features = ["log"] }
tracing-subscriber = { version = "0.3.16", features = ["local-time", "env-filter"] }
tracing-subscriber = { version = "0.3.17", features = ["local-time", "env-filter"] }

0 comments on commit 4c095ad

Please sign in to comment.