Skip to content

Commit

Permalink
Allow duplicate itoa dependency (#12)
Browse files Browse the repository at this point in the history
`http` pulls in version 1.0.1 and hyper pulls version 0.4.8. hyper has
been updated on `master` so after the next release we can remove this.
  • Loading branch information
davidpdrsn authored Jan 11, 2022
1 parent 167e681 commit 662b989
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ deny = [
{ name = "openssl-sys" },
]
skip = [
{ name = "itoa", version = "=0.4.8" },
]

[sources]
Expand Down

0 comments on commit 662b989

Please sign in to comment.