Skip to content

Commit 7c9e316

Browse files
[deps] Platform: Pin dependencies
1 parent 382a2a0 commit 7c9e316

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

apps/desktop/desktop_native/core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ typenum = "=1.17.0"
5353
pkcs8 = { version = "=0.10.2", features = ["alloc", "encryption", "pem"] }
5454
rsa = "=0.9.6"
5555
ed25519 = { version = "=2.2.3", features = ["pkcs8"] }
56-
sysinfo = { version = "0.32.0", features = ["windows"] }
56+
sysinfo = { version = "=0.32.0", features = ["windows"] }
5757

5858
[target.'cfg(windows)'.dependencies]
5959
widestring = { version = "=1.1.0", optional = true }

apps/desktop/desktop_native/macos_provider/Cargo.toml

+8-8
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ bench = false
1616
[dependencies]
1717
desktop_core = { path = "../core" }
1818
futures = "=0.3.31"
19-
log = "0.4.22"
20-
serde = { version = "1.0.205", features = ["derive"] }
21-
serde_json = "1.0.122"
22-
tokio = { version = "1.39.2", features = ["sync"] }
23-
tokio-util = "0.7.11"
24-
uniffi = { version = "0.28.3", features = ["cli"] }
19+
log = "=0.4.22"
20+
serde = { version = "=1.0.205", features = ["derive"] }
21+
serde_json = "=1.0.122"
22+
tokio = { version = "=1.39.2", features = ["sync"] }
23+
tokio-util = "=0.7.11"
24+
uniffi = { version = "=0.28.3", features = ["cli"] }
2525

2626
[target.'cfg(target_os = "macos")'.dependencies]
27-
oslog = "0.2.0"
27+
oslog = "=0.2.0"
2828

2929
[build-dependencies]
30-
uniffi = { version = "0.28.3", features = ["build"] }
30+
uniffi = { version = "=0.28.3", features = ["build"] }

apps/desktop/desktop_native/napi/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ anyhow = "=1.0.94"
2020
desktop_core = { path = "../core" }
2121
napi = { version = "=2.16.13", features = ["async"] }
2222
napi-derive = "=2.16.13"
23-
serde = { version = "1.0.209", features = ["derive"] }
24-
serde_json = "1.0.127"
23+
serde = { version = "=1.0.209", features = ["derive"] }
24+
serde_json = "=1.0.127"
2525
tokio = { version = "=1.41.1" }
2626
tokio-util = "=0.7.12"
2727
tokio-stream = "=0.1.15"

apps/desktop/desktop_native/objc/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ default = []
1111
[dependencies]
1212
anyhow = "=1.0.94"
1313
thiserror = "=1.0.69"
14-
tokio = "1.39.1"
14+
tokio = "=1.39.1"
1515

1616
[target.'cfg(target_os = "macos")'.dependencies]
1717
core-foundation = "=0.10.0"
1818

1919
[build-dependencies]
20-
cc = "1.2.4"
21-
glob = "0.3.2"
20+
cc = "=1.2.4"
21+
glob = "=0.3.2"

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@
136136
"tsconfig-paths-webpack-plugin": "4.2.0",
137137
"type-fest": "2.19.0",
138138
"typescript": "5.4.2",
139-
"typescript-strict-plugin": "^2.4.4",
139+
"typescript-strict-plugin": "2.4.4",
140140
"url": "0.11.4",
141141
"util": "0.12.5",
142142
"wait-on": "8.0.2",

0 commit comments

Comments
 (0)