@@ -16,28 +16,28 @@ osx_minimum_system_version = "10.7"
1616
1717[dependencies ]
1818anyhow = " 1.0"
19- bitar = { version = " 0.10" , features = [" rustls-tls" ] }
19+ bitar = { version = " 0.10" , features = [" rustls-tls" ] }
2020time = " 0.3"
2121dmg = " 0.1.2"
2222espim = " 0.2"
2323flate2 = " 1.0"
2424fs_extra = " 1.3.0"
2525futures = " 0.3"
26- iced_aw = { version = " 0.8 " , default-features = false , features = [" tabs" ] }
26+ iced_aw = { git = " https://github.com/iced-rs/iced_aw.git " , rev = " 9ed46bffd0d819f22e07db6c282fbef733007df5 " , default-features = false , features = [" tabs" , " icons " ] }
2727lazy_static = " 1.4"
28- log = { version = " 0.4.21" , features = [" std" ] }
28+ log = { version = " 0.4.21" , features = [" std" ] }
2929open = " 5"
3030parse_link_header = " 0.3"
3131platform-dirs = " 0.3.0"
3232progress-streams = " 1.1.0"
3333regex = " 1"
34- rodio = { version = " 0.17" , default-features = false , features = [" vorbis" ] }
34+ rodio = { version = " 0.17" , default-features = false , features = [" vorbis" ] }
3535serde = { version = " 1.0" , features = [" derive" ] }
3636serde_json = " 1.0"
3737serde-xml-rs = " 0.6"
3838simplelog = " 0.12.2"
3939tar = " 0.4"
40- tokio = { version = " 1" , default-features = false , features = [" fs" ] }
40+ tokio = { version = " 1" , default-features = false , features = [" fs" ] }
4141ureq = { version = " 2.9" , default-features = false , features = [" json" , " tls" ] }
4242version = " 3"
4343zip-extract = { version = " 0.1.3" , default-features = false , features = [" deflate" ] }
0 commit comments