Skip to content

Commit

Permalink
Bump linked-hash-version to 0.5.6
Browse files Browse the repository at this point in the history
The older versions have stricter requirements (&mut self vs &self)
for the back() function, causing gotham's test suite to fail to compile.
  • Loading branch information
msrd0 committed Jan 26, 2023
1 parent 3da82b6 commit 7b2e5f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gotham/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ cookie = "0.15"
futures-util = "0.3.14"
httpdate = "1.0"
hyper = { version = "0.14.12", features = ["http1", "runtime", "server", "stream"] }
linked-hash-map = { version = "0.5.3", optional = true }
linked-hash-map = { version = "0.5.6", optional = true }
log = "0.4"
mime = "0.3.15"
mime_guess = "2.0.1"
Expand Down

0 comments on commit 7b2e5f9

Please sign in to comment.