Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 3, 2024
1 parent f513fd8 commit d5530d8
Show file tree
Hide file tree
Showing 5 changed files with 50 additions and 41 deletions.
13 changes: 11 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/kftray-portforward/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ openssl = { version = "0.10.66", features = ["vendored"] }
openssl-sys = { version = "0.9.103", features = ["vendored"] }
hyper = "1.4.1"
base64 = "0.22.1"
secrecy = "0.8.0"
secrecy = "0.10.0"
hyper-openssl = "0.10.2"

[lib]
Expand Down
4 changes: 2 additions & 2 deletions crates/kftray-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ path = "src/lib.rs"
tauri-build = { version = "1.5", features = [] }

[dependencies]
serde_json = "1.0.127"
serde_json = "1.0.128"
tauri = { version = "1.8", default-features = false, features = [
"updater",
"api-all",
Expand All @@ -27,7 +27,7 @@ tauri = { version = "1.8", default-features = false, features = [
] }
tauri-plugin-positioner = { version = "1.0.5", features = ["system-tray"] }
tokio = { version = "1.40.0", features = ["rt-multi-thread", "macros", "full"] }
sqlx = { version = "0.8.1", features = ["sqlite", "runtime-tokio-native-tls"] }
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio-native-tls"] }
dirs = "5.0.1"
reqwest = "0.12.7"
base64 = "0.22.1"
Expand Down
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"prettier": "^3.3.3",
"react-query": "^3.39.3",
"react-refresh": "^0.14.2",
"typescript": "5.5.4",
"typescript": "5.6.2",
"vite": "^5.4.8"
}
}
70 changes: 35 additions & 35 deletions pnpm-lock.yaml

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

0 comments on commit d5530d8

Please sign in to comment.