Skip to content

Commit 039f266

Browse files
build(deps): bump tokio from 1.46.1 to 1.47.0 in the cargo group (reubeno#616)
1 parent b6c689d commit 039f266

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

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

brush-core/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ thiserror = "2.0.12"
3636
tracing = "0.1.41"
3737

3838
[target.'cfg(target_family = "wasm")'.dependencies]
39-
tokio = { version = "1.46.1", features = ["io-util", "macros", "rt"] }
39+
tokio = { version = "1.47.0", features = ["io-util", "macros", "rt"] }
4040

4141
[target.'cfg(any(windows, unix))'.dependencies]
4242
hostname = "0.4.1"
4343
os_pipe = { version = "1.2.2", features = ["io_safety"] }
44-
tokio = { version = "1.46.0", features = [
44+
tokio = { version = "1.47.0", features = [
4545
"io-util",
4646
"macros",
4747
"process",

brush-interactive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ thiserror = "2.0.12"
3535
tracing = "0.1.41"
3636

3737
[target.'cfg(any(windows, unix))'.dependencies]
38-
tokio = { version = "1.46.1", features = ["macros", "signal"] }
38+
tokio = { version = "1.47.0", features = ["macros", "signal"] }
3939

4040
[target.wasm32-unknown-unknown.dependencies]
4141
getrandom = { version = "0.3.3", features = ["wasm_js"] }

brush-shell/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,15 +57,15 @@ human-panic = "2.0.3"
5757
brush-interactive = { version = "^0.2.20", path = "../brush-interactive", features = [
5858
"minimal",
5959
] }
60-
tokio = { version = "1.46.1", features = ["rt", "sync"] }
60+
tokio = { version = "1.47.0", features = ["rt", "sync"] }
6161

6262
[target.'cfg(any(windows, unix))'.dependencies]
6363
brush-interactive = { version = "^0.2.20", path = "../brush-interactive", features = [
6464
"basic",
6565
"reedline",
6666
] }
6767
crossterm = "0.29.0"
68-
tokio = { version = "1.46.0", features = ["rt", "rt-multi-thread", "sync"] }
68+
tokio = { version = "1.47.0", features = ["rt", "rt-multi-thread", "sync"] }
6969

7070
[target.wasm32-unknown-unknown.dependencies]
7171
getrandom = { version = "0.3.3", features = ["wasm_js"] }

fuzz/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ workspace = true
2222
anyhow = "1.0.98"
2323
assert_cmd = "2.0.17"
2424
libfuzzer-sys = "0.4"
25-
tokio = { version = "1.46.1", features = ["rt"] }
25+
tokio = { version = "1.47.0", features = ["rt"] }
2626

2727
[dependencies.brush-core]
2828
path = "../brush-core"

0 commit comments

Comments
 (0)