Skip to content

Commit

Permalink
Use tokio 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvilhonen authored and adamchalmers committed Jan 11, 2021
1 parent e72b3ae commit 80d249c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloudflare-e2e-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ chrono = { version = "0.4", features = ["serde"] }
clap = "2.33"
cloudflare = {path = "../cloudflare"}
anyhow = "1.0.33"
tokio = { version = "0.2", features = ["macros"] }
tokio = { version = "1", features = ["macros"] }
2 changes: 1 addition & 1 deletion cloudflare/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ chrono = { version = "0.4", features = ["serde"] }
cfg-if = "0.1"
http = "0.2"
percent-encoding = "1.0"
reqwest = { version = "0.10", features = ["json", "blocking"] }
reqwest = { version = "0.11", features = ["json", "blocking"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_qs = "0.4"
Expand Down

0 comments on commit 80d249c

Please sign in to comment.