chore(dependencies): update openssl to 0.7 and cookie to 0.2

Closes #686
This commit is contained in:
Sean McArthur
2015-11-20 11:12:56 -08:00
parent d44ee5980f
commit 81d42c964e
3 changed files with 7 additions and 7 deletions

View File

@@ -161,7 +161,7 @@ fn test_fmt() {
assert_eq!(
&headers.to_string()[..],
"Set-Cookie: foo=bar; HttpOnly; Path=/p\r\nSet-Cookie: baz=quux; Path=/\r\n");
"Set-Cookie: foo=bar; HttpOnly; Path=/p\r\nSet-Cookie: baz=quux\r\n");
}
#[test]