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 Dec 20, 2024
1 parent 4b42092 commit a657faa
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion apps/desktop/desktop_native/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ rand_chacha = "=0.3.1"
pkcs8 = { version = "=0.10.2", features = ["alloc", "encryption", "pem"] }
rsa = "=0.9.6"
ed25519 = { version = "=2.2.3", features = ["pkcs8"] }
sysinfo = { version = "0.32.0", features = ["windows"] }
sysinfo = { version = "=0.32.0", features = ["windows"] }

[target.'cfg(windows)'.dependencies]
widestring = { version = "=1.1.0", optional = true }
Expand Down
16 changes: 8 additions & 8 deletions apps/desktop/desktop_native/macos_provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ bench = false
[dependencies]
desktop_core = { path = "../core" }
futures = "=0.3.31"
log = "0.4.22"
serde = { version = "1.0.205", features = ["derive"] }
serde_json = "1.0.122"
tokio = { version = "1.39.2", features = ["sync"] }
tokio-util = "0.7.11"
uniffi = { version = "0.28.0", features = ["cli"] }
log = "=0.4.22"
serde = { version = "=1.0.205", features = ["derive"] }
serde_json = "=1.0.122"
tokio = { version = "=1.39.2", features = ["sync"] }
tokio-util = "=0.7.11"
uniffi = { version = "=0.28.0", features = ["cli"] }

[target.'cfg(target_os = "macos")'.dependencies]
oslog = "0.2.0"
oslog = "=0.2.0"

[build-dependencies]
uniffi = { version = "0.28.0", features = ["build"] }
uniffi = { version = "=0.28.0", features = ["build"] }
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 @@ -20,8 +20,8 @@ anyhow = "=1.0.94"
desktop_core = { path = "../core" }
napi = { version = "=2.16.13", features = ["async"] }
napi-derive = "=2.16.13"
serde = { version = "1.0.209", features = ["derive"] }
serde_json = "1.0.127"
serde = { version = "=1.0.209", features = ["derive"] }
serde_json = "=1.0.127"
tokio = { version = "=1.41.1" }
tokio-util = "=0.7.12"
tokio-stream = "=0.1.15"
Expand Down
6 changes: 3 additions & 3 deletions apps/desktop/desktop_native/objc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ default = []
[dependencies]
anyhow = "=1.0.94"
thiserror = "=1.0.69"
tokio = "1.39.1"
tokio = "=1.39.1"

[target.'cfg(target_os = "macos")'.dependencies]
core-foundation = "=0.9.4"

[build-dependencies]
cc = "1.0.104"
glob = "0.3.1"
cc = "=1.0.104"
glob = "=0.3.1"
2 changes: 1 addition & 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 @@ -135,7 +135,7 @@
"tsconfig-paths-webpack-plugin": "4.1.0",
"type-fest": "2.19.0",
"typescript": "5.4.2",
"typescript-strict-plugin": "^2.4.4",
"typescript-strict-plugin": "2.4.4",
"url": "0.11.4",
"util": "0.12.5",
"wait-on": "8.0.1",
Expand Down

0 comments on commit a657faa

Please sign in to comment.