Skip to content

Commit b6e695e

Browse files
authored
chore: update dependencies (#601)
Updates tokio, command-fds
1 parent 0ddf899 commit b6e695e

File tree

5 files changed

+28
-15
lines changed

5 files changed

+28
-15
lines changed

Cargo.lock

Lines changed: 21 additions & 8 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: 3 additions & 3 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.45.1", features = ["io-util", "macros", "rt"] }
39+
tokio = { version = "1.46.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.45.1", features = [
44+
tokio = { version = "1.46.0", features = [
4545
"io-util",
4646
"macros",
4747
"process",
@@ -57,7 +57,7 @@ homedir = "0.3.5"
5757
whoami = "1.6.0"
5858

5959
[target.'cfg(unix)'.dependencies]
60-
command-fds = "0.3.1"
60+
command-fds = "0.3.2"
6161
nix = { version = "0.30.1", features = [
6262
"fs",
6363
"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.45.1", features = ["macros", "signal"] }
38+
tokio = { version = "1.46.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.2"
5757
brush-interactive = { version = "^0.2.19", path = "../brush-interactive", features = [
5858
"minimal",
5959
] }
60-
tokio = { version = "1.45.1", features = ["rt", "sync"] }
60+
tokio = { version = "1.46.0", features = ["rt", "sync"] }
6161

6262
[target.'cfg(any(windows, unix))'.dependencies]
6363
brush-interactive = { version = "^0.2.19", path = "../brush-interactive", features = [
6464
"basic",
6565
"reedline",
6666
] }
6767
crossterm = "0.29.0"
68-
tokio = { version = "1.45.1", features = ["rt", "rt-multi-thread", "sync"] }
68+
tokio = { version = "1.46.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.45.1", features = ["rt"] }
25+
tokio = { version = "1.46.0", features = ["rt"] }
2626

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

0 commit comments

Comments
 (0)