Skip to content

Commit

Permalink
Merge pull request #50 from acorn-io/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.36
  • Loading branch information
cloudnautique authored Feb 14, 2024
2 parents 52ec836 + 9a9f48c commit a053193
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tauri/src-tauri/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 tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tauri = { version = "1.5", features = [ "api-all", "system-tray"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
dirs = "3.0"
tokio = { version = "1.35", features = ["full"] }
tokio = { version = "1.36", features = ["full"] }
tokio-stream = "0.1"
reqwest = { version = "0.11", features = ["json", "stream"] }

Expand Down

0 comments on commit a053193

Please sign in to comment.