Skip to content

Commit

Permalink
Merge pull request #69 from KisaragiEffective/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
KisaragiEffective authored Apr 7, 2024
2 parents 4a69243 + 448aa93 commit e74ade3
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 @@ -14,5 +14,5 @@ rayon = "1.9.0"
reqwest = { version = "0.12.3", features = ["blocking", "json", "rustls-tls"], default-features = false }
serde = { version = "1.0.197", features = ["derive"] }
sha1_smol = { version = "1.0.0", features = ["std", "serde"] }
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
url = { version = "2.5.0", features = ["serde"] }

0 comments on commit e74ade3

Please sign in to comment.