Skip to content

Commit

Permalink
Merge pull request #118 from aljoshare/dependabot/cargo/tokio-1.34.0
Browse files Browse the repository at this point in the history
fix(deps): Bump tokio from 1.33.0 to 1.34.0
  • Loading branch information
aljoshare authored Nov 10, 2023
2 parents 50531c3 + 696d05f commit 814b529
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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.33.0", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }
kube = { version = "0.87.1", features = ["runtime", "derive"] }
k8s-openapi = { version = "0.20.0", features = ["v1_26"] }
futures = "0.3.29"
Expand Down

0 comments on commit 814b529

Please sign in to comment.