Skip to content

Commit

Permalink
PKG(Cargo): Added Reqwest & Tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
WillKirkmanM committed Apr 29, 2023
1 parent 3b7c219 commit 6ff42ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ clap = { version = "4.2.4", features = ["derive"] }
dylib = "0.0.3"
flate2 = "1.0.25"
indicatif = "0.17.3"
reqwest = { version = "0.11.16", features = ["blocking"] }
reqwest = "0.11.17"
serde = { version = "1.0.160", features = ["derive"] }
serde_yaml = "0.9.21"
tar = "0.4.38"
tokio = { version = "1.16.1", features = ["full"] }
tokio = { version = "1.28.0", default_features = false, features = ["full"] }

0 comments on commit 6ff42ea

Please sign in to comment.