Skip to content

Commit

Permalink
Merge pull request #202 from deebloo/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.35.0
  • Loading branch information
Danny Blue authored Dec 15, 2023
2 parents 859f54c + 336c463 commit 07c3ab9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0.193", features = ["derive"] }
serde_json = "1.0.108"

# feature dependencies
tokio = { version = "1.34.0", features = ["full"], optional = true}
tokio = { version = "1.35.0", features = ["full"], optional = true}
dotenv = { version = "0.15.0", optional = true }
hidapi = { version = "2.4.1", optional = true }
reqwest = { version = "0.11.22", optional = true }
Expand Down

0 comments on commit 07c3ab9

Please sign in to comment.