Skip to content

Commit

Permalink
Merge pull request #164 from aljoshare/dependabot/cargo/tokio-1.36.0
Browse files Browse the repository at this point in the history
fix(deps): bump tokio from 1.35.1 to 1.36.0
  • Loading branch information
aljoshare authored Feb 11, 2024
2 parents 4fa430e + 04da35f commit 9891072
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.35.1", features = ["full"] }
tokio = { version = "1.36.0", features = ["full"] }
kube = { version = "0.87.2", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.20.0", features = ["v1_26"] }
futures = "0.3.30"
Expand Down

0 comments on commit 9891072

Please sign in to comment.