Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
n01e0 committed Oct 31, 2024
1 parent ee08608 commit e6cf3d8
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 20 deletions.
42 changes: 24 additions & 18 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ clap = { version="4.5.7", features=["derive"] }
grep = "0.3.1"
ignore = "0.4.22"
rayon = "1.10.0"
octocrab = "0.38.0"
octocrab = "0.41.2"
serde = { version="1.0.203", features=["derive"] }
strfmt = "0.2.4"
serde_yaml = "0.9.34"
# TODO thiserror使う
#thiserror = "1.0.50"
tokio = { version="1.38.0", features=["macros", "rt-multi-thread"] }
tokio = { version="1.41.0", features=["macros", "rt-multi-thread"] }
jwalk = "0.8.1"

0 comments on commit e6cf3d8

Please sign in to comment.