Skip to content

Commit

Permalink
Merge pull request #267 from aljoshare/dependabot/cargo/tokio-1.40.0
Browse files Browse the repository at this point in the history
fix(deps): bump tokio from 1.39.3 to 1.40.0
  • Loading branch information
aljoshare committed Aug 31, 2024
2 parents d9dea1a + f280df3 commit 17389a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ publish = false
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
tokio = { version = "1.39.3", features = ["full"] }
tokio = { version = "1.40.0", features = ["full"] }
kube = { version = "0.93.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.22.0", features = ["v1_25"] }
futures = "0.3.30"
Expand Down

0 comments on commit 17389a8

Please sign in to comment.