Skip to content

Commit

Permalink
fix(deps): update rust crate dirs to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2025
1 parent 72efa5c commit ae2bb9f
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 91 deletions.
114 changes: 24 additions & 90 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["command-line-utilities"]
[dependencies]
anyhow = "1.0.82"
clap = { version = "4.5.4", features = ["derive", "cargo", "env"] }
dirs = "5.0.1"
dirs = "6.0.0"
octocrab = { version = "0.42.0" }
regex = "1.10.4"
reqwest = { version = "0.12.4", default-features = false, features = ["json", "rustls-tls"] }
Expand Down

0 comments on commit ae2bb9f

Please sign in to comment.