1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

deps: disable default features of procfs dependencies

It required using `chrono` dependency with features using
old insecure `time` crate version. Plus this change just
makes less dependencies
This commit is contained in:
Niyaz Nigmatullin 2022-09-09 17:49:03 +03:00
parent 2658f8ae5b
commit 242ec35cfc
3 changed files with 7 additions and 33 deletions

View file

@ -66,10 +66,6 @@ highlight = "all"
skip = [
# blake2d_simd
{ name = "arrayvec", version = "=0.7.2" },
# chrono
{ name = "time", version = "=0.1.44" },
# chrono => time (the same as the line above)
{ name = "wasi", "version" = "0.10.0+wasi-snapshot-preview1" },
# bindgen 0.59.2
{ name = "clap", version = "=2.34.0" },
{ name = "strsim", version = "=0.8.0" },