11[package ]
22name = " manga-tui"
3- version = " 0.8.1 "
3+ version = " 0.9.0 "
44edition = " 2021"
55authors = [" Josue <josuebarretogit@gmail.com>" ]
66readme = " README.md"
@@ -21,28 +21,28 @@ exclude = [
2121ratatui = { version = " 0.29.0" , features = [" all-widgets" , " palette" , " unstable-widget-ref" ] }
2222ratatui-image = { version = " 1.0.5" , features = [" rustix" ]}
2323throbber-widgets-tui = " 0.8.0"
24- tui-input = { version = " 0.12 .0" , features = [" crossterm" ], default-features = false }
24+ tui-input = { version = " 0.14 .0" , features = [" crossterm" ], default-features = false }
2525tui-widget-list = " 0.13.0"
2626
2727crossterm = { version = " 0.29.0" , features = [" event-stream" ] }
2828directories = " 6.0.0"
2929image = " 0.25.4"
30- reqwest = { version = " 0.12.20 " , features = [" json" , " native-tls-alpn" , " cookies" , " http2" , " gzip" , " deflate" ] }
31- tokio = { version = " 1.44.2 " , features = [" full" ] }
30+ reqwest = { version = " 0.12.22 " , features = [" json" , " native-tls-alpn" , " cookies" , " http2" , " gzip" , " deflate" ] }
31+ tokio = { version = " 1.46.1 " , features = [" full" ] }
3232serde = { version = " 1.0.219" , features = [" derive" ] }
3333strum = " 0.26.3"
3434strum_macros = " 0.26"
35- color-eyre = " 0.6.2 "
35+ color-eyre = " 0.6.5 "
3636futures = " 0.3.31"
3737bytes = { version = " 1" , features = [" serde" ] }
38- serde_json = " 1.0.140 "
38+ serde_json = " 1.0.141 "
3939once_cell = " 1.21.1"
40- chrono = " 0.4.40 "
40+ chrono = " 0.4.41 "
4141open = " 5"
42- rusqlite = { version = " 0.35 .0" , features = [" bundled" ] }
43- clap = { version = " 4.5.37 " , features = [" derive" , " cargo" ] }
44- zip = " 4.0 .0"
45- toml = " 0.8.20 "
42+ rusqlite = { version = " 0.37 .0" , features = [" bundled" ] }
43+ clap = { version = " 4.5.41 " , features = [" derive" , " cargo" ] }
44+ zip = " 4.3 .0"
45+ toml = " 0.9.2 "
4646epub-builder = " 0.8.0"
4747http = " 1.3"
4848keyring = { version = " 3" , features = [" apple-native" , " windows-native" , " sync-secret-service" ] }
@@ -51,20 +51,26 @@ pretty_env_logger = "0.5"
5151scraper = " 0.23.1"
5252regex = " 1.11.1"
5353lopdf = " 0.36.0"
54- flate2 = " 1.1.1 "
54+ flate2 = " 1.1.2 "
5555
5656[dev-dependencies ]
5757httpmock = " 0.7.0-rc.1"
5858pretty_assertions = " 1.4.0"
5959rusty-hook = " 0.11.2"
6060fake = " 4.3.0"
61- uuid = { version = " 1.16 .0" , features = [" v4" , " fast-rng" ] }
61+ uuid = { version = " 1.17 .0" , features = [" v4" , " fast-rng" ] }
6262http = " 1.3"
63+ criterion = { version = " 0.5" , features = [" html_reports" ] }
6364
65+ [[bench ]]
66+ name = " utils"
67+ harness = false
6468
6569[target .'cfg(windows)' .dependencies ]
6670windows-sys = { version = " 0.59.0" , features = [" Win32_Foundation" , " Win32_System_Console" , " Win32_UI_HiDpi" ]}
6771
6872[profile .release ]
6973codegen-units = 1
7074lto = " fat"
75+ opt-level = " z"
76+ strip = " debuginfo"
0 commit comments