Skip to content

Commit

Permalink
chore!: Update kube to v0.96 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-karpenko authored Oct 12, 2024
1 parent 2b80a4f commit b7dd46a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ keywords = ["kubernetes", "async", "lease", "leader", "election"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/alex-karpenko/kube-lease-manager"
version = "0.4.0"
version = "0.5.0"
exclude = [
".github/**",
".vscode/**",
Expand All @@ -24,7 +24,7 @@ exclude = [

[dependencies]
k8s-openapi = { version = "0.23.0", default-features = false }
kube = { version = "0.95.0", default-features = false, features = ["client"] }
kube = { version = "0.96.0", default-features = false, features = ["client"] }
rand = { version = "0.8.5" }
thiserror = "1.0.61"
tokio = { version = "1.38.0", default-features = false, features = [
Expand All @@ -36,10 +36,10 @@ tracing = { version = "0.1.40", default-features = false, features = ["std"] }

[dev-dependencies]
anyhow = "1.0.89"
futures = { version = "0.3.30", default-features = false, features = [
futures = { version = "0.3.31", default-features = false, features = [
"async-await",
] }
kube = { version = "0.95.0", default-features = false, features = [
kube = { version = "0.96.0", default-features = false, features = [
"rustls-tls",
"runtime",
] }
Expand Down

0 comments on commit b7dd46a

Please sign in to comment.