File tree Expand file tree Collapse file tree 2 files changed +68
-49
lines changed Expand file tree Collapse file tree 2 files changed +68
-49
lines changed Original file line number Diff line number Diff line change @@ -17,28 +17,28 @@ readme = './README.md'
1717
1818[dependencies ]
1919async-trait = " 0.1.88"
20- tokio = { version = " 1.45 .1" , features = [" full" ] }
21- clap = { version = " 4.5.40 " , features = [" cargo" ] }
20+ tokio = { version = " 1.47 .1" , features = [" full" ] }
21+ clap = { version = " 4.5.42 " , features = [" cargo" ] }
2222colored = " 3.0.0"
2323dirs = " 6.0.0"
2424env_logger = " 0.11.6"
25- keyring = " 3.6.2 "
25+ keyring = " 3.6.3 "
2626log = " 0.4.27"
2727openssl = " 0.10.73"
2828pyo3 = { version = " 0.25.1" , optional = true }
29- rand = " 0.9.1 "
29+ rand = " 0.9.2 "
3030serde = { version = " 1.0.219" , features = [" derive" ] }
31- serde_json = " 1.0.140 "
32- toml = " 0.8.23 "
31+ serde_json = " 1.0.142 "
32+ toml = " 0.9.4 "
3333regex = " 1.11.1"
3434scraper = " 0.23.1"
3535anyhow = " 1.0.98"
36- clap_complete = " 4.5.54 "
36+ clap_complete = " 4.5.55 "
3737thiserror = " 2.0.12"
3838unicode-width = " 0.2"
3939
4040[dependencies .diesel ]
41- version = " 2.2.11 "
41+ version = " 2.2.12 "
4242features = [" sqlite" ]
4343
4444[dependencies .reqwest ]
You can’t perform that action at this time.
0 commit comments