This project might be open to known security vulnerabilities, which can be prevented by tightening the version range of affected dependencies. Find detailed information at the bottom.

Crate i-slint-core

Dependencies

(51 total, 7 outdated, 1 possibly insecure)

CrateRequiredLatestStatus
 async-channel^22.5.0up to date
 auto_enums^0.8.00.8.10up to date
 bitflags^2.4.22.13.2up to date
 cfg-if^11.0.4up to date
 chrono ⚠️^0.40.4.45maybe insecure
 clru^0.6.00.6.3up to date
 const-field-offset^0.2.00.2.1up to date
 derive_more^2.0.02.1.1up to date
 euclid^0.22.10.22.14up to date
 gettext-rs^0.7.10.8.0out of date
 i-slint-common=1.17.11.17.1up to date
 i-slint-core-macros=1.17.11.17.1up to date
 icu_normalizer^22.3.0up to date
 image^0.250.25.10up to date
 ksni^0.3.30.3.6up to date
 log^0.4.170.4.34up to date
 lyon_algorithms^1.01.0.21up to date
 lyon_extra^1.11.1.0up to date
 lyon_geom^1.01.0.19up to date
 lyon_path^1.01.0.19up to date
 num-traits^0.20.2.19up to date
 objc2^0.6.30.6.4up to date
 objc2-app-kit^0.3.20.3.2up to date
 objc2-foundation^0.3.20.3.2up to date
 once_cell^1.51.21.4up to date
 parley^0.10.00.11.1out of date
 pin-project^11.1.13up to date
 pin-weak^1.11.1.0up to date
 portable-atomic^11.15.0up to date
 raw-window-handle^0.60.6.2up to date
 resvg^0.47.00.48.1out of date
 rgb^0.8.270.8.53up to date
 scopeguard^1.1.01.2.0up to date
 serde^1.0.1631.0.229up to date
 skrifa^0.420.47.0out of date
 slab^0.4.30.4.12up to date
 static_assertions^1.11.1.0up to date
 strum^0.280.28.0up to date
 swash^0.2.70.2.10up to date
 sys-locale^0.3.20.3.2up to date
 taffy^0.100.14.0out of date
 tr^0.10.1.11up to date
 unicode-linebreak^0.1.50.1.5up to date
 unicode-script^0.5.70.5.8up to date
 unicode-segmentation^1.12.01.13.3up to date
 vtable^0.40.5.0out of date
 wasm-bindgen^0.20.2.128up to date
 web-sys^0.3.720.3.105up to date
 web-time^1.01.1.0up to date
 wgpu^29.0.430.0.1out of date
 windows^0.620.62.2up to date

Dev dependencies

(9 total, 1 outdated)

CrateRequiredLatestStatus
 async-compat^0.2.40.2.6up to date
 criterion^0.80.8.2up to date
 fontique^0.10.00.11.1out of date
 rustybuzz^0.20.00.20.1up to date
 serde_json^1.0.961.0.151up to date
 tempfile^3.12.03.27.0up to date
 tiny-skia^0.12.00.12.0up to date
 tokio^1.351.53.1up to date
 ttf-parser^0.250.25.1up to date

Security Vulnerabilities

chrono: Potential segfault in `localtime_r` invocations

RUSTSEC-2020-0159

Impact

Unix-like operating systems may segfault due to dereferencing a dangling pointer in specific circumstances. This requires an environment variable to be set in a different thread than the affected functions. This may occur without the user's knowledge, notably in a third-party library.

Workarounds

No workarounds are known.

References