mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update some dependencies to fix some warnings
"`#[must_use]` on methods is experimental" and "trait bounds are not (yet) enforced in type definitions" are shown despite Cargo using `--cap-lints=allow` for dependencies.
This commit is contained in:
parent
8000efac75
commit
8a84618ca2
2 changed files with 43 additions and 42 deletions
|
@ -28,7 +28,7 @@ mime_guess = "1.8.0"
|
|||
msg = {path = "../msg"}
|
||||
net_traits = {path = "../net_traits"}
|
||||
openssl = "0.9"
|
||||
parse-hosts = "0.4.0"
|
||||
parse-hosts = "0.5.0"
|
||||
profile_traits = {path = "../profile_traits"}
|
||||
serde = "1.0"
|
||||
serde_json = "1.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue