Skip to content

Commit

Permalink
[deps] Platform: Pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 1, 2024
1 parent bb79fdb commit b885d4d
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
4 changes: 2 additions & 2 deletions apps/desktop/desktop_native/napi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ anyhow = "=1.0.86"
desktop_core = { path = "../core" }
napi = { version = "=2.16.11", features = ["async"] }
napi-derive = "=2.16.12"
tokio = { version = "1.38.0" }
tokio-util = "0.7.11"
tokio = { version = "=1.38.0" }
tokio-util = "=0.7.11"

[build-dependencies]
napi-build = "=2.1.3"
12 changes: 6 additions & 6 deletions apps/desktop/desktop_native/proxy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ publish = false
[dependencies]
anyhow = "=1.0.86"
desktop_core = { path = "../core", default-features = false }
futures = "0.3.30"
log = "0.4.22"
simplelog = "0.12.2"
tokio = { version = "1.38.0", features = ["io-std", "io-util", "macros", "rt"] }
tokio-util = { version = "0.7.11", features = ["codec"] }
futures = "=0.3.30"
log = "=0.4.22"
simplelog = "=0.12.2"
tokio = { version = "=1.38.0", features = ["io-std", "io-util", "macros", "rt"] }
tokio-util = { version = "=0.7.11", features = ["codec"] }

[target.'cfg(target_os = "macos")'.dependencies]
embed_plist = "1.2.2"
embed_plist = "=1.2.2"
3 changes: 2 additions & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"html-webpack-injector": "1.1.4",
"html-webpack-plugin": "5.6.3",
"husky": "9.1.4",
"jest-extended": "^4.0.2",
"jest-extended": "4.0.2",
"jest-junit": "16.0.0",
"jest-mock-extended": "3.0.7",
"jest-preset-angular": "14.1.1",
Expand Down

0 comments on commit b885d4d

Please sign in to comment.