Skip to content

Commit 111939e

Browse files
chore(deps): bump the cargo-dependencies group across 1 directory with 28 updates
Bumps the cargo-dependencies group with 27 updates in the / directory: | Package | From | To | | --- | --- | --- | | [crossterm](https://github.com/crossterm-rs/crossterm) | `0.28.1` | `0.29.0` | | [ratatui](https://github.com/ratatui/ratatui) | `0.29.0` | `0.30.0` | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.102` | | [argh](https://github.com/google/argh) | `0.1.13` | `0.1.19` | | [criterion](https://github.com/criterion-rs/criterion.rs) | `0.5.1` | `0.8.2` | | [fakeit](https://github.com/PumpkinSeed/fakeit) | `1.3.0` | `1.4.1` | | [futures](https://github.com/rust-lang/futures-rs) | `0.3.31` | `0.3.32` | | [indoc](https://github.com/dtolnay/indoc) | `2.0.6` | `2.0.7` | | [octocrab](https://github.com/XAMPPRocky/octocrab) | `0.44.0` | `0.47.1` | | [rand](https://github.com/rust-random/rand) | `0.9.3` | `0.10.1` | | [rand_chacha](https://github.com/rust-random/rand) | `0.9.0` | `0.10.0` | | [rstest](https://github.com/la10736/rstest) | `0.25.0` | `0.26.1` | | [serde_json](https://github.com/serde-rs/json) | `1.0.140` | `1.0.149` | | [strum](https://github.com/Peternator7/strum) | `0.27.1` | `0.28.0` | | [tokio](https://github.com/tokio-rs/tokio) | `1.44.1` | `1.46.1` | | [tracing](https://github.com/tokio-rs/tracing) | `0.1.41` | `0.1.44` | | [tracing-subscriber](https://github.com/tokio-rs/tracing) | `0.3.20` | `0.3.23` | | [tracing-appender](https://github.com/tokio-rs/tracing) | `0.2.3` | `0.2.5` | | [derive_setters](https://github.com/Lymia/derive_setters) | `0.1.6` | `0.1.9` | | [clap](https://github.com/clap-rs/clap) | `4.5.34` | `4.5.60` | | [config](https://github.com/rust-cli/config-rs) | `0.15.11` | `0.15.22` | | [human-panic](https://github.com/rust-cli/human-panic) | `2.0.2` | `2.0.8` | | [json5](https://github.com/callum-oakley/json5-rs) | `0.4.1` | `1.3.1` | | [log](https://github.com/rust-lang/log) | `0.4.27` | `0.4.29` | | [signal-hook](https://github.com/vorner/signal-hook) | `0.3.17` | `0.4.4` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.14` | `0.7.18` | | [tui-big-text](https://github.com/ratatui/tui-widgets) | `0.7.1` | `0.8.4` | Updates `crossterm` from 0.28.1 to 0.29.0 - [Release notes](https://github.com/crossterm-rs/crossterm/releases) - [Changelog](https://github.com/crossterm-rs/crossterm/blob/master/CHANGELOG.md) - [Commits](https://github.com/crossterm-rs/crossterm/commits/0.29) Updates `ratatui` from 0.29.0 to 0.30.0 - [Release notes](https://github.com/ratatui/ratatui/releases) - [Changelog](https://github.com/ratatui/ratatui/blob/main/CHANGELOG.md) - [Commits](ratatui/ratatui@v0.29.0...ratatui-v0.30.0) Updates `anyhow` from 1.0.97 to 1.0.102 - [Release notes](https://github.com/dtolnay/anyhow/releases) - [Commits](dtolnay/anyhow@1.0.97...1.0.102) Updates `argh` from 0.1.13 to 0.1.19 - [Release notes](https://github.com/google/argh/releases) - [Commits](google/argh@0.1.13...v0.1.19) Updates `criterion` from 0.5.1 to 0.8.2 - [Release notes](https://github.com/criterion-rs/criterion.rs/releases) - [Changelog](https://github.com/criterion-rs/criterion.rs/blob/master/CHANGELOG.md) - [Commits](criterion-rs/criterion.rs@0.5.1...criterion-v0.8.2) Updates `fakeit` from 1.3.0 to 1.4.1 - [Commits](PumpkinSeed/fakeit@v1.3.0...v1.4.1) Updates `futures` from 0.3.31 to 0.3.32 - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](rust-lang/futures-rs@0.3.31...0.3.32) Updates `indoc` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/dtolnay/indoc/releases) - [Commits](dtolnay/indoc@2.0.6...2.0.7) Updates `octocrab` from 0.44.0 to 0.47.1 - [Release notes](https://github.com/XAMPPRocky/octocrab/releases) - [Changelog](https://github.com/XAMPPRocky/octocrab/blob/main/CHANGELOG.md) - [Commits](XAMPPRocky/octocrab@v0.44.0...v0.47.1) Updates `rand` from 0.9.3 to 0.10.1 - [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.9.3...0.10.1) Updates `rand_chacha` from 0.9.0 to 0.10.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.9.0...0.10.0) Updates `rstest` from 0.25.0 to 0.26.1 - [Release notes](https://github.com/la10736/rstest/releases) - [Changelog](https://github.com/la10736/rstest/blob/master/CHANGELOG.md) - [Commits](la10736/rstest@v0.25.0...v0.26.1) Updates `serde_json` from 1.0.140 to 1.0.149 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](serde-rs/json@v1.0.140...v1.0.149) Updates `strum` from 0.27.1 to 0.28.0 - [Release notes](https://github.com/Peternator7/strum/releases) - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](Peternator7/strum@v0.27.1...v0.28.0) Updates `tokio` from 1.44.1 to 1.46.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.44.1...tokio-1.46.1) Updates `tracing` from 0.1.41 to 0.1.44 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-0.1.41...tracing-0.1.44) Updates `tracing-subscriber` from 0.3.20 to 0.3.23 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-subscriber-0.3.20...tracing-subscriber-0.3.23) Updates `tracing-appender` from 0.2.3 to 0.2.5 - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](tokio-rs/tracing@tracing-appender-0.2.3...tracing-appender-0.2.5) Updates `derive_setters` from 0.1.6 to 0.1.9 - [Changelog](https://github.com/Lymia/derive_setters/blob/main/CHANGELOG.md) - [Commits](Lymia/derive_setters@v0.1.6...v0.1.9) Updates `clap` from 4.5.34 to 4.5.60 - [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.34...clap_complete-v4.5.60) Updates `config` from 0.15.11 to 0.15.22 - [Changelog](https://github.com/rust-cli/config-rs/blob/main/CHANGELOG.md) - [Commits](rust-cli/config-rs@v0.15.11...v0.15.22) Updates `human-panic` from 2.0.2 to 2.0.8 - [Changelog](https://github.com/rust-cli/human-panic/blob/master/CHANGELOG.md) - [Commits](rust-cli/human-panic@v2.0.2...v2.0.8) Updates `json5` from 0.4.1 to 1.3.1 - [Release notes](https://github.com/callum-oakley/json5-rs/releases) - [Commits](callum-oakley/json5-rs@0.4.1...1.3.1) Updates `libc` from 0.2.171 to 0.2.186 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.186/CHANGELOG.md) - [Commits](rust-lang/libc@0.2.171...0.2.186) Updates `log` from 0.4.27 to 0.4.29 - [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.27...0.4.29) Updates `signal-hook` from 0.3.17 to 0.4.4 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](vorner/signal-hook@v0.3.17...v0.4.4) Updates `tokio-util` from 0.7.14 to 0.7.18 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-util-0.7.14...tokio-util-0.7.18) Updates `tui-big-text` from 0.7.1 to 0.8.4 - [Release notes](https://github.com/ratatui/tui-widgets/releases) - [Changelog](https://github.com/ratatui/tui-widgets/blob/main/CHANGELOG.md) - [Commits](ratatui/tui-widgets@tui-popup-v0.7.1...tui-big-text-v0.8.4) --- updated-dependencies: - dependency-name: anyhow dependency-version: 1.0.102 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: argh dependency-version: 0.1.19 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: clap dependency-version: 4.5.60 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: config dependency-version: 0.15.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: criterion dependency-version: 0.8.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: crossterm dependency-version: 0.29.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: derive_setters dependency-version: 0.1.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: fakeit dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: futures dependency-version: 0.3.32 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: human-panic dependency-version: 2.0.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: indoc dependency-version: 2.0.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: json5 dependency-version: 1.3.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: cargo-dependencies - dependency-name: libc dependency-version: 0.2.186 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: log dependency-version: 0.4.29 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: octocrab dependency-version: 0.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: rand dependency-version: 0.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: rand_chacha dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: ratatui dependency-version: 0.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: rstest dependency-version: 0.26.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: serde_json dependency-version: 1.0.149 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: signal-hook dependency-version: 0.4.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: strum dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies - dependency-name: tokio-util dependency-version: 0.7.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tracing dependency-version: 0.1.44 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tracing-appender dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: cargo-dependencies - dependency-name: tui-big-text dependency-version: 0.8.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8e564a9 commit 111939e

14 files changed

Lines changed: 882 additions & 751 deletions

File tree

Cargo.lock

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

code/examples/ratatui-examples/Cargo.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -19,34 +19,34 @@ termwiz = ["ratatui/termwiz"]
1919
unstable-widget-ref = ["ratatui/unstable-widget-ref"]
2020

2121
[dependencies]
22-
crossterm = { version = "0.28.1", features = ["event-stream"] }
23-
ratatui = { version = "0.29.0", features = ["widget-calendar"] }
22+
crossterm = { version = "0.29.0", features = ["event-stream"] }
23+
ratatui = { version = "0.30.0", features = ["widget-calendar"] }
2424

2525
[dev-dependencies]
26-
anyhow = "1.0.97"
27-
argh = "0.1.13"
26+
anyhow = "1.0.102"
27+
argh = "0.1.19"
2828
better-panic = "0.3.0"
2929
color-eyre = "0.6.2"
30-
criterion = { version = "0.5.1", features = ["html_reports"] }
30+
criterion = { version = "0.8.2", features = ["html_reports"] }
3131
derive_builder = "0.20.2"
32-
fakeit = "1.1"
32+
fakeit = "1.4"
3333
font8x8 = "0.3.1"
34-
futures = "0.3.31"
34+
futures = "0.3.32"
3535
indoc = "2"
36-
octocrab = "0.44.0"
36+
octocrab = "0.47.1"
3737
palette = "0.7.3"
3838
pretty_assertions = "1.4.1"
39-
rand = "0.9.3"
40-
rand_chacha = "0.9.0"
41-
rstest = "0.25.0"
42-
serde_json = "1.0.140"
39+
rand = "0.10.1"
40+
rand_chacha = "0.10.0"
41+
rstest = "0.26.1"
42+
serde_json = "1.0.149"
4343
itertools = "0.14"
44-
strum = { version = "0.27.1", features = ["derive"] }
44+
strum = { version = "0.28.0", features = ["derive"] }
4545
time = { version = "0.3.47", features = ["local-offset"] }
46-
tokio = { version = "1.44.1", features = ["macros", "rt", "rt-multi-thread"] }
47-
tracing = "0.1.41"
48-
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
49-
tracing-appender = "0.2.3"
46+
tokio = { version = "1.46.1", features = ["macros", "rt", "rt-multi-thread"] }
47+
tracing = "0.1.44"
48+
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
49+
tracing-appender = "0.2.5"
5050
unicode-width = "0.2"
5151

5252
[[example]]

code/recipes/how-to-collapse-borders/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ publish.workspace = true
1515

1616
[dependencies]
1717
color-eyre = "0.6.3"
18-
ratatui = "0.30.0-alpha.5"
18+
ratatui = "0.30.0"

code/recipes/how-to-color_eyre/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ publish.workspace = true
1616
# ANCHOR: dependencies
1717
[dependencies]
1818
color-eyre = { version = "0.6.3" }
19-
ratatui = "0.29.0"
19+
ratatui = "0.30.0"
2020
# ANCHOR_END: dependencies

code/recipes/how-to-debug-widget-state/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ publish.workspace = true
1313

1414
[dependencies]
1515
color-eyre = "0.6.5"
16-
crossterm = "0.28.1"
17-
ratatui = "0.29.0"
16+
crossterm = "0.29.0"
17+
ratatui = "0.30.0"

code/recipes/how-to-overwrite-regions/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ publish.workspace = true
1515

1616
[dependencies]
1717
color-eyre = "0.6.3"
18-
derive_setters = "0.1.6"
18+
derive_setters = "0.1.9"
1919
lipsum = "0.9.1"
20-
ratatui = "0.29.0"
20+
ratatui = "0.30.0"

code/recipes/how-to-panic-hooks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ publish.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
ratatui = "0.29.0"
17+
ratatui = "0.30.0"
1818

1919
[[bin]]
2020
name = "crossterm"

code/recipes/how-to-spawn-vim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ publish.workspace = true
99
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1010

1111
[dependencies]
12-
ratatui = "0.29.0"
12+
ratatui = "0.30.0"

code/showcase/widget-showcase/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ publish.workspace = true
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[dependencies]
17-
clap = { version = "4.5.34", features = ["derive"] }
17+
clap = { version = "4.5.60", features = ["derive"] }
1818
color-eyre = "0.6.3"
19-
ratatui = { version = "0.29.0", features = ["all-widgets"] }
19+
ratatui = { version = "0.30.0", features = ["all-widgets"] }
2020
time = "0.3.47"
2121
lipsum = "0.9.1"
2222
textwrap = "0.16.2"

code/tutorials/counter-app-error-handling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ publish.workspace = true
1616
# ANCHOR: dependencies
1717
[dependencies]
1818
color-eyre = "0.6.3"
19-
ratatui = "0.29.0"
19+
ratatui = "0.30.0"
2020
# ANCHOR_END: dependencies

0 commit comments

Comments
 (0)