refactor: remove isolang, bump version

This commit is contained in:
VC
2023-02-09 10:58:12 +01:00
parent 9a03c7681b
commit 3d44bbfb86
2 changed files with 2 additions and 37 deletions

36
Cargo.lock generated
View File

@@ -776,15 +776,6 @@ dependencies = [
"windows-sys 0.42.0",
]
[[package]]
name = "isolang"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b64fd6448ee8a45ce6e4365c58e4fa7d8740cba2ed70db3e9ab4879ebd93eaaa"
dependencies = [
"phf",
]
[[package]]
name = "itoa"
version = "1.0.5"
@@ -1082,24 +1073,6 @@ version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
[[package]]
name = "phf"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
version = "0.2.9"
@@ -1343,14 +1316,13 @@ dependencies = [
[[package]]
name = "scootaloo"
version = "1.1.4"
version = "1.1.5"
dependencies = [
"base64",
"clap",
"egg-mode",
"futures",
"html-escape",
"isolang",
"log",
"megalodon",
"mime",
@@ -1523,12 +1495,6 @@ dependencies = [
"winapi",
]
[[package]]
name = "siphasher"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
[[package]]
name = "slab"
version = "0.4.7"