Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the all group across 1 directory with 24 updates
Bumps the all group with 24 updates in the / directory: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.96` | `1.0.97` | | [async-trait](https://github.com/dtolnay/async-trait) | `0.1.86` | `0.1.87` | | [blake3](https://github.com/BLAKE3-team/BLAKE3) | `1.6.0` | `1.6.1` | | [chrono](https://github.com/chronotope/chrono) | `0.4.39` | `0.4.40` | | [either](https://github.com/rayon-rs/either) | `1.14.0` | `1.15.0` | | [tracing-test](https://github.com/dbrgn/tracing-test) | `0.1.0` | `0.2.5` | | [serde_bytes](https://github.com/serde-rs/bytes) | `0.11.15` | `0.11.16` | | [strum](https://github.com/Peternator7/strum) | `0.26.3` | `0.27.1` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.69` | `2.0.11` | | [itertools](https://github.com/rust-itertools/itertools) | `0.12.1` | `0.14.0` | | [rand_chacha](https://github.com/rust-random/rand) | `0.3.1` | `0.9.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.11.27` | `0.12.12` | | [serde_json](https://github.com/serde-rs/json) | `1.0.139` | `1.0.140` | | [rand](https://github.com/rust-random/rand) | `0.8.5` | `0.9.0` | | [time](https://github.com/time-rs/time) | `0.3.37` | `0.3.38` | | [bytemuck](https://github.com/Lokathor/bytemuck) | `1.21.0` | `1.22.0` | | [coarsetime](https://github.com/jedisct1/rust-coarsetime) | `0.1.35` | `0.1.36` | | [pin-project](https://github.com/taiki-e/pin-project) | `1.1.9` | `1.1.10` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.93` | `1.0.94` | | [quote](https://github.com/dtolnay/quote) | `1.0.38` | `1.0.39` | | [syn](https://github.com/dtolnay/syn) | `2.0.98` | `2.0.99` | | [generic-array](https://github.com/fizyk20/generic-array) | `0.14.7` | `1.2.0` | | [automod](https://github.com/dtolnay/automod) | `1.0.14` | `1.0.15` | | [dyn-clone](https://github.com/dtolnay/dyn-clone) | `1.0.18` | `1.0.19` | Updates `anyhow` from 1.0.96 to 1.0.97 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.96...1.0.97) Updates `async-trait` from 0.1.86 to 0.1.87 - [Release notes](https://github.com/dtolnay/async-trait/releases) - [Commits](dtolnay/async-trait@0.1.86...0.1.87) Updates `blake3` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/BLAKE3-team/BLAKE3/releases) - [Commits](BLAKE3-team/BLAKE3@1.6.0...1.6.1) Updates `chrono` from 0.4.39 to 0.4.40 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.39...v0.4.40) Updates `either` from 1.14.0 to 1.15.0 - [Commits](rayon-rs/either@1.14.0...1.15.0) Updates `tracing-test` from 0.1.0 to 0.2.5 - [Changelog](https://github.com/dbrgn/tracing-test/blob/main/CHANGELOG.md) - [Commits](dbrgn/tracing-test@v0.1.0...v0.2.5) Updates `serde_bytes` from 0.11.15 to 0.11.16 - [Release notes](https://github.com/serde-rs/bytes/releases) - [Commits](serde-rs/bytes@0.11.15...0.11.16) Updates `strum` from 0.26.3 to 0.27.1 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.26.3...v0.27.1) Updates `thiserror` from 1.0.69 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.69...2.0.11) Updates `itertools` from 0.12.1 to 0.14.0 - [Changelog](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md) - [Commits](rust-itertools/itertools@v0.12.1...v0.14.0) Updates `rand_chacha` from 0.3.1 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_chacha-0.3.1...0.9.0) Updates `reqwest` from 0.11.27 to 0.12.12 - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](seanmonstar/reqwest@v0.11.27...v0.12.12) Updates `serde_json` from 1.0.139 to 1.0.140 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.139...v1.0.140) Updates `rand` from 0.8.5 to 0.9.0 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) Updates `time` from 0.3.37 to 0.3.38 - [Release notes](https://github.com/time-rs/time/releases) - [Changelog](https://github.com/time-rs/time/blob/main/CHANGELOG.md) - [Commits](time-rs/time@v0.3.37...v0.3.38) Updates `bytemuck` from 1.21.0 to 1.22.0 - [Changelog](https://github.com/Lokathor/bytemuck/blob/main/changelog.md) - [Commits](Lokathor/bytemuck@v1.21.0...v1.22.0) Updates `coarsetime` from 0.1.35 to 0.1.36 - [Commits](jedisct1/rust-coarsetime@0.1.35...0.1.36) Updates `pin-project` from 1.1.9 to 1.1.10 - [Release notes](https://github.com/taiki-e/pin-project/releases) - [Changelog](https://github.com/taiki-e/pin-project/blob/main/CHANGELOG.md) - [Commits](taiki-e/pin-project@v1.1.9...v1.1.10) Updates `proc-macro2` from 1.0.93 to 1.0.94 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.93...1.0.94) Updates `quote` from 1.0.38 to 1.0.39 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.38...1.0.39) Updates `syn` from 2.0.98 to 2.0.99 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.98...2.0.99) Updates `generic-array` from 0.14.7 to 1.2.0 - [Release notes](https://github.com/fizyk20/generic-array/releases) - [Changelog](https://github.com/fizyk20/generic-array/blob/master/CHANGELOG.md) - [Commits](https://github.com/fizyk20/generic-array/commits) Updates `automod` from 1.0.14 to 1.0.15 - [Release notes](https://github.com/dtolnay/automod/releases) - [Commits](dtolnay/automod@1.0.14...1.0.15) Updates `dyn-clone` from 1.0.18 to 1.0.19 - [Release notes](https://github.com/dtolnay/dyn-clone/releases) - [Commits](dtolnay/dyn-clone@1.0.18...1.0.19) --- updated-dependencies: - dependency-name: anyhow dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: async-trait dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: blake3 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: either dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: tracing-test dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: serde_bytes dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: itertools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: rand_chacha dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: time dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: bytemuck dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: coarsetime dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pin-project dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: proc-macro2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: quote dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: syn dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: generic-array dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: automod dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: dyn-clone dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information