File tree Expand file tree Collapse file tree 2 files changed +43
-45
lines changed Expand file tree Collapse file tree 2 files changed +43
-45
lines changed Original file line number Diff line number Diff line change @@ -18,31 +18,31 @@ readme = './README.md'
1818[dependencies ]
1919async-trait = " 0.1.88"
2020tokio = { version = " 1.45.1" , features = [" full" ] }
21- clap = { version = " 4.5.39 " , features = [" cargo" ] }
21+ clap = { version = " 4.5.40 " , features = [" cargo" ] }
2222colored = " 3.0.0"
2323dirs = " 6.0.0"
2424env_logger = " 0.11.6"
2525keyring = " 3.6.2"
2626log = " 0.4.27"
2727openssl = " 0.10.73"
28- pyo3 = { version = " 0.25.0 " , optional = true }
28+ pyo3 = { version = " 0.25.1 " , optional = true }
2929rand = " 0.9.1"
3030serde = { version = " 1.0.219" , features = [" derive" ] }
3131serde_json = " 1.0.140"
32- toml = " 0.8.22 "
32+ toml = " 0.8.23 "
3333regex = " 1.11.1"
3434scraper = " 0.23.1"
3535anyhow = " 1.0.98"
36- clap_complete = " 4.5.52 "
36+ clap_complete = " 4.5.54 "
3737thiserror = " 2.0.12"
3838unicode-width = " 0.2"
3939
4040[dependencies .diesel ]
41- version = " 2.2.10 "
41+ version = " 2.2.11 "
4242features = [" sqlite" ]
4343
4444[dependencies .reqwest ]
45- version = " 0.12.18 "
45+ version = " 0.12.22 "
4646features = [" gzip" , " json" ]
4747
4848[features ]
You can’t perform that action at this time.
0 commit comments