File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,23 +11,23 @@ edition = "2018"
1111rust-version = " 1.72"
1212
1313[dependencies ]
14- errno = " 0.3.0 "
15- libc = " ^0.2.62 "
14+ errno = " 0.3.14 "
15+ libc = " ^0.2.176 "
1616
1717[lib ]
1818name = " libproc"
1919path = " src/lib.rs"
2020
2121[build-dependencies ]
22- bindgen = { version = " 0.72.0 " , default-features = false , features = [" runtime" ] }
22+ bindgen = { version = " 0.72.1 " , default-features = false , features = [" runtime" ] }
2323
2424# NOTE: This assumes that there is a procfs compatible FS in redox and the procfs crate
25- # supports it. It's quite probably that neither of those two things ever happen.
25+ # supports it. It's quite probably that neither of those two things will ever happen.
2626# But making this assumption for now so that everything compiles at least for redox
2727[target .'cfg(any(target_os = "linux", target_os = "redox", target_os = "android"))' .dev-dependencies ]
2828procfs = " 0.18.0"
2929tempfile = " 3.3.0"
3030
31- # Build docs for macos and linux
31+ # Build docs for macOS and linux
3232[package .metadata .docs .rs ]
3333targets = [" aarch64-apple-darwin" , " x86_64-unknown-linux-gnu" ]
You can’t perform that action at this time.
0 commit comments