Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 19, 2023
1 parent 6111567 commit 071a9e4
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 @@ -18,7 +18,7 @@ tract-onnx = "0.20.22"
once_cell = "1.19.0"

[dev-dependencies]
tokio = { version = "1.35.0", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.35.1", features = ["rt-multi-thread", "macros"] }
serde_json = "1.0.108"

[features]
Expand Down

0 comments on commit 071a9e4

Please sign in to comment.