Skip to content

Commit

Permalink
[PS-1474] Bump rust dependencies (#3515)
Browse files Browse the repository at this point in the history
* Bump rust dependencies

* Selecitvely upgrade only napi

* Upgrade only parking_lot_core

(cherry picked from commit 248ac95)
  • Loading branch information
Hinton authored and Todd Martin committed Sep 13, 2022
1 parent cd212a6 commit ce454a7
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 62 deletions.
122 changes: 63 additions & 59 deletions apps/desktop/desktop_native/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apps/desktop/desktop_native/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ crate-type = ["cdylib"]

[dependencies]
anyhow = "1.0"
napi = {version = "2", features = ["async"]}
napi-derive = "2"
napi = {version = "2.9.1", features = ["async"]}
napi-derive = "2.9.1"
scopeguard = "1.1.0"
tokio = {version = "1.17.0", features = ["full"]}

[build-dependencies]
napi-build = "1"
napi-build = "2.0.1"

[target.'cfg(windows)'.dependencies]
widestring = "0.5.1"
Expand Down

0 comments on commit ce454a7

Please sign in to comment.