Skip to content

Commit b1f3d82

Browse files
committed
Update cookie + openssl
Necessitated updating a bunch of other deps, primarily done to fix a panic when cookie signature lengths change.
1 parent 555a75b commit b1f3d82

File tree

3 files changed

+83
-60
lines changed

3 files changed

+83
-60
lines changed

Cargo.lock

+81-58
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ url = "0.2.0"
5050
postgres = { version = "0.10", features = ["time"] }
5151
r2d2 = "0.6.0"
5252
r2d2_postgres = "0.9"
53-
openssl = "0.6"
53+
openssl = "0.7"
5454
curl = "0.2"
5555
oauth2 = "0.1"
5656
log = "0.3"

src/s3/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ name = "s3"
1010
path = "lib.rs"
1111

1212
[dependencies]
13-
openssl = "0.6"
13+
openssl = "0.7"
1414
time = "0.1.0"
1515
curl = "0.2"
1616
rustc-serialize = "0.3"

0 commit comments

Comments
 (0)