Skip to content

Commit f0ffa5a

Browse files
dependabot[bot]dnbln
authored andcommitted
chore(deps): bump the all group with 9 updates
Bumps the all group with 9 updates: | Package | From | To | | --- | --- | --- | | [clap_complete](https://github.com/clap-rs/clap) | `4.5.64` | `4.5.65` | | [libc](https://github.com/rust-lang/libc) | `0.2.179` | `0.2.180` | | [prodash](https://github.com/GitoxideLabs/prodash) | `30.0.1` | `31.0.0` | | [serde_json](https://github.com/serde-rs/json) | `1.0.148` | `1.0.149` | | [syn](https://github.com/dtolnay/syn) | `2.0.113` | `2.0.114` | | [quote](https://github.com/dtolnay/quote) | `1.0.42` | `1.0.43` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.104` | `1.0.105` | | [toml](https://github.com/toml-rs/toml) | `0.9.10+spec-1.1.0` | `0.9.11+spec-1.1.0` | | [url](https://github.com/servo/rust-url) | `2.5.7` | `2.5.8` | Updates `clap_complete` from 4.5.64 to 4.5.65 - [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.64...clap_complete-v4.5.65) Updates `libc` from 0.2.179 to 0.2.180 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.179...0.2.180) Updates `prodash` from 30.0.1 to 31.0.0 - [Release notes](https://github.com/GitoxideLabs/prodash/releases) - [Changelog](https://github.com/GitoxideLabs/prodash/blob/main/CHANGELOG.md) - [Commits](GitoxideLabs/prodash@v30.0.1...v31.0.0) Updates `serde_json` from 1.0.148 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.148...v1.0.149) Updates `syn` from 2.0.113 to 2.0.114 - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.113...2.0.114) Updates `quote` from 1.0.42 to 1.0.43 - [Release notes](https://github.com/dtolnay/quote/releases) - [Commits](dtolnay/quote@1.0.42...1.0.43) Updates `proc-macro2` from 1.0.104 to 1.0.105 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](dtolnay/proc-macro2@1.0.104...1.0.105) Updates `toml` from 0.9.10+spec-1.1.0 to 0.9.11+spec-1.1.0 - [Commits](toml-rs/toml@toml-v0.9.10...toml-v0.9.11) Updates `url` from 2.5.7 to 2.5.8 - [Release notes](https://github.com/servo/rust-url/releases) - [Commits](servo/rust-url@v2.5.7...v2.5.8) --- updated-dependencies: - dependency-name: clap_complete dependency-version: 4.5.65 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: libc dependency-version: 0.2.180 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: prodash dependency-version: 31.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: syn dependency-version: 2.0.114 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: quote dependency-version: 1.0.43 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: proc-macro2 dependency-version: 1.0.105 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: toml dependency-version: 0.9.11+spec-1.1.0 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: url dependency-version: 2.5.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 228f4d0 commit f0ffa5a

File tree

2 files changed

+48
-117
lines changed

2 files changed

+48
-117
lines changed

Cargo.lock

Lines changed: 46 additions & 115 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ bytes = "1.11.0"
7676
cargo_metadata = "0.23.1"
7777
nextest-metadata = "0.13.0"
7878
clap = { version = "4.5.54", features = ["derive"] }
79-
clap_complete = "4.5.64"
79+
clap_complete = "4.5.65"
8080
clap_mangen = "0.2.31"
8181
criterion = { version = "0.8", features = ["html_reports"] }
8282
bitflags = "2"
@@ -93,7 +93,7 @@ miette = { version = "7.2.0", features = ["fancy"] }
9393
owo-colors = { version = "4.0.0", features = ["supports-colors"] }
9494
path-absolutize = "3.1.1"
9595
pin-project = { version = "1", default-features = false }
96-
prodash = { version = "30.0.1", default-features = false, features = [
96+
prodash = { version = "31.0.0", default-features = false, features = [
9797
"render-line",
9898
"render-line-crossterm",
9999
"render-line-autoconfigure",

0 commit comments

Comments
 (0)