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 Dec 6, 2023
1 parent 7253afc commit d3e8d45
Showing 1 changed file with 1 addition and 1 deletion.
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 d3e8d45

Please sign in to comment.