Skip to content

Commit

Permalink
Merge pull request #225 from containers/dependabot/cargo/tokio-1.21.1
Browse files Browse the repository at this point in the history
build(deps): bump tokio from 1.21.0 to 1.21.1
  • Loading branch information
openshift-merge-robot committed Sep 14, 2022
2 parents 586a924 + a9d5e89 commit d77ecad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -23,7 +23,7 @@ trust-dns-client = "0.20.4"
anyhow = "1.0.64"
futures-util = "0.3.24"
signal-hook = "0.3.13"
tokio = { version = "1.21.0", features = ["tokio-macros", "full"] }
tokio = { version = "1.21.1", features = ["tokio-macros", "full"] }
async-broadcast = "0.4.1"
resolv-conf = "0.7.0"
nix = "0.25.0"
Expand Down

0 comments on commit d77ecad

Please sign in to comment.