Skip to content

Commit 1396454

Browse files
dependabot[bot]JayanAXHF
authored andcommitted
chore(deps): bump tokio from 1.49.0 to 1.50.0
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.49.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4ee880 commit 1396454

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ termprofile = { version = "0.2.1", features = ["convert", "ratatui"] }
4444
textwrap = { version = "0.16.2", features = ["terminal_size"] }
4545
thiserror = "2.0.18"
4646
throbber-widgets-tui = "0.11.0"
47-
tokio = { version = "1.38", features = ["macros", "rt-multi-thread"] }
47+
tokio = { version = "1.50", features = ["macros", "rt-multi-thread"] }
4848
tokio-util = "0.7.18"
4949
tracing = "0.1.44"
5050
tracing-error = "0.2.1"

crates/ratatui-toaster/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ categories = ["command-line-utilities", "command-line-interface"]
1414
[dependencies]
1515
ratatui = { version = "0.30.0", default-features = false, features = ["unstable-widget-ref"] }
1616
textwrap = "0.16.2"
17-
tokio = { version = "1.38", features = ["rt-multi-thread"], optional = true }
17+
tokio = { version = "1.50", features = ["rt-multi-thread"], optional = true }
1818

1919
[features]
2020
tokio = ["dep:tokio"]
@@ -25,7 +25,7 @@ path = "examples/simple.rs"
2525

2626
[dev-dependencies]
2727
anyhow = "1.0.102"
28-
tokio = { version = "1.38", features = ["rt-multi-thread", "sync", "time", "macros"] }
28+
tokio = { version = "1.50", features = ["rt-multi-thread", "sync", "time", "macros"] }
2929
ratatui = { version = "0.30.0" }
3030
tachyonfx = { version = "0.25.0", default-features = false, features = ["std", "std-duration"] }
3131
tokio-util = "0.7.18"

0 commit comments

Comments
 (0)