Skip to content

Commit

Permalink
Merge pull request #129 from n01e0/dependabot/cargo/tokio-1.42.0
Browse files Browse the repository at this point in the history
Bump tokio from 1.41.0 to 1.42.0
  • Loading branch information
n01e0 authored Dec 26, 2024
2 parents b3e5762 + 94ce3ef commit 41a41f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -22,7 +22,7 @@ strfmt = "0.2.4"
serde_yaml = "0.9.34"
# TODO thiserror使う
#thiserror = "1.0.50"
tokio = { version="1.41.0", features=["macros", "rt-multi-thread"] }
tokio = { version="1.42.0", features=["macros", "rt-multi-thread"] }
jwalk = "0.8.1"
git2 = { version="0.19.0", features=["vendored-openssl"] }
git-url-parse = "0.4.5"

0 comments on commit 41a41f2

Please sign in to comment.