Skip to content

Commit

Permalink
[chore(cargo)](deps): 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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent 096b78a commit 585623c
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
41 changes: 30 additions & 11 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 homestar-runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ tarpc = { version = "0.33", default-features = false, features = [
] }
thiserror = { workspace = true }
tokio = { workspace = true }
tokio-serde = { version = "0.8", default-features = false, features = [
tokio-serde = { version = "0.9", default-features = false, features = [
"messagepack",
] }
tokio-stream = { version = "0.1", default-features = false, features = [
Expand Down

0 comments on commit 585623c

Please sign in to comment.