Skip to content

Commit 140a514

Browse files
[deps] Platform: Pin dependencies (#11528)
* [deps] Platform: Pin dependencies * Bump Versions --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Justin Baur <[email protected]>
1 parent 8823c7b commit 140a514

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

apps/desktop/desktop_native/core/Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,24 +27,24 @@ anyhow = "=1.0.93"
2727
arboard = { version = "=3.4.1", default-features = false, features = [
2828
"wayland-data-control",
2929
] }
30-
async-stream = "0.3.5"
30+
async-stream = "=0.3.5"
3131
base64 = "=0.22.1"
32-
byteorder = "1.5.0"
32+
byteorder = "=1.5.0"
3333
cbc = { version = "=0.1.2", features = ["alloc"] }
34-
homedir = "0.3.3"
34+
homedir = "=0.3.3"
3535
libc = "=0.2.162"
36-
pin-project = "1.1.5"
36+
pin-project = "=1.1.5"
3737
dirs = "=5.0.1"
3838
futures = "=0.3.31"
3939
interprocess = { version = "=2.2.1", features = ["tokio"] }
4040
log = "=0.4.22"
4141
rand = "=0.8.5"
4242
retry = "=2.0.0"
43-
russh-cryptovec = "0.7.3"
43+
russh-cryptovec = "=0.7.3"
4444
scopeguard = "=1.2.0"
4545
sha2 = "=0.10.8"
46-
ssh-encoding = "0.2.0"
47-
ssh-key = { version = "0.6.6", default-features = false, features = [
46+
ssh-encoding = "=0.2.0"
47+
ssh-key = { version = "=0.6.6", default-features = false, features = [
4848
"encryption",
4949
"ed25519",
5050
"rsa",

apps/desktop/desktop_native/proxy/Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ publish = false
99
[dependencies]
1010
anyhow = "=1.0.93"
1111
desktop_core = { path = "../core", default-features = false }
12-
futures = "0.3.30"
13-
log = "0.4.22"
14-
simplelog = "0.12.2"
15-
tokio = { version = "1.38.0", features = ["io-std", "io-util", "macros", "rt"] }
16-
tokio-util = { version = "0.7.11", features = ["codec"] }
12+
futures = "=0.3.31"
13+
log = "=0.4.22"
14+
simplelog = "=0.12.2"
15+
tokio = { version = "=1.40.0", features = ["io-std", "io-util", "macros", "rt"] }
16+
tokio-util = { version = "=0.7.12", features = ["codec"] }
1717

1818
[target.'cfg(target_os = "macos")'.dependencies]
19-
embed_plist = "1.2.2"
19+
embed_plist = "=1.2.2"

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"html-webpack-injector": "1.1.4",
112112
"html-webpack-plugin": "5.6.3",
113113
"husky": "9.1.4",
114-
"jest-extended": "^4.0.2",
114+
"jest-extended": "4.0.2",
115115
"jest-junit": "16.0.0",
116116
"jest-mock-extended": "3.0.7",
117117
"jest-preset-angular": "14.1.1",

0 commit comments

Comments
 (0)