Skip to content

Commit

Permalink
Merge pull request #170 from Raspirus/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
Update Rust crate tokio to 1.28.1
  • Loading branch information
Benji377 authored May 10, 2023
2 parents 21d9e5c + 5314d4b commit 6a10e16
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 src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pretty_env_logger = "0.4.0"
reqwest = { version = "0.11.17", features = ["blocking"] }
rusqlite = { version = "0.29.0", features = ["bundled"] }
terminal_size = "0.2.6"
tokio = "1.28.0"
tokio = "1.28.1"
walkdir = "2.3.3"
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 6a10e16

Please sign in to comment.