22authors = [" o2sh <ossama-hjaji@live.fr>" ]
33edition = " 2021"
44license = " MIT"
5- version = " 2.20 .0"
5+ version = " 2.21 .0"
66repository = " https://github.com/o2sh/onefetch"
77
88[workspace ]
@@ -11,7 +11,7 @@ members = ["ascii", "image", "manifest"]
1111[workspace .dependencies ]
1212owo-colors = " 3.5.0"
1313anyhow = " 1.0"
14- clap = { version = " 4.5.3 " , features = [" derive" ] }
14+ clap = { version = " 4.5.4 " , features = [" derive" ] }
1515image = " 0.24.9"
1616strum = { version = " 0.25.0" , features = [" derive" ] }
1717
@@ -32,11 +32,11 @@ rust-version = "1.74.1"
3232[dependencies ]
3333anyhow.workspace = true
3434askalono = " 0.4.6"
35- byte-unit = " 5.1.2 "
36- bytecount = " 0.6.7 "
35+ byte-unit = " 5.1.4 "
36+ bytecount = " 0.6.8 "
3737clap.workspace = true
38- clap_complete = " 4.5.1 "
39- crossbeam-channel = " 0.5.9 "
38+ clap_complete = " 4.5.2 "
39+ crossbeam-channel = " 0.5.12 "
4040# NOTE Ensures that gengo's gix features don't conflict with the ones we're using
4141gengo = { version = " 0.11.2" , default-features = false , features = [" max-performance-safe" ] }
4242gix = { version = " 0.62.0" , default-features = false , features = [
@@ -55,24 +55,24 @@ onefetch-ascii = { path = "ascii", version = "2.19.0" }
5555onefetch-image = { path = " image" , version = " 2.19.0" }
5656onefetch-manifest = { path = " manifest" , version = " 2.19.0" }
5757owo-colors.workspace = true
58- regex = " 1.10.2 "
58+ regex = " 1.10.4 "
5959serde = " 1.0"
6060serde_json = " 1.0"
61- serde_yaml = " 0.9.27 "
61+ serde_yaml = " 0.9.34 "
6262# TODO With the new value parsers, we're really close to being able to eliminate
6363# the strum dependency
6464strum.workspace = true
65- time = { version = " 0.3.34 " , features = [" formatting" ] }
65+ time = { version = " 0.3.36 " , features = [" formatting" ] }
6666time-humanize = { version = " 0.1.3" , features = [" time" ] }
6767typetag = " 0.2"
6868parking_lot = " 0.12"
6969
7070[dev-dependencies ]
7171criterion = " 0.5.1"
7272gix-testtools = " 0.13.0"
73- insta = { version = " 1.34 .0" , features = [" json" , " redactions" ] }
73+ insta = { version = " 1.38 .0" , features = [" json" , " redactions" ] }
7474pretty_assertions = " 1.4.0"
75- rstest = " 0.18.2 "
75+ rstest = " 0.19.0 "
7676
7777[[bench ]]
7878name = " repo"
0 commit comments