@@ -14,38 +14,38 @@ include = ["/src", "LICENSE-APACHE", "LICENSE-MIT"]
14
14
[dependencies ]
15
15
anstream = " 0.6.13"
16
16
anstyle = " 1.0.6"
17
- anyhow = " 1.0"
17
+ anyhow = " 1.0.82 "
18
18
camino = { version = " 1.1.6" , features = [" serde1" ] }
19
- ostree-ext = { version = " 0.13.3 " }
19
+ ostree-ext = { version = " 0.13.4 " }
20
20
chrono = { version = " 0.4.38" , features = [" serde" ] }
21
- clap = { version = " 4.5" , features = [" derive" ," cargo" ] }
22
- clap_mangen = { version = " 0.2" , optional = true }
21
+ clap = { version = " 4.5.4 " , features = [" derive" ," cargo" ] }
22
+ clap_mangen = { version = " 0.2.20 " , optional = true }
23
23
cap-std-ext = " 4"
24
24
hex = " ^0.4.3"
25
25
fn-error-context = " 0.2.1"
26
26
gvariant = " 0.4.0"
27
27
indicatif = " 0.17.8"
28
- libc = " ^0.2.153 "
28
+ libc = " ^0.2.154 "
29
29
liboverdrop = " 0.1.0"
30
30
libsystemd = " 0.7"
31
31
once_cell = " 1.19"
32
32
openssl = " ^0.10.64"
33
33
# TODO drop this in favor of rustix
34
34
nix = { version = " 0.28" , features = [" ioctl" , " sched" ] }
35
35
regex = " 1.10.4"
36
- rustix = { "version" = " 0.38" , features = [" thread" , " fs" , " system" , " process" ] }
37
- schemars = { version = " 0.8.16 " , features = [" chrono" ] }
38
- serde = { features = [" derive" ], version = " 1.0.197 " }
36
+ rustix = { "version" = " 0.38.34 " , features = [" thread" , " fs" , " system" , " process" ] }
37
+ schemars = { version = " 0.8.17 " , features = [" chrono" ] }
38
+ serde = { features = [" derive" ], version = " 1.0.199 " }
39
39
serde_ignored = " 0.1.10"
40
- serde_json = " 1.0.115 "
40
+ serde_json = " 1.0.116 "
41
41
serde_yaml = " 0.9.34"
42
42
serde_with = " >= 3.7.0, < 4"
43
43
tokio = { features = [" io-std" , " time" , " process" , " rt" , " net" ], version = " >= 1.37.0" }
44
- tokio-util = { features = [" io-util" ], version = " 0.7" }
45
- tracing = " 0.1"
44
+ tokio-util = { features = [" io-util" ], version = " 0.7.10 " }
45
+ tracing = " 0.1.40 "
46
46
tempfile = " 3.10.1"
47
47
toml = " 0.8.12"
48
- xshell = { version = " 0.2" , optional = true }
48
+ xshell = { version = " 0.2.6 " , optional = true }
49
49
uuid = { version = " 1.8.0" , features = [" v4" ] }
50
50
51
51
[features ]
0 commit comments