Skip to content

Commit

Permalink
Update clap and git2
Browse files Browse the repository at this point in the history
  • Loading branch information
DanNixon committed Jan 6, 2025
1 parent 2147cfc commit 37265a9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 27 deletions.
42 changes: 18 additions & 24 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 @@ -14,13 +14,13 @@ keywords = ["git", "mirror", "github"]
anyhow = "1.0.95"
async-trait = "0.1.83"
chrono = "0.4.39"
clap = { version = "~4.4", features = ["derive"] }
clap_complete = "~4.4"
clap = { version = "4.5.23", features = ["derive"] }
clap_complete = "4.5.23"
crossbeam-channel = "0.5.14"
enum_dispatch = "0.3.13"
env_logger = "0.11.6"
futures = "0.3.31"
git2 = "0.19.0"
git2 = "0.20.0"
log = "0.4.22"
octocrab = "0.42.1"
rayon = "1.10.0"
Expand Down

0 comments on commit 37265a9

Please sign in to comment.