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 14, 2024
1 parent d4a381e commit fb80dfd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions apps/desktop/desktop_native/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ anyhow = "=1.0.93"
arboard = { version = "=3.4.1", default-features = false, features = [
"wayland-data-control",
] }
async-stream = "0.3.5"
async-stream = "=0.3.5"
base64 = "=0.22.1"
byteorder = "1.5.0"
byteorder = "=1.5.0"
cbc = { version = "=0.1.2", features = ["alloc"] }
homedir = "0.3.3"
homedir = "=0.3.3"
libc = "=0.2.162"
pin-project = "1.1.5"
pin-project = "=1.1.5"
dirs = "=5.0.1"
futures = "=0.3.31"
interprocess = { version = "=2.2.1", features = ["tokio"] }
log = "=0.4.22"
rand = "=0.8.5"
retry = "=2.0.0"
russh-cryptovec = "0.7.3"
russh-cryptovec = "=0.7.3"
scopeguard = "=1.2.0"
sha2 = "=0.10.8"
ssh-encoding = "0.2.0"
ssh-key = { version = "0.6.6", default-features = false, features = [
ssh-encoding = "=0.2.0"
ssh-key = { version = "=0.6.6", default-features = false, features = [
"encryption",
"ed25519",
"rsa",
Expand Down
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.93"
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"
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 @@ -116,7 +116,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 fb80dfd

Please sign in to comment.