File tree Expand file tree Collapse file tree 2 files changed +80
-54
lines changed Expand file tree Collapse file tree 2 files changed +80
-54
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,23 @@ readme = './README.md'
17
17
18
18
[dependencies ]
19
19
async-trait = " 0.1.88"
20
- tokio = { version = " 1.44.2 " , features = [" full" ] }
21
- clap = { version = " 4.5.37 " , features = [" cargo" ] }
20
+ tokio = { version = " 1.45.1 " , features = [" full" ] }
21
+ clap = { version = " 4.5.39 " , features = [" cargo" ] }
22
22
colored = " 3.0.0"
23
23
dirs = " 6.0.0"
24
24
env_logger = " 0.11.6"
25
25
keyring = " 3.6.2"
26
26
log = " 0.4.27"
27
- openssl = " 0.10.72 "
28
- pyo3 = { version = " 0.24.2 " , optional = true }
27
+ openssl = " 0.10.73 "
28
+ pyo3 = { version = " 0.25.0 " , optional = true }
29
29
rand = " 0.9.1"
30
30
serde = { version = " 1.0.219" , features = [" derive" ] }
31
31
serde_json = " 1.0.140"
32
32
toml = " 0.8.22"
33
33
regex = " 1.11.1"
34
34
scraper = " 0.23.1"
35
35
anyhow = " 1.0.98"
36
- clap_complete = " 4.5.48 "
36
+ clap_complete = " 4.5.52 "
37
37
thiserror = " 2.0.12"
38
38
unicode-width = " 0.2"
39
39
@@ -42,11 +42,11 @@ version = "2.2.10"
42
42
features = [" sqlite" ]
43
43
44
44
[dependencies .reqwest ]
45
- version = " 0.12.15 "
45
+ version = " 0.12.18 "
46
46
features = [" gzip" , " json" ]
47
47
48
48
[features ]
49
49
pym = [" pyo3" ]
50
50
51
51
[target .'cfg(target_family = "unix")' .dependencies ]
52
- nix = { version = " 0.30.0 " , features = [ " signal" ] }
52
+ nix = { version = " 0.30.1 " , features = [ " signal" ] }
You can’t perform that action at this time.
0 commit comments