Skip to content

Commit c65c2d8

Browse files
chore(deps): update all non-major dependencies (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 96f20c7 commit c65c2d8

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/kftray-commons/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/hcavarsan/kftray"
1111
edition = "2021"
1212

1313
[dependencies]
14-
anyhow = "1.0.91"
14+
anyhow = "1.0.93"
1515
bytes = "1.8.0"
1616
dashmap = "6.1.0"
1717
flate2 = "1.0"
@@ -22,7 +22,7 @@ log = "0.4"
2222
rand = "0.8.5"
2323
serde = { version = "1.0", features = ["derive"] }
2424
serde_json = "1.0.132"
25-
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros", "full"] }
25+
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
2626
tracing = "0.1.40"
2727
uuid = { version = "1.11.0", features = ["v4"] }
2828
dirs = "5.0.1"
@@ -36,7 +36,7 @@ tauri = { version = "1.8", default-features = false, features = [
3636
] }
3737
sqlx = { version = "0.8.2", default-features = false, features = ["sqlite", "runtime-tokio-native-tls"] }
3838
hostsfile = { git = "https://github.com/tonarino/innernet", branch = "main" }
39-
tempfile = "3.13.0"
39+
tempfile = "3.14.0"
4040
portpicker = "0.1.1"
4141
futures = "0.3.31"
4242

crates/kftray-portforward/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/hcavarsan/kftray"
1111
edition = "2021"
1212

1313
[dependencies]
14-
anyhow = "1.0.91"
14+
anyhow = "1.0.93"
1515
async-trait = "0.1"
1616
bytes = "1.8.0"
1717
dashmap = "6.1.0"
@@ -26,15 +26,15 @@ log = "0.4"
2626
rand = "0.8.5"
2727
serde = { version = "1.0", features = ["derive"] }
2828
serde_json = "1.0.132"
29-
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros", "full"] }
29+
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
3030
tokio-stream = { version = "0.1.16", features = ["net"] }
3131
tracing = "0.1.40"
3232
uuid = { version = "1.11.0", features = ["v4"] }
3333
whoami = "1.5.2"
3434
hostsfile = { git = "https://github.com/tonarino/innernet", branch = "main" }
3535
kftray-commons = { path = "../kftray-commons" }
3636
tower = { version = "0.5.1", features = ["util"] }
37-
hyper-util = "0.1.9"
37+
hyper-util = "0.1.10"
3838
dirs = "5.0.1"
3939
openssl = { version = "0.10.68", features = ["vendored"] }
4040
openssl-sys = { version = "0.9.104", features = ["vendored"] }

crates/kftray-tauri/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ tauri = { version = "1.8", default-features = false, features = [
2626
"devtools",
2727
] }
2828
tauri-plugin-positioner = { version = "1.0.5", features = ["system-tray"] }
29-
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros", "full"] }
29+
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
3030
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio-native-tls"] }
3131
dirs = "5.0.1"
32-
reqwest = "0.12.8"
32+
reqwest = "0.12.9"
3333
base64 = "0.22.1"
34-
keyring = { version = "3.6.0", features = ["apple-native", "windows-native", "linux-native"] }
34+
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "linux-native"] }
3535
hostsfile = { git = "https://github.com/tonarino/innernet", branch = "main" }
3636
log = "0.4"
3737
env_logger = "0.11.5"
@@ -43,10 +43,10 @@ k8s-openapi = { version = "0.23", default-features = false, features = [
4343
] }
4444
tokio-stream = { version = "0.1.16", features = ["net"] }
4545
futures = "0.3.31"
46-
anyhow = "1.0.91"
46+
anyhow = "1.0.93"
4747
tracing = "0.1.40"
4848
hyper = { version = "1.4.1", features = ["client", "http1", "http2"] }
49-
hyper-util = { version = "0.1.9", features = ["client-legacy", "http1", "tokio"] }
49+
hyper-util = { version = "0.1.10", features = ["client-legacy", "http1", "tokio"] }
5050
lazy_static = "1.5.0"
5151
serde = { version = "1.0", features = ["derive"] }
5252
rand = "0.8.5"

crates/kftui/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tauri = { version = "1.8", default-features = false, features = [
2323
"icon-png",
2424
"devtools",
2525
] }
26-
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros", "full"] }
26+
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
2727
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio-native-tls"] }
2828
dirs = "5.0.1"
2929
base64 = "0.22.1"
@@ -41,10 +41,10 @@ k8s-openapi = { version = "0.23", default-features = false, features = [
4141
] }
4242
tokio-stream = { version = "0.1.16", features = ["net"] }
4343
futures = "0.3.31"
44-
anyhow = "1.0.91"
44+
anyhow = "1.0.93"
4545
tracing = "0.1.40"
4646
hyper = { version = "1.4.1", features = ["client", "http1", "http2"] }
47-
hyper-util = { version = "0.1.9", features = ["client-legacy", "http1", "tokio"] }
47+
hyper-util = { version = "0.1.10", features = ["client-legacy", "http1", "tokio"] }
4848
lazy_static = "1.5.0"
4949
serde = { version = "1.0", features = ["derive"] }
5050
rand = "0.8.5"

hacks/kftray-utils/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ edition = "2021"
77
regex = "1"
88
log = "0.4"
99
serde_json = "1.0"
10-
image = "0.25.2"
10+
image = "0.25.5"
1111
ico = "0.3.0"
1212
thiserror = "1"
1313
env_logger = "0.11.5"

0 commit comments

Comments
 (0)