Skip to content

Commit

Permalink
0.0.8: update reqwest + tokio
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <gyuho.lee@avalabs.org>
  • Loading branch information
gyuho committed Jan 20, 2023
1 parent 13fd029 commit fc36884
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "http-manager"
version = "0.0.7" # https://crates.io/crates/http-manager/versions
version = "0.0.8" # https://crates.io/crates/http-manager/versions
edition = "2021"
rust-version = "1.66"
publish = true
Expand All @@ -12,8 +12,8 @@ license = "Apache-2.0"
hyper = { version = "0.14.23", features = ["full"] }
hyper-tls = "0.5.0"
log = "0.4.17"
reqwest = "0.11.13"
tokio = { version = "1.24.1", features = ["full"] } # ref. https://github.com/tokio-rs/tokio/releases
reqwest = "0.11.14"
tokio = { version = "1.24.2", features = ["full"] } # ref. https://github.com/tokio-rs/tokio/releases
url = "2.3.1"

[dev-dependencies]
Expand Down

0 comments on commit fc36884

Please sign in to comment.