Skip to content

Commit

Permalink
Merge pull request #200 from deebloo/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.34.0
  • Loading branch information
Danny Blue authored Nov 9, 2023
2 parents b2505a9 + 2924bbe commit 53de313
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ serde = { version = "1.0.190", features = ["derive"] }
serde_json = "1.0.108"

# feature dependencies
tokio = { version = "1.33.0", features = ["full"], optional = true}
tokio = { version = "1.34.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 53de313

Please sign in to comment.