Skip to content

Commit

Permalink
Merge pull request #408 from containers/renovate/tokio-1.x
Browse files Browse the repository at this point in the history
fix(deps): update rust crate tokio to 1.34.0
openshift-merge-bot[bot] authored Nov 10, 2023
2 parents 0b97b25 + a8642b3 commit 4446464
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 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
@@ -31,7 +31,7 @@ hickory-client = "0.24.0"
anyhow = "1.0.75"
futures-util = { version = "0.3.29", default-features = false }
signal-hook = "0.3.17"
tokio = { version = "1.33.0", features = ["macros", "rt-multi-thread", "net"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "net"] }
async-broadcast = "0.6.0"
resolv-conf = "0.7.0"
nix = { version = "0.27.1", features = ["fs", "signal"] }

1 comment on commit 4446464

@packit-as-a-service
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

podman-next COPR build failed. @containers/packit-build please check.

Please sign in to comment.