Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 18, 2024
1 parent 96f20c7 commit c65c2d8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions crates/kftray-commons/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/hcavarsan/kftray"
edition = "2021"

[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.93"
bytes = "1.8.0"
dashmap = "6.1.0"
flate2 = "1.0"
Expand All @@ -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.0", features = ["rt-multi-thread", "macros", "full"] }
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
tracing = "0.1.40"
uuid = { version = "1.11.0", features = ["v4"] }
dirs = "5.0.1"
Expand All @@ -36,7 +36,7 @@ tauri = { version = "1.8", default-features = false, features = [
] }
sqlx = { version = "0.8.2", default-features = false, features = ["sqlite", "runtime-tokio-native-tls"] }
hostsfile = { git = "https://github.com/tonarino/innernet", branch = "main" }
tempfile = "3.13.0"
tempfile = "3.14.0"
portpicker = "0.1.1"
futures = "0.3.31"

Expand Down
6 changes: 3 additions & 3 deletions crates/kftray-portforward/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/hcavarsan/kftray"
edition = "2021"

[dependencies]
anyhow = "1.0.91"
anyhow = "1.0.93"
async-trait = "0.1"
bytes = "1.8.0"
dashmap = "6.1.0"
Expand All @@ -26,15 +26,15 @@ log = "0.4"
rand = "0.8.5"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0.132"
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros", "full"] }
tokio = { version = "1.41.1", 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"] }
whoami = "1.5.2"
hostsfile = { git = "https://github.com/tonarino/innernet", branch = "main" }
kftray-commons = { path = "../kftray-commons" }
tower = { version = "0.5.1", features = ["util"] }
hyper-util = "0.1.9"
hyper-util = "0.1.10"
dirs = "5.0.1"
openssl = { version = "0.10.68", features = ["vendored"] }
openssl-sys = { version = "0.9.104", features = ["vendored"] }
Expand Down
10 changes: 5 additions & 5 deletions crates/kftray-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ tauri = { version = "1.8", default-features = false, features = [
"devtools",
] }
tauri-plugin-positioner = { version = "1.0.5", features = ["system-tray"] }
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros", "full"] }
tokio = { version = "1.41.1", features = ["rt-multi-thread", "macros", "full"] }
sqlx = { version = "0.8.2", features = ["sqlite", "runtime-tokio-native-tls"] }
dirs = "5.0.1"
reqwest = "0.12.8"
reqwest = "0.12.9"
base64 = "0.22.1"
keyring = { version = "3.6.0", features = ["apple-native", "windows-native", "linux-native"] }
keyring = { version = "3.6.1", features = ["apple-native", "windows-native", "linux-native"] }
hostsfile = { git = "https://github.com/tonarino/innernet", branch = "main" }
log = "0.4"
env_logger = "0.11.5"
Expand All @@ -43,10 +43,10 @@ k8s-openapi = { version = "0.23", default-features = false, features = [
] }
tokio-stream = { version = "0.1.16", features = ["net"] }
futures = "0.3.31"
anyhow = "1.0.91"
anyhow = "1.0.93"
tracing = "0.1.40"
hyper = { version = "1.4.1", features = ["client", "http1", "http2"] }
hyper-util = { version = "0.1.9", features = ["client-legacy", "http1", "tokio"] }
hyper-util = { version = "0.1.10", features = ["client-legacy", "http1", "tokio"] }
lazy_static = "1.5.0"
serde = { version = "1.0", features = ["derive"] }
rand = "0.8.5"
Expand Down
6 changes: 3 additions & 3 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.0", features = ["rt-multi-thread", "macros", "full"] }
tokio = { version = "1.41.1", 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 All @@ -41,10 +41,10 @@ k8s-openapi = { version = "0.23", default-features = false, features = [
] }
tokio-stream = { version = "0.1.16", features = ["net"] }
futures = "0.3.31"
anyhow = "1.0.91"
anyhow = "1.0.93"
tracing = "0.1.40"
hyper = { version = "1.4.1", features = ["client", "http1", "http2"] }
hyper-util = { version = "0.1.9", features = ["client-legacy", "http1", "tokio"] }
hyper-util = { version = "0.1.10", features = ["client-legacy", "http1", "tokio"] }
lazy_static = "1.5.0"
serde = { version = "1.0", features = ["derive"] }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion hacks/kftray-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
regex = "1"
log = "0.4"
serde_json = "1.0"
image = "0.25.2"
image = "0.25.5"
ico = "0.3.0"
thiserror = "1"
env_logger = "0.11.5"
Expand Down

0 comments on commit c65c2d8

Please sign in to comment.