Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.18.5 [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2023
1 parent 7253afc commit 08ba41a
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 33 deletions.
128 changes: 96 additions & 32 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 08ba41a

Please sign in to comment.