Skip to content

Commit

Permalink
Update tokio-serde requirement from 0.8.0 to 0.9.0 (#5)
Browse files Browse the repository at this point in the history
Updates the requirements on [tokio-serde](https://github.com/carllerche/tokio-serde) to permit the latest version.
- [Commits](https://github.com/carllerche/tokio-serde/commits)

---
updated-dependencies:
- dependency-name: tokio-serde
  dependency-type: direct:production
...

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 Mar 25, 2024
1 parent 0ac7cdb commit 7f0b372
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tarpc = {version = "0.33.0", features = ["full"]}
anyhow = "1.0.75"
tracing = "0.1.40"
service = "0.0.0"
tokio-serde = "0.8.0"
tokio-serde = "0.9.0"
tracing-subscriber = "0.3.17"
futures-util = "0.3.29"
actix_block_ai_crawling = "0.2.8"
Expand Down

0 comments on commit 7f0b372

Please sign in to comment.