splashsurf
splashsurf copied to clipboard
Surface reconstruction library and CLI for particle data from SPH simulations, written in Rust.
Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.81 to 1.0.83. Release notes Sourced from serde_json's releases. v1.0.83 Add categories to crates.io metadata v1.0.82 Implement From<Option<T>> for serde_json::Value where T: Into<Value> (#900, thanks @kvnvelasco) Commits...
Bumps [anyhow](https://github.com/dtolnay/anyhow) from 1.0.57 to 1.0.60. Release notes Sourced from anyhow's releases. 1.0.60 Propagate --target to rustc invocation when deciding about backtrace support (#249, thanks @RalfJung) 1.0.59 Update crates.io metadata...
Bumps [bytemuck](https://github.com/Lokathor/bytemuck) from 1.9.1 to 1.11.0. Changelog Sourced from bytemuck's changelog. bytemuck changelog 1.11 WaffleLapkin added wrap_box and peel_box to the TransparentWrapperAlloc trait. Default impls of these functions are provided,...
Bumps [criterion](https://github.com/bheisler/criterion.rs) from 0.3.5 to 0.3.6. Changelog Sourced from criterion's changelog. [0.3.6] - 2022-07-06 Changed MSRV bumped to 1.49 Symbol for microseconds changed from ASCII 'us' to unicode 'µs' Documentation...
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.8.0 to 1.9.0. Release notes Sourced from smallvec's releases. v1.9.0 Add retain_mut as an alias for retain, for compatibility with std::vec::Vec (#283). v1.8.1 Optimize inserts at the...
Bumps [time](https://github.com/time-rs/time) from 0.3.9 to 0.3.11. Release notes Sourced from time's releases. v0.3.11 See the changelog for details. v0.3.10 See the changelog for details. Changelog Sourced from time's changelog. 0.3.11...
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.0 to 0.12.1. Changelog Sourced from parking_lot's changelog. parking_lot 0.12.1 (2022-05-31) Fixed incorrect memory ordering in RwLock. (#344) Added Condvar::wait_while convenience methods (#343) parking_lot_core 0.9.3 (2022-04-30) Bump...
Bumps [dashmap](https://github.com/xacrimon/dashmap) from 5.3.3 to 5.3.4. Release notes Sourced from dashmap's releases. v5.3.4 This release switches to a non-spinlock lock implementation. This improves worst-case performance and gets rid of a...
Bumps [flate2](https://github.com/rust-lang/flate2-rs) from 1.0.23 to 1.0.24. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [rayon](https://github.com/rayon-rs/rayon) from 1.5.2 to 1.5.3. Changelog Sourced from rayon's changelog. Release rayon 1.5.3 (2022-05-13) The new ParallelSliceMut::par_sort_by_cached_key is a stable sort that caches the keys for each item --...