Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump the all group across 1 directory with 38 updates
Bumps the all group with 36 updates in the / directory: | Package | From | To | | --- | --- | --- | | [crossbeam](https://github.com/crossbeam-rs/crossbeam) | `0.8.3` | `0.8.4` | | [getrandom](https://github.com/rust-random/getrandom) | `0.2.11` | `0.2.14` | | [log](https://github.com/rust-lang/log) | `0.4.20` | `0.4.21` | | [nalgebra](https://github.com/dimforge/nalgebra) | `0.32.3` | `0.32.5` | | [rapier2d-f64](https://github.com/dimforge/rapier) | `0.17.2` | `0.18.0` | | [serde](https://github.com/serde-rs/serde) | `1.0.193` | `1.0.199` | | [wasmer](https://github.com/wasmerio/wasmer) | `4.2.5` | `4.2.8` | | [bytes](https://github.com/tokio-rs/bytes) | `1.5.0` | `1.6.0` | | [wide](https://github.com/Lokathor/wide) | `0.7.13` | `0.7.16` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.77` | `1.0.82` | | [regex](https://github.com/rust-lang/regex) | `1.10.2` | `1.10.4` | | [js-sys](https://github.com/rustwasm/wasm-bindgen) | `0.3.66` | `0.3.69` | | [wasm-bindgen-futures](https://github.com/rustwasm/wasm-bindgen) | `0.4.39` | `0.4.42` | | [rayon](https://github.com/rayon-rs/rayon) | `1.8.0` | `1.10.0` | | [test-log](https://github.com/d-e-s-o/test-log) | `0.2.14` | `0.2.15` | | [serde_json](https://github.com/serde-rs/json) | `1.0.108` | `1.0.116` | | [serial_test](https://github.com/palfrey/serial_test) | `2.0.0` | `3.1.1` | | [maths-rs](https://github.com/polymonster/maths-rs) | `0.2.5` | `0.2.6` | | [chrono](https://github.com/chronotope/chrono) | `0.4.31` | `0.4.38` | | [base64](https://github.com/marshallpierce/rust-base64) | `0.21.5` | `0.22.0` | | [flate2](https://github.com/rust-lang/flate2-rs) | `1.0.28` | `1.0.29` | | [built](https://github.com/lukaslueg/built) | `0.7.1` | `0.7.2` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.23` | `0.11.27` | | [tokio](https://github.com/tokio-rs/tokio) | `1.35.1` | `1.37.0` | | [axum](https://github.com/tokio-rs/axum) | `0.7.2` | `0.7.5` | | [tower-http](https://github.com/tower-rs/tower-http) | `0.5.0` | `0.5.2` | | [http](https://github.com/hyperium/http) | `1.0.0` | `1.1.0` | | [clap](https://github.com/clap-rs/clap) | `4.4.11` | `4.5.4` | | [comfy-table](https://github.com/nukesor/comfy-table) | `7.1.0` | `7.1.1` | | [tempfile](https://github.com/Stebalien/tempfile) | `3.8.1` | `3.10.1` | | [itertools](https://github.com/rust-itertools/itertools) | `0.12.0` | `0.12.1` | | [petname](https://github.com/allenap/rust-petname) | `1.1.3` | `2.0.1` | | [rusqlite](https://github.com/rusqlite/rusqlite) | `0.30.0` | `0.31.0` | | [toml](https://github.com/toml-rs/toml) | `0.8.8` | `0.8.12` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.7` | `0.17.8` | | [metaheuristics-nature](https://github.com/KmolYuan/metaheuristics-nature-rs) | `9.2.3` | `10.0.1` | Updates `crossbeam` from 0.8.3 to 0.8.4 - [Release notes](https://github.com/crossbeam-rs/crossbeam/releases) - [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md) - [Commits](crossbeam-rs/crossbeam@crossbeam-0.8.3...crossbeam-0.8.4) Updates `getrandom` from 0.2.11 to 0.2.14 - [Changelog](https://github.com/rust-random/getrandom/blob/master/CHANGELOG.md) - [Commits](rust-random/getrandom@v0.2.11...v0.2.14) Updates `log` from 0.4.20 to 0.4.21 - [Release notes](https://github.com/rust-lang/log/releases) - [Changelog](https://github.com/rust-lang/log/blob/master/CHANGELOG.md) - [Commits](rust-lang/log@0.4.20...0.4.21) Updates `nalgebra` from 0.32.3 to 0.32.5 - [Changelog](https://github.com/dimforge/nalgebra/blob/dev/CHANGELOG.md) - [Commits](dimforge/nalgebra@v0.32.3...v0.32.5) Updates `rapier2d-f64` from 0.17.2 to 0.18.0 - [Changelog](https://github.com/dimforge/rapier/blob/master/CHANGELOG.md) - [Commits](dimforge/rapier@v0.17.2...v0.18.0) Updates `serde` from 1.0.193 to 1.0.199 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.193...v1.0.199) Updates `wasmer` from 4.2.5 to 4.2.8 - [Release notes](https://github.com/wasmerio/wasmer/releases) - [Changelog](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md) - [Commits](wasmerio/wasmer@v4.2.5...v4.2.8) Updates `bytes` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/tokio-rs/bytes/releases) - [Changelog](https://github.com/tokio-rs/bytes/blob/master/CHANGELOG.md) - [Commits](tokio-rs/bytes@v1.5.0...v1.6.0) Updates `wide` from 0.7.13 to 0.7.16 - [Commits](Lokathor/wide@v0.7.13...v0.7.16) Updates `anyhow` from 1.0.77 to 1.0.82 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.77...1.0.82) Updates `regex` from 1.10.2 to 1.10.4 - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.10.2...1.10.4) Updates `wasmer-compiler-cranelift` from 4.2.5 to 4.2.8 - [Release notes](https://github.com/wasmerio/wasmer/releases) - [Changelog](https://github.com/wasmerio/wasmer/blob/main/CHANGELOG.md) - [Commits](wasmerio/wasmer@v4.2.5...v4.2.8) Updates `js-sys` from 0.3.66 to 0.3.69 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `wasm-bindgen` from 0.2.89 to 0.2.92 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](rustwasm/wasm-bindgen@0.2.89...0.2.92) Updates `wasm-bindgen-futures` from 0.4.39 to 0.4.42 - [Release notes](https://github.com/rustwasm/wasm-bindgen/releases) - [Changelog](https://github.com/rustwasm/wasm-bindgen/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustwasm/wasm-bindgen/commits) Updates `rayon` from 1.8.0 to 1.10.0 - [Changelog](https://github.com/rayon-rs/rayon/blob/main/RELEASES.md) - [Commits](rayon-rs/rayon@rayon-core-v1.8.0...rayon-core-v1.10.0) Updates `test-log` from 0.2.14 to 0.2.15 - [Release notes](https://github.com/d-e-s-o/test-log/releases) - [Changelog](https://github.com/d-e-s-o/test-log/blob/main/CHANGELOG.md) - [Commits](d-e-s-o/test-log@v0.2.14...v0.2.15) Updates `serde_json` from 1.0.108 to 1.0.116 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.108...v1.0.116) Updates `serial_test` from 2.0.0 to 3.1.1 - [Release notes](https://github.com/palfrey/serial_test/releases) - [Commits](palfrey/serial_test@v2.0.0...v3.1.1) Updates `maths-rs` from 0.2.5 to 0.2.6 - [Release notes](https://github.com/polymonster/maths-rs/releases) - [Commits](polymonster/maths-rs@0.2.5...0.2.6) Updates `chrono` from 0.4.31 to 0.4.38 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.31...v0.4.38) Updates `base64` from 0.21.5 to 0.22.0 - [Changelog](https://github.com/marshallpierce/rust-base64/blob/master/RELEASE-NOTES.md) - [Commits](marshallpierce/rust-base64@v0.21.5...v0.22.0) Updates `flate2` from 1.0.28 to 1.0.29 - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](rust-lang/flate2-rs@1.0.28...1.0.29) Updates `built` from 0.7.1 to 0.7.2 - [Changelog](https://github.com/lukaslueg/built/blob/master/CHANGELOG.md) - [Commits](lukaslueg/built@0.7.1...0.7.2) Updates `reqwest` from 0.11.23 to 0.11.27 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.23...v0.11.27) Updates `tokio` from 1.35.1 to 1.37.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.35.1...tokio-1.37.0) Updates `axum` from 0.7.2 to 0.7.5 - [Release notes](https://github.com/tokio-rs/axum/releases) - [Changelog](https://github.com/tokio-rs/axum/blob/main/CHANGELOG.md) - [Commits](tokio-rs/axum@axum-v0.7.2...axum-v0.7.5) Updates `tower-http` from 0.5.0 to 0.5.2 - [Release notes](https://github.com/tower-rs/tower-http/releases) - [Commits](tower-rs/tower-http@tower-http-0.5.0...tower-http-0.5.2) Updates `http` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/hyperium/http/releases) - [Changelog](https://github.com/hyperium/http/blob/master/CHANGELOG.md) - [Commits](hyperium/http@v1.0.0...v1.1.0) Updates `clap` from 4.4.11 to 4.5.4 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@v4.4.11...v4.5.4) Updates `comfy-table` from 7.1.0 to 7.1.1 - [Release notes](https://github.com/nukesor/comfy-table/releases) - [Changelog](https://github.com/Nukesor/comfy-table/blob/main/CHANGELOG.md) - [Commits](Nukesor/comfy-table@v7.1.0...v7.1.1) Updates `tempfile` from 3.8.1 to 3.10.1 - [Changelog](https://github.com/Stebalien/tempfile/blob/master/CHANGELOG.md) - [Commits](Stebalien/tempfile@v3.8.1...v3.10.1) Updates `itertools` from 0.12.0 to 0.12.1 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.0...v0.12.1) Updates `petname` from 1.1.3 to 2.0.1 - [Commits](allenap/rust-petname@v1.1.3...v2.0.1) Updates `rusqlite` from 0.30.0 to 0.31.0 - [Release notes](https://github.com/rusqlite/rusqlite/releases) - [Changelog](https://github.com/rusqlite/rusqlite/blob/master/Changelog.md) - [Commits](rusqlite/rusqlite@v0.30.0...v0.31.0) Updates `toml` from 0.8.8 to 0.8.12 - [Commits](toml-rs/toml@toml-v0.8.8...toml-v0.8.12) Updates `indicatif` from 0.17.7 to 0.17.8 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.7...0.17.8) Updates `metaheuristics-nature` from 9.2.3 to 10.0.1 - [Commits](KmolYuan/metaheuristics-nature-rs@v9.2.3...v10.0.1) --- updated-dependencies: - dependency-name: crossbeam dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: getrandom dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: nalgebra dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: rapier2d-f64 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: wasmer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: wide dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: wasmer-compiler-cranelift dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: js-sys dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: wasm-bindgen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: wasm-bindgen-futures dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: rayon dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: test-log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: serial_test dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: maths-rs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: base64 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: flate2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: built dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: axum dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tower-http dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: http dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: comfy-table dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: tempfile dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: petname dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: rusqlite dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: toml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: metaheuristics-nature dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information