Skip to content

Commit

Permalink
Merge pull request #45 from wqld/dependabot/cargo/kube-0.93.1
Browse files Browse the repository at this point in the history
chore(deps): update kube requirement from 0.92.1 to 0.93.1
  • Loading branch information
wqld authored Aug 5, 2024
2 parents 5e12948 + eba9ae7 commit 934fdab
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 @@ -22,7 +22,7 @@ anyhow = "1"
libc = "0.2"
log = "0.4"
ipnet = "2.9.0"
kube = { version = "0.92.1", features = ["runtime", "client", "derive"] }
kube = { version = "0.93.1", features = ["runtime", "client", "derive"] }
k8s-openapi = { version = "0.22.0", features = ["latest"] }
rsln = "0.0"
serde = "1.0"
Expand Down

0 comments on commit 934fdab

Please sign in to comment.