Skip to content

Commit

Permalink
Merge pull request #63 from tobifroe/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio to v1.43.0
  • Loading branch information
tobifroe authored Jan 8, 2025
2 parents 9e5bee7 + c66ceca commit d4ba7f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -11,7 +11,7 @@ license = "MIT"
[dependencies]
kube = { version = "=0.98.0", features = ["runtime", "derive"] }
k8s-openapi = { version = "=0.24.0", features = ["latest"] }
tokio = { version = "=1.42.0", features = ["full"] }
tokio = { version = "=1.43.0", features = ["full"] }
anyhow = "=1.0.95"
futures-util = "=0.3"
colored = "=2.2.0"
Expand Down

0 comments on commit d4ba7f5

Please sign in to comment.