mirror of
https://github.com/tokio-rs/axum.git
synced 2024-11-21 22:56:46 +01:00
Allow duplicate itoa dependency (#626)
Once the community has updated to itoa 1.0 we can remove this.
This commit is contained in:
parent
ba42783df2
commit
4625e1953b
1 changed files with 2 additions and 0 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue