File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ libc= "0.2.65"
9
9
errno = " 0.2.4"
10
10
rand = " 0.7.2"
11
11
cfg-if = " 0.1.10"
12
- serde = { version = " 1.0.101 " , features = [" derive" ] }
13
- serde_json = " 1.0.41 "
12
+ serde = { version = " 1.0.103 " , features = [" derive" ] }
13
+ serde_json = " 1.0.42 "
14
14
tiny-nix-ipc = { git = " https://github.com/myfreeweb/tiny-nix-ipc" , features = [" ser_json" , " zero_copy" ] }
15
- procfs = " 0.6.0 "
15
+ procfs = " 0.7.4 "
16
16
nix = " 0.15.0"
17
- downcast-rs = " 1.1.0 "
18
- snafu = { version = " 0.5 .0" , features = [ " rust_1_30 " ] }
19
- base64 = " 0.10.1 "
17
+ downcast-rs = " 1.1.1 "
18
+ snafu = " 0.6 .0"
19
+ base64 = " 0.11.0 "
20
20
backtrace = " 0.3.40"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ pub fn check() -> Option<String> {
10
10
return Some ( format ! ( "Running with uid={} instead of 0" , uid) ) ;
11
11
}
12
12
13
- let cap_info = match procfs:: Process :: myself ( )
13
+ let cap_info = match procfs:: process :: Process :: myself ( )
14
14
. and_then ( |p| p. status ( ) )
15
15
. map ( |st| st. capeff )
16
16
{
You can’t perform that action at this time.
0 commit comments