Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to v1.18.5 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 7253afc commit 7b1ace7
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 9 deletions.
43 changes: 35 additions & 8 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 @@ -14,7 +14,7 @@ kube = { version = "0.69.0" }
openssl-sys = "0.9.72"
serde = "1.0"
serde_yaml = "0.8"
tokio = { version = "1.16.1", features = ["rt-multi-thread", "macros"] }
tokio = { version = "1.18.5", features = ["rt-multi-thread", "macros"] }

[target.'cfg(all(target_arch = "aarch64", target_os = "macos"))'.dependencies]
openssl-sys = { version = "0.9.72", features = ["vendored"] }

0 comments on commit 7b1ace7

Please sign in to comment.