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 vello No external dependencies! 🙌
Crate vello_encoding Dependencies (1 total, all up-to-date)
Crate Required Latest Status guillotiere ^0.6.20.6.2up to date
Crate vello_shaders Dependencies (1 total, 1 outdated)
Crate Required Latest Status naga ^26.0.027.0.3out of date
Build dependencies (1 total, 1 outdated)
Crate Required Latest Status naga ^26.0.027.0.3out of date
Crate vello_tests Dependencies (1 total, all up-to-date)
Crate Required Latest Status nv-flip ^0.1.20.1.2up to date
Crate xtask No external dependencies! 🙌
Crate headless Dependencies (1 total, all up-to-date)
Crate Required Latest Status env_logger ^0.11.80.11.8up to date
Crate run_wasm Dependencies (1 total, all up-to-date)
Crate scenes Dependencies (2 total, 1 outdated)
Crate Required Latest Status roxmltree ^0.20.00.21.1out of date getrandom ^0.3.30.3.4up to date
Crate simple Dependencies (3 total, all up-to-date)
Crate Required Latest Status anyhow ^1.0.981.0.100up to date pollster ^0.4.00.4.0up to date winit ^0.30.100.30.12up to date
Crate with_winit Dependencies (12 total, 2 outdated)
Crate vello_api No external dependencies! 🙌
Crate vello_bench Dependencies (1 total, 1 outdated)
Crate Required Latest Status parley ^0.5.00.6.0out of date
Crate vello_common Dependencies (3 total, 2 outdated, 1 possibly insecure)
Crate Required Latest Status hashbrown ⚠️ ^0.150.16.0out of date roxmltree ^0.20.00.21.1out of date libm ^0.2.150.2.15up to date
Crate vello_cpu No external dependencies! 🙌
Crate wasm_cpu Dependencies (5 total, 1 outdated)
Dev dependencies (1 total, all up-to-date)
Crate vello_hybrid Dependencies (4 total, 1 outdated, 1 possibly insecure)
Dev dependencies (1 total, 1 outdated)
Crate Required Latest Status roxmltree ^0.20.00.21.1out of date
Crate vello_sparse_shaders Dependencies (1 total, 1 outdated)
Crate Required Latest Status naga ^26.0.027.0.3out of date
Build dependencies (1 total, 1 outdated)
Crate Required Latest Status naga ^26.0.027.0.3out of date
Crate native_webgl Dependencies (4 total, all up-to-date)
Dev dependencies (1 total, all up-to-date)
Crate vello_example_scenes Dependencies (1 total, 1 outdated)
Crate Required Latest Status parley ^0.5.00.6.0out of date
Crate wgpu_webgl Dependencies (4 total, all up-to-date)
Dev dependencies (1 total, all up-to-date)
Crate vello_hybrid_winit No external dependencies! 🙌
Crate vello_toy No external dependencies! 🙌
Crate vello_dev_macros No external dependencies! 🙌
Crate vello_sparse_tests Dependencies (5 total, 1 outdated)
Crate vello_filters_cpu No external dependencies! 🙌
Security Vulnerabilities hashbrown: Borsh serialization of HashMap is non-canonicalRUSTSEC-2024-0402
The borsh serialization of the HashMap did not follow the borsh specification.
It potentially produced non-canonical encodings dependent on insertion order.
It also did not perform canonicty checks on decoding.
This can result in consensus splits and cause equivalent objects to be
considered distinct.
This was patched in 0.15.1.