Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 10, 2023
1 parent db35957 commit d23d057
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 apps/gui/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ lazy_static = "1.4.0"
async_once = "0.2.6"
entity = { path = "./entity" }
migration = { path = "./migration" }
tokio = { version = "1.33.0", features = ["macros"] }
tokio = { version = "1.34.0", features = ["macros"] }
futures = "0.3.29"
native-dialog = "0.7.0"
anyhow = "1.0.75"
Expand Down

0 comments on commit d23d057

Please sign in to comment.