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 cargo group across 1 directory with 19 updates
Bumps the cargo group with 19 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bytes](https://github.com/tokio-rs/bytes) | `1.9.0` | `1.10.0` | | [chrono](https://github.com/chronotope/chrono) | `0.4.38` | `0.4.39` | | [clap](https://github.com/clap-rs/clap) | `4.5.21` | `4.5.30` | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.38` | `4.5.45` | | [clap_mangen](https://github.com/clap-rs/clap) | `0.2.24` | `0.2.26` | | [diesel](https://github.com/diesel-rs/diesel) | `2.2.5` | `2.2.7` | | [indicatif](https://github.com/console-rs/indicatif) | `0.17.9` | `0.17.11` | | [fs-err](https://github.com/andrewhickman/fs-err) | `3.0.0` | `3.1.0` | | [glob](https://github.com/rust-lang/glob) | `0.3.1` | `0.3.2` | | [log](https://github.com/rust-lang/log) | `0.4.22` | `0.4.26` | | [nix](https://github.com/nix-rust/nix) | `0.27.1` | `0.29.0` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.9` | `0.12.12` | | [serde](https://github.com/serde-rs/serde) | `1.0.215` | `1.0.218` | | [serde_json](https://github.com/serde-rs/json) | `1.0.133` | `1.0.139` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.3` | `2.0.11` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.12` | `0.7.13` | | [xxhash-rust](https://github.com/DoumanAsh/xxhash-rust) | `0.8.12` | `0.8.15` | | [zstd](https://github.com/gyscos/zstd-rs) | `0.13.2` | `0.13.3` | | [zbus](https://github.com/dbus2/zbus) | `5.1.1` | `5.5.0` | Updates `bytes` from 1.9.0 to 1.10.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.9.0...v1.10.0) Updates `chrono` from 0.4.38 to 0.4.39 - [Release notes](https://github.com/chronotope/chrono/releases) - [Changelog](https://github.com/chronotope/chrono/blob/main/CHANGELOG.md) - [Commits](chronotope/chrono@v0.4.38...v0.4.39) Updates `clap` from 4.5.21 to 4.5.30 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.21...clap_complete-v4.5.30) Updates `clap_complete` from 4.5.38 to 4.5.45 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_complete-v4.5.38...clap_complete-v4.5.45) Updates `clap_mangen` from 0.2.24 to 0.2.26 - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](clap-rs/clap@clap_mangen-v0.2.24...clap_mangen-v0.2.26) Updates `diesel` from 2.2.5 to 2.2.7 - [Release notes](https://github.com/diesel-rs/diesel/releases) - [Changelog](https://github.com/diesel-rs/diesel/blob/v2.2.7/CHANGELOG.md) - [Commits](diesel-rs/diesel@v2.2.5...v2.2.7) Updates `indicatif` from 0.17.9 to 0.17.11 - [Release notes](https://github.com/console-rs/indicatif/releases) - [Commits](console-rs/indicatif@0.17.9...0.17.11) Updates `fs-err` from 3.0.0 to 3.1.0 - [Changelog](https://github.com/andrewhickman/fs-err/blob/main/CHANGELOG.md) - [Commits](andrewhickman/fs-err@3.0.0...3.1.0) Updates `glob` from 0.3.1 to 0.3.2 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](rust-lang/glob@0.3.1...v0.3.2) Updates `log` from 0.4.22 to 0.4.26 - [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.22...0.4.26) Updates `nix` from 0.27.1 to 0.29.0 - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](nix-rust/nix@v0.27.1...v0.29.0) Updates `reqwest` from 0.12.9 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.12.9...v0.12.12) Updates `serde` from 1.0.215 to 1.0.218 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](serde-rs/serde@v1.0.215...v1.0.218) Updates `serde_json` from 1.0.133 to 1.0.139 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.133...v1.0.139) Updates `thiserror` from 2.0.3 to 2.0.11 - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@2.0.3...2.0.11) Updates `tokio-util` from 0.7.12 to 0.7.13 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.12...tokio-util-0.7.13) Updates `xxhash-rust` from 0.8.12 to 0.8.15 - [Commits](https://github.com/DoumanAsh/xxhash-rust/commits) Updates `zstd` from 0.13.2 to 0.13.3 - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](gyscos/zstd-rs@v0.13.2...v0.13.3) Updates `zbus` from 5.1.1 to 5.5.0 - [Release notes](https://github.com/dbus2/zbus/releases) - [Commits](dbus2/zbus@zbus-5.1.1...zbus-5.5.0) --- updated-dependencies: - dependency-name: bytes dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: chrono dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_complete dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: clap_mangen dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: diesel dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: indicatif dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: fs-err dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: glob dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: log dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: serde_json dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: thiserror dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: xxhash-rust dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zstd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo - dependency-name: zbus dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information