Allow duplicate itoa dependency (#626)

Once the community has updated to itoa 1.0 we can remove this.
This commit is contained in:
David Pedersen 2021-12-14 11:56:16 +01:00 committed by GitHub
parent ba42783df2
commit 4625e1953b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,8 @@ skip = [
# rustls uses old version (dev dep)
{ name = "spin", version = "=0.5.2" },
{ name = "webpki", version = "=0.21.4" },
# pulled in by hyper, http, and serde_urlencoded
{ name = "itoa", version = "=0.4.8" },
]
[sources]