@@ -6,76 +6,76 @@ version = "2.11.0"
6
6
edition = " 2018"
7
7
8
8
[dependencies ]
9
- anylog = " 0.6.2 "
10
- anyhow = { version = " 1.0.66 " , features = [" backtrace" ] }
9
+ anylog = " 0.6.3 "
10
+ anyhow = { version = " 1.0.68 " , features = [" backtrace" ] }
11
11
backoff = " 0.4.0"
12
- backtrace = " 0.3.66 "
12
+ backtrace = " 0.3.67 "
13
13
brotli2 = " 0.3.2"
14
14
bytecount = " 0.6.3"
15
15
chardet = " 0.2.4"
16
- chrono = { version = " 0.4.22 " , features = [" serde" ] }
17
- clap = { version = " 3.2.22 " , default-features = false , features = [
16
+ chrono = { version = " 0.4.23 " , features = [" serde" ] }
17
+ clap = { version = " 3.2.23 " , default-features = false , features = [
18
18
" std" ,
19
19
" suggestions" ,
20
20
" wrap_help" ,
21
21
] }
22
- console = " 0.15.2 "
22
+ console = " 0.15.5 "
23
23
curl = { version = " 0.4.44" , features = [" static-curl" , " static-ssl" ] }
24
24
dirs = " 4.0.0"
25
25
dotenv = " 0.15.0"
26
- elementtree = " 1.2.2 "
26
+ elementtree = " 1.2.3 "
27
27
encoding = " 0.2.33"
28
- flate2 = { version = " 1.0.24 " , default-features = false , features = [
28
+ flate2 = { version = " 1.0.25 " , default-features = false , features = [
29
29
" rust_backend" ,
30
30
] }
31
- git2 = { version = " 0.15.0 " , default-features = false }
32
- glob = " 0.3.0 "
31
+ git2 = { version = " 0.16.1 " , default-features = false }
32
+ glob = " 0.3.1 "
33
33
if_chain = " 1.0.2"
34
- ignore = " 0.4.18 "
34
+ ignore = " 0.4.20 "
35
35
# Do not update due to https://github.com/console-rs/indicatif/issues/317 and https://github.com/getsentry/sentry-cli/pull/1055
36
36
indicatif = " 0.14.0"
37
37
itertools = " 0.10.5"
38
38
java-properties = " 1.4.1"
39
39
lazy_static = " 1.4.0"
40
- libc = " 0.2.135 "
40
+ libc = " 0.2.139 "
41
41
log = { version = " 0.4.17" , features = [" std" ] }
42
42
might-be-minified = " 0.3.0"
43
- open = " 3.0.3 "
43
+ open = " 3.2.0 "
44
44
parking_lot = " 0.12.1"
45
45
percent-encoding = " 2.2.0"
46
- plist = " 1.3.1 "
47
- prettytable-rs = " 0.9 .0"
46
+ plist = " 1.4.0 "
47
+ prettytable-rs = " 0.10 .0"
48
48
proguard = { version = " 5.0.0" , features = [" uuid" ] }
49
49
r2d2 = " 0.8.10"
50
- rayon = " 1.5.3 "
51
- regex = " 1.6.0 "
50
+ rayon = " 1.6.1 "
51
+ regex = " 1.7.1 "
52
52
runas = " 0.2.1"
53
53
rust-ini = " 0.18.0"
54
- semver = " 1.0.14 "
55
- sentry = { version = " 0.27.0 " , default-features = false , features = [
54
+ semver = " 1.0.16 "
55
+ sentry = { version = " 0.29.2 " , default-features = false , features = [
56
56
" anyhow" ,
57
57
" curl" ,
58
58
" contexts" ,
59
59
] }
60
- serde = { version = " 1.0.147 " , features = [" derive" ] }
61
- serde_json = " 1.0.87 "
60
+ serde = { version = " 1.0.152 " , features = [" derive" ] }
61
+ serde_json = " 1.0.91 "
62
62
sha1_smol = { version = " 1.0.0" , features = [" serde" ] }
63
- sourcemap = { version = " 6.2.0 " , features = [" ram_bundle" ] }
63
+ sourcemap = { version = " 6.2.1 " , features = [" ram_bundle" ] }
64
64
symbolic = { version = " 11.0.0" , features = [" debuginfo-serde" , " il2cpp" ] }
65
- thiserror = " 1.0.37 "
65
+ thiserror = " 1.0.38 "
66
66
url = " 2.3.1"
67
67
username = " 0.2.0"
68
- uuid = { version = " 1.2.1 " , features = [" v4" , " serde" ] }
68
+ uuid = { version = " 1.2.2 " , features = [" v4" , " serde" ] }
69
69
walkdir = " 2.3.2"
70
- which = " 4.3 .0"
70
+ which = " 4.4 .0"
71
71
zip = " 0.6.3"
72
72
73
73
[dev-dependencies ]
74
- insta = { version = " 1.21 .0" , features = [" redactions" , " yaml" ] }
75
- mockito = " 0.31.0 "
76
- predicates = " 2.1.1 "
74
+ insta = { version = " 1.26 .0" , features = [" redactions" , " yaml" ] }
75
+ mockito = " 0.31.1 "
76
+ predicates = " 2.1.5 "
77
77
tempfile = " 3.3.0"
78
- trycmd = " 0.14.1 "
78
+ trycmd = " 0.14.10 "
79
79
80
80
[features ]
81
81
default = []
0 commit comments