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 6, 2024
1 parent 5ee8bc9 commit f8af5a6
Show file tree
Hide file tree
Showing 10 changed files with 111 additions and 79 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"
64 changes: 48 additions & 16 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
4 changes: 2 additions & 2 deletions 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 All @@ -11,7 +11,7 @@ COPY . .
RUN cargo build --release
RUN cargo install --path .

FROM alpine:3.20
FROM alpine:3.21

COPY --from=builder /usr/local/cargo/bin/kftray-server /kftray-server

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 @@ -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 Expand Up @@ -61,7 +61,7 @@ open = "5.3.0"
kftray-portforward = { path = "../kftray-portforward" }
kftray-commons = { path = "../kftray-commons" }
netstat2 = { git = "https://github.com/hcavarsan/netstat2-rs" }
sysinfo = "0.32.0"
sysinfo = "0.33.0"
secrecy = "0.10.3"
git2 = "0.19.0"
url = "2.5.3"
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
6 changes: 3 additions & 3 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.468.0",
"next-themes": "^0.4.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down Expand Up @@ -51,8 +51,8 @@
"jsdom": "^25.0.1",
"prettier": "^3.3.3",
"react-query": "^3.39.3",
"react-refresh": "^0.14.2",
"typescript": "5.6.3",
"react-refresh": "^0.16.0",
"typescript": "5.7.2",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.2"
}
Expand Down
Loading

0 comments on commit f8af5a6

Please sign in to comment.