Skip to content

Commit 5073c51

Browse files
Update src/response.rs
Co-authored-by: Jeremiah Senkpiel <[email protected]>
1 parent d243d4e commit 5073c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/response.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl Response {
2929
S: TryInto<StatusCode>,
3030
S::Error: Debug,
3131
{
32-
let res = http_types::Response::new(status);
32+
let res = http::Response::new(status);
3333
Self {
3434
res,
3535
cookie_events: vec![],

0 commit comments

Comments
 (0)