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 azul-layout

Dependencies

(52 total, 8 outdated, 2 possibly insecure)

CrateRequiredLatestStatus
 accesskit^0.240.24.1up to date
 agg-rust-azul^1.0.31.0.3up to date
 allsorts-azul^0.17.10.17.1up to date
 azul-core^0.0.120.0.12up to date
 azul-css^0.0.120.0.12up to date
 base64^0.22.10.23.0out of date
 brotli-decompressor^55.0.3up to date
 chrono ⚠️^0.40.4.45maybe insecure
 core-foundation^0.90.10.1out of date
 core-graphics^0.230.25.0out of date
 core-text^20.122.0.0out of date
 dirs^6.06.0.0up to date
 fluent^0.170.17.0up to date
 fluent-syntax^0.120.12.0up to date
 gl-context-loader^0.1.80.1.10up to date
 hyphenation^0.8.40.8.4up to date
 icu^2.12.2.0up to date
 icu_provider_blob^2.12.2.0up to date
 image^0.250.25.10up to date
 intl-memoizer^0.50.5.3up to date
 libc^0.20.2.189up to date
 libmimalloc-sys^0.10.1.49up to date
 lru^0.16.10.18.1out of date
 lyon^1.0.11.0.19up to date
 material-icons^0.30.3.0up to date
 objc2^0.6.00.6.4up to date
 objc2-foundation^0.3.00.3.2up to date
 png^0.180.18.1up to date
 roxmltree^0.21.10.21.1up to date
 rust-fontconfig>=4.4.7, <4.54.4.7up to date
 rustls ⚠️^0.230.23.42maybe insecure
 rustls-rustcrypto^0.0.2-alphaN/Aup to date
 serde^1.01.0.229up to date
 serde_json^1.01.0.151up to date
 smallvec^1.131.15.2up to date
 strfmt^0.20.2.5up to date
 taffy^0.100.12.2out of date
 tfd^0.10.1.2up to date
 thiserror^2.0.172.0.19up to date
 tikv-jemalloc-sys^0.60.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8out of date
 tinyvec^1.9.01.12.0up to date
 unic-langid^0.90.9.6up to date
 unicode-bidi^0.3.180.3.18up to date
 unicode-normalization^0.1.240.1.25up to date
 unicode-segmentation^1.12.01.13.3up to date
 ureq^3.33.3.0up to date
 webpki-roots^1.01.0.9up to date
 writeable^0.60.6.3up to date
 xmlparser^0.13.60.13.6up to date
 xmlwriter^0.1.00.1.0up to date
 zip^2.18.6.0out of date
 zune-jpeg^0.50.5.15up 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

rustls: rustls network-reachable panic in `Acceptor::accept`

RUSTSEC-2024-0399

A bug introduced in rustls 0.23.13 leads to a panic if the received TLS ClientHello is fragmented. Only servers that use rustls::server::Acceptor::accept() are affected.

Servers that use tokio-rustls's LazyConfigAcceptor API are affected.

Servers that use tokio-rustls's TlsAcceptor API are not affected.

Servers that use rustls-ffi's rustls_acceptor_accept API are affected.