Skip to content

Commit

Permalink
Merge pull request #34 from wqld/dependabot/cargo/kube-0.90.0
Browse files Browse the repository at this point in the history
chore(deps): update kube requirement from 0.89.0 to 0.90.0
  • Loading branch information
wqld authored Apr 24, 2024
2 parents 5416da5 + 944a001 commit 1f35c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ anyhow = "1"
libc = "0.2"
log = "0.4"
ipnet = "2.9.0"
kube = { version = "0.89.0", features = ["runtime", "client", "derive"] }
kube = { version = "0.90.0", features = ["runtime", "client", "derive"] }
k8s-openapi = { version = "0.21.0", features = ["latest"] }
rsln = "0.0"
serde = "1.0"
Expand Down

0 comments on commit 1f35c3b

Please sign in to comment.