Skip to content

Commit

Permalink
Bump tokio-serde from 0.8.0 to 0.9.0
Browse files Browse the repository at this point in the history
Bumps [tokio-serde](https://github.com/carllerche/tokio-serde) from 0.8.0 to 0.9.0.
- [Commits](https://github.com/carllerche/tokio-serde/commits)

---
updated-dependencies:
- dependency-name: tokio-serde
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent 62eea6a commit aca69d7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 24 deletions.
39 changes: 17 additions & 22 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion bazelfe-bazel-wrapper/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stdio-override = { version = "0.1.3", optional = true }
libc = "0.2.153"
crossbeam-channel = { version = "0.5.11", optional = true }
notify = { version = "6.1.1", optional = true }
tokio-serde = { version = "0.8.0", features = ["bincode"], optional = true }
tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true }
tokio-util = { version = "0.7.10", features = ["compat"] }
sha2 = "0.10.8"
nix = "0.27.1"
Expand Down
2 changes: 1 addition & 1 deletion bazelfe-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ stdio-override = { version = "0.1.3", optional = true }
libc = "0.2.153"
crossbeam-channel = { version = "0.5.11", optional = true }
notify = { version = "6.1.1", optional = true }
tokio-serde = { version = "0.8.0", features = ["bincode"], optional = true }
tokio-serde = { version = "0.9.0", features = ["bincode"], optional = true }
tokio-util = { version = "0.7.10", features = ["compat"] }
sha2 = "0.10.8"
nix = "0.27.1"
Expand Down

0 comments on commit aca69d7

Please sign in to comment.