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 Dec 3, 2024
1 parent 5ee8bc9 commit 23cde52
Show file tree
Hide file tree
Showing 10 changed files with 99 additions and 67 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[tools]
node = "22"
rust = "1.82"
rust = "1.83.0"
56 changes: 44 additions & 12 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-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros", "full"] }
tracing = "0.1.40"
uuid = { version = "1.11.0", features = ["v4"] }
dirs = "5.0.1"
Expand Down
2 changes: 1 addition & 1 deletion crates/kftray-portforward/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log = "0.4"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros", "full"] }
tokio-stream = { version = "0.1.16", features = ["net"] }
tracing = "0.1.40"
uuid = { version = "1.11.0", features = ["v4"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/kftray-server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2021"
tokio = { version = "1", features = ["full"] }
log = "0.4"
env_logger = "0.11.5"
url = "2.5.0"
url = "2.5.3"
async-trait = "0.1"

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/kftray-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.82.0-alpine3.20 AS builder
FROM rust:1.83.0-alpine3.20 AS builder

RUN apk add --no-cache musl-dev

Expand Down
2 changes: 1 addition & 1 deletion crates/kftray-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ tauri = { version = "1.8", default-features = false, features = [
"devtools",
] }
tauri-plugin-positioner = { version = "1.0.5", features = ["system-tray"] }
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros", "full"] }
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio-native-tls"] }
dirs = "5.0.1"
reqwest = "0.12.9"
Expand Down
4 changes: 2 additions & 2 deletions crates/kftui/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tauri = { version = "1.8", default-features = false, features = [
"icon-png",
"devtools",
] }
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros", "full"] }
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio-native-tls"] }
dirs = "5.0.1"
base64 = "0.22.1"
Expand Down Expand Up @@ -58,7 +58,7 @@ kftray-commons = { path = "../kftray-commons" }
kftray-portforward = { path = "../kftray-portforward" }
ratatui = { version = "0.28", features = ["unstable-widget-ref"] }
crossterm = { version = "0.28.1", optional = false }
tui-logger = "0.13.2"
tui-logger = "0.14.0"

# https://github.com/tatounee/ratatui-explorer/pull/2/files
ratatui-explorer = "0.1.2"
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@vitejs/plugin-react-swc": "^3.7.0",
"lodash": "^4.17",
"@types/lodash": "^4.17",
"lucide-react": "^0.456.0",
"lucide-react": "^0.464.0",
"next-themes": "^0.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down Expand Up @@ -52,7 +52,7 @@
"prettier": "^3.3.3",
"react-query": "^3.39.3",
"react-refresh": "^0.14.2",
"typescript": "5.6.3",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2"
}
Expand Down
Loading

0 comments on commit 23cde52

Please sign in to comment.