Skip to content

Commit 82f96c6

Browse files
Merge pull request #40 from MaterializeInc/push-nxpqtkoyrosv
update deps
2 parents 6defd7c + 8fdc7ca commit 82f96c6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "k8s-controller"
3-
version = "0.6.1"
3+
version = "0.7.0"
44
edition = "2024"
55
rust-version = "1.89.0"
66

@@ -13,10 +13,9 @@ include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"]
1313
[dependencies]
1414
async-trait = "0.1"
1515
futures = "0.3"
16-
k8s-openapi = { version = "0.26.0", default-features = false }
17-
kube = { version = "2.0.0", default-features = false, features = ["client"] }
18-
kube-runtime = "2.0.0"
19-
rand = "0.9.0"
16+
kube = { version = "2.0.1", default-features = false, features = ["client"] }
17+
kube-runtime = "2.0.1"
18+
rand = "0.9.2"
2019
serde = "1"
2120
tracing = "0.1"
2221

deny.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ ignore = [
1414
[bans]
1515
multiple-versions = "deny"
1616
skip = [
17-
{ name = "getrandom", version = "0.2.15" },
1817
{ name = "thiserror", version = "1.0.69" },
1918
{ name = "thiserror-impl", version = "1.0.69" },
19+
# waiting on https://github.com/kube-rs/kube/pull/1826 to merge
20+
{ name = "hashbrown", version = "0.15.5" },
2021
]
2122

2223
# Use `tracing` instead.

0 commit comments

Comments
 (0)