Skip to content

Commit

Permalink
build(deps): bump the cargo group with 2 updates (#152)
Browse files Browse the repository at this point in the history
Bumps the cargo group with 2 updates: [tokio](https://github.com/tokio-rs/tokio) and [serde](https://github.com/serde-rs/serde).


Updates `tokio` from 1.39.2 to 1.39.3
- [Release notes](https://github.com/tokio-rs/tokio/releases)
- [Commits](tokio-rs/tokio@tokio-1.39.2...tokio-1.39.3)

Updates `serde` from 1.0.206 to 1.0.208
- [Release notes](https://github.com/serde-rs/serde/releases)
- [Commits](serde-rs/serde@v1.0.206...v1.0.208)

---
updated-dependencies:
- dependency-name: tokio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
- dependency-name: serde
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: cargo
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 709fb2d commit 2497377
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 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.39.2", features = [
tokio = { version = "1.39.3", features = [
"io-util",
"macros",
"rt",
Expand All @@ -41,7 +41,7 @@ tokio = { version = "1.39.2", features = [
[target.'cfg(any(windows, unix))'.dependencies]
hostname = "0.4.0"
os_pipe = { version = "1.2.1", features = ["io_safety"] }
tokio = { version = "1.39.2", features = [
tokio = { version = "1.39.3", 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.39.2", features = ["macros", "signal"] }
tokio = { version = "1.39.3", features = ["macros", "signal"] }
6 changes: 3 additions & 3 deletions brush-shell/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ tracing = "0.1.40"
tracing-subscriber = "0.3.18"

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

[target.'cfg(any(windows, unix))'.dependencies]
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "sync"] }
tokio = { version = "1.39.3", features = ["rt", "rt-multi-thread", "sync"] }

[dev-dependencies]
anyhow = "1.0.86"
Expand All @@ -56,6 +56,6 @@ indent = "0.1.1"
junit-report = "0.8.3"
pathdiff = "0.2.1"
regex = "1.10.6"
serde = { version = "1.0.206", features = ["derive"] }
serde = { version = "1.0.208", features = ["derive"] }
serde_yaml = "0.9.34"
strip-ansi-escapes = "0.2.0"
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.39.2", features = ["rt"] }
tokio = { version = "1.39.3", features = ["rt"] }

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

0 comments on commit 2497377

Please sign in to comment.