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.2
0.6.2
up to date
Crate vello_shaders
Dependencies (1 total, all up-to-date)
Crate Required Latest Status naga ^26.0.0
26.0.0
up to date
Build dependencies (1 total, all up-to-date)
Crate Required Latest Status naga ^26.0.0
26.0.0
up to date
Crate vello_tests
Dependencies (1 total, all up-to-date)
Crate Required Latest Status nv-flip ^0.1.2
0.1.2
up to date
Crate xtask
No external dependencies! 🙌
Crate headless
Dependencies (1 total, all up-to-date)
Crate Required Latest Status env_logger ^0.11.8
0.11.8
up to date
Crate run_wasm
Dependencies (1 total, all up-to-date)
Crate scenes
Dependencies (2 total, all up-to-date)
Crate simple
Dependencies (3 total, all up-to-date)
Crate Required Latest Status anyhow ^1.0.98
1.0.99
up to date pollster ^0.4.0
0.4.0
up to date winit ^0.30.10
0.30.12
up to date
Crate with_winit
Dependencies (14 total, 2 outdated)
Crate vello_api
No external dependencies! 🙌
Crate vello_bench
Dependencies (1 total, all up-to-date)
Crate Required Latest Status parley ^0.5.0
0.5.0
up to date
Crate vello_common
Dependencies (3 total, 1 outdated, 1 possibly insecure)
Crate Required Latest Status hashbrown ⚠️ ^0.15
0.16.0
out of date roxmltree ^0.20.0
0.20.0
up to date libm ^0.2.15
0.2.15
up to date
Crate vello_cpu
No external dependencies! 🙌
Crate wasm_cpu
Dependencies (7 total, all up-to-date)
Dev dependencies (1 total, all up-to-date)
Crate vello_hybrid
Dependencies (4 total, 1 outdated, 1 possibly insecure)
Dev dependencies (1 total, all up-to-date)
Crate Required Latest Status roxmltree ^0.20.0
0.20.0
up to date
Crate vello_sparse_shaders
Dependencies (1 total, all up-to-date)
Crate Required Latest Status naga ^26.0.0
26.0.0
up to date
Build dependencies (1 total, all up-to-date)
Crate Required Latest Status naga ^26.0.0
26.0.0
up to date
Crate native_webgl
Dependencies (6 total, all up-to-date)
Dev dependencies (1 total, all up-to-date)
Crate vello_hybrid_scenes
Dependencies (1 total, all up-to-date)
Crate Required Latest Status parley ^0.5.0
0.5.0
up to date
Crate wgpu_webgl
Dependencies (6 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.