Skip to content

Commit

Permalink
fix(deps): update rust crate tokio to 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and narthollis committed Oct 24, 2023
1 parent 7f2767e commit 5d2d0bf
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 @@ -16,7 +16,7 @@ k8s-openapi = { version = "0.20.0", default-features = false, features = ["v1_26
anyhow = "1.0.75"
thiserror = "1.0.49"
futures = "0.3.28"
tokio = { version = "1.32.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] }
tokio = { version = "1.33.0", default-features = false, features = ["rt-multi-thread", "net", "macros"] }
tokio-stream = { version = "0.1.14", features = ["net"] }
tracing = "0.1.37"
tracing-subscriber = "0.3.17"
Expand Down

0 comments on commit 5d2d0bf

Please sign in to comment.