Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to v1.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent ca063ae commit fb41144
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 28 deletions.
37 changes: 10 additions & 27 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 @@ -12,7 +12,7 @@ clap = { version = "4.5.4", features = ["derive"] }
md5 = "0.7.0"
rayon = "1.10.0"
reqwest = { version = "0.12.4", features = ["blocking", "json", "rustls-tls"], default-features = false }
serde = { version = "1.0.200", features = ["derive"] }
serde = { version = "1.0.198", features = ["derive"] }
sha1_smol = { version = "1.0.0", features = ["std", "serde"] }
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
url = { version = "2.5.0", features = ["serde"] }

0 comments on commit fb41144

Please sign in to comment.