Skip to content

Commit

Permalink
Update reqwest to include bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
konstin committed Sep 19, 2018
1 parent 9fda8a8 commit ea7486a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,30 +21,30 @@ name = "pyo3-pack"
name = "pyo3_pack"

[dependencies]
base64 = "0.9.2"
base64 = "0.9.3"
cargo_metadata = "0.6.0"
digest = { version = "0.7.5", features = ["std"] }
failure = "0.1.2"
keyring = { version = "0.6.0", optional = true }
reqwest = { version = "0.9.0", optional = true }
reqwest = { git = "https://github.com/seanmonstar/reqwest", rev = "2698148743c9ab6dcf3ca664d235b458b2cfd426", optional = true }
rpassword = "2.0.0"
serde_derive = "1.0.78"
serde_json = "1.0.27"
serde_derive = "1.0.79"
serde_json = "1.0.28"
sha2 = "0.7.1"
structopt = "0.2.10"
target_info = "0.1.0"
toml = "0.4.6"
zip = "0.4.2"
serde = "1.0.78"
serde = "1.0.79"
tar = { version = "0.4.16", optional = true }
libflate = { version = "0.1.16", optional = true }
human-panic = "1.0.1"
regex = "1.0.5"
indicatif = "0.9.0"
atty = "0.2.11"
tempfile = "3.0.3"
tempfile = "3.0.4"
goblin = { version = "0.0.17", optional = true }
openssl = { version = "0.10", features = ["vendored"], optional = true }
openssl = { version = "0.10.12", features = ["vendored"], optional = true }

[dev-dependencies]
indoc = "0.2.8"
Expand Down

0 comments on commit ea7486a

Please sign in to comment.