Skip to content

Commit

Permalink
build(deps): bump tokio from 1.39.1 to 1.39.2 in the cargo group (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 7b87b0f commit 6ac183e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions brush-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ thiserror = "1.0.62"
tracing = "0.1.40"

[target.'cfg(target_family = "wasm")'.dependencies]
tokio = { version = "1.37.0", features = [
tokio = { version = "1.39.2", features = [
"io-util",
"macros",
"rt",
Expand All @@ -41,7 +41,7 @@ tokio = { version = "1.37.0", features = [
[target.'cfg(any(windows, unix))'.dependencies]
hostname = "0.4.0"
os_pipe = { version = "1.1.5", features = ["io_safety"] }
tokio = { version = "1.37.0", features = [
tokio = { version = "1.39.2", features = [
"io-util",
"macros",
"process",
Expand Down
2 changes: 1 addition & 1 deletion brush-interactive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ tracing = "0.1.40"
rustyline = { package = "brush-rustyline-fork", version = "14.0.1", features = [
"derive",
] }
tokio = { version = "1.37.0", features = ["macros", "signal"] }
tokio = { version = "1.39.2", features = ["macros", "signal"] }
2 changes: 1 addition & 1 deletion brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"

[target.'cfg(not(any(windows, unix)))'.dependencies]
tokio = { version = "1.37.0", features = ["rt", "sync"] }
tokio = { version = "1.39.2", features = ["rt", "sync"] }

[target.'cfg(any(windows, unix))'.dependencies]
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "sync"] }
Expand Down
2 changes: 1 addition & 1 deletion fuzz/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ anyhow = "1.0.86"
assert_cmd = "2.0.15"
lazy_static = "1.5.0"
libfuzzer-sys = "0.4"
tokio = { version = "1.37.0", features = ["rt"] }
tokio = { version = "1.39.2", features = ["rt"] }

[dependencies.brush-core]
path = "../brush-core"
Expand Down

0 comments on commit 6ac183e

Please sign in to comment.