chore(deps): drop unused font8x8 dependency (#1777)

This commit is contained in:
Cristian Le 2025-04-11 14:28:11 +02:00 committed by GitHub
parent 5f8c159484
commit d28a08237a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 8 deletions

7
Cargo.lock generated
View File

@ -1015,12 +1015,6 @@ version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
[[package]]
name = "font8x8"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875488b8711a968268c7cf5d139578713097ca4635a76044e8fe8eedf831d07e"
[[package]]
name = "form_urlencoded"
version = "1.2.1"
@ -2560,7 +2554,6 @@ dependencies = [
"crossterm",
"document-features",
"fakeit",
"font8x8",
"futures",
"indoc",
"instability",

View File

@ -121,7 +121,6 @@ color-eyre = "0.6.2"
criterion = { version = "0.5.1", features = ["html_reports"] }
crossterm = { version = "0.28.1", features = ["event-stream"] }
fakeit = "1.1"
font8x8 = "0.3.1"
futures = "0.3.30"
indoc = "2"
pretty_assertions = "1.4.0"