mirror of
https://github.com/ratatui/ratatui.git
synced 2025-10-02 23:35:49 +00:00
chore(deps): drop unused font8x8 dependency (#1777)
This commit is contained in:
parent
5f8c159484
commit
d28a08237a
7
Cargo.lock
generated
7
Cargo.lock
generated
@ -1015,12 +1015,6 @@ version = "0.1.4"
|
|||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "font8x8"
|
|
||||||
version = "0.3.1"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "875488b8711a968268c7cf5d139578713097ca4635a76044e8fe8eedf831d07e"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "form_urlencoded"
|
name = "form_urlencoded"
|
||||||
version = "1.2.1"
|
version = "1.2.1"
|
||||||
@ -2560,7 +2554,6 @@ dependencies = [
|
|||||||
"crossterm",
|
"crossterm",
|
||||||
"document-features",
|
"document-features",
|
||||||
"fakeit",
|
"fakeit",
|
||||||
"font8x8",
|
|
||||||
"futures",
|
"futures",
|
||||||
"indoc",
|
"indoc",
|
||||||
"instability",
|
"instability",
|
||||||
|
@ -121,7 +121,6 @@ color-eyre = "0.6.2"
|
|||||||
criterion = { version = "0.5.1", features = ["html_reports"] }
|
criterion = { version = "0.5.1", features = ["html_reports"] }
|
||||||
crossterm = { version = "0.28.1", features = ["event-stream"] }
|
crossterm = { version = "0.28.1", features = ["event-stream"] }
|
||||||
fakeit = "1.1"
|
fakeit = "1.1"
|
||||||
font8x8 = "0.3.1"
|
|
||||||
futures = "0.3.30"
|
futures = "0.3.30"
|
||||||
indoc = "2"
|
indoc = "2"
|
||||||
pretty_assertions = "1.4.0"
|
pretty_assertions = "1.4.0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user