mirror of
https://github.com/zyllian/webdog.git
synced 2025-06-27 17:05:44 -07:00
remove itertools dependency
This commit is contained in:
parent
230e22dbf8
commit
9125738498
4 changed files with 15 additions and 26 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -1291,15 +1291,6 @@ version = "1.70.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
||||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
||||
dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "itoa"
|
||||
version = "1.0.15"
|
||||
|
@ -3012,7 +3003,6 @@ dependencies = [
|
|||
"hotwatch",
|
||||
"html5ever 0.31.0",
|
||||
"include_dir",
|
||||
"itertools",
|
||||
"kuchikiki",
|
||||
"lol_html",
|
||||
"minifier",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue