Skip to content

Commit

Permalink
upd reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
edg-l committed Jan 5, 2021
1 parent 6a186d0 commit 5ba9bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ edition = "2018"


[dependencies]
reqwest = { version = "0.10.10", features = ["json"] }
reqwest = { version = "0.11.0", features = ["json"] }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.61"
chrono = { version = "0.4.19", features = ["serde"] }
jsonwebtoken = "7.2.0"
base64 = "0.13.0"
log = "0.4.11"
bytes = "~0.5.6"
bytes = "1.0.0"

[dev-dependencies]
# Can't update this until reqwest updates.
tokio = { version = "0.2.24", features = ["macros", "rt-core"] }
tokio = { version = "1.0.1", features = ["macros", "rt"] }
dotenv = "0.15.0"

0 comments on commit 5ba9bfa

Please sign in to comment.