From 3d6ddfb62f9d3581de590ca87bbb5c68d012caff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Sep 2022 08:45:20 +1000 Subject: [PATCH] Bump tokio-util from 0.7.3 to 0.7.4 (#1032) Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.3 to 0.7.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.3...tokio-util-0.7.4) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- kanidm_unix_int/Cargo.toml | 2 +- kanidmd/idm/Cargo.toml | 2 +- kanidmd/score/Cargo.toml | 2 +- orca/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c9166904..4eedf59c0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4205,9 +4205,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.3" +version = "0.7.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45" +checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740" dependencies = [ "bytes", "futures-core", diff --git a/kanidm_unix_int/Cargo.toml b/kanidm_unix_int/Cargo.toml index 36144560f..bfea1b8f6 100644 --- a/kanidm_unix_int/Cargo.toml +++ b/kanidm_unix_int/Cargo.toml @@ -53,7 +53,7 @@ sketching = { path = "../sketching" } toml = "^0.5.9" rpassword = "^7.0.0" tokio = { version = "^1.21.0", features = ["rt", "macros", "sync", "time", "net", "io-util"] } -tokio-util = { version = "^0.7.3", features = ["codec"] } +tokio-util = { version = "^0.7.4", features = ["codec"] } futures = "^0.3.21" bytes = "^1.1.0" diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index 50c43d023..5eff762e1 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -50,7 +50,7 @@ sshkeys = "^0.3.1" tide = "^0.16.0" time = { version = "=0.2.27", features = ["serde", "std"] } tokio = { version = "^1.21.0", features = ["net", "sync", "time"] } -tokio-util = { version = "^0.7.3", features = ["codec"] } +tokio-util = { version = "^0.7.4", features = ["codec"] } toml = "^0.5.9" touch = "^0.0.1" diff --git a/kanidmd/score/Cargo.toml b/kanidmd/score/Cargo.toml index cec4e0dfe..c52a38ca4 100644 --- a/kanidmd/score/Cargo.toml +++ b/kanidmd/score/Cargo.toml @@ -33,7 +33,7 @@ tide-compress = { version = "0.10.6", default-features = false, features = [ "de tide-openssl = "^0.1.1" tokio = { version = "^1.21.0", features = ["net", "sync", "io-util", "macros"] } tokio-openssl = "^0.6.3" -tokio-util = { version = "^0.7.3", features = ["codec"] } +tokio-util = { version = "^0.7.4", features = ["codec"] } tracing = { version = "^0.1.35", features = ["attributes"] } uuid = { version = "^1.1.2", features = ["serde", "v4" ] } diff --git a/orca/Cargo.toml b/orca/Cargo.toml index 1ef8e92d4..0e7b95923 100644 --- a/orca/Cargo.toml +++ b/orca/Cargo.toml @@ -30,7 +30,7 @@ serde = { version = "^1.0.142", features = ["derive"] } serde_json = "^1.0.83" tokio = { version = "^1.21.0", features = ["rt-multi-thread"] } tokio-openssl = "^0.6.3" -tokio-util = { version = "^0.7.3", features = ["codec"] } +tokio-util = { version = "^0.7.4", features = ["codec"] } toml = "^0.5.9" tracing = "^0.1.35" tracing-subscriber = "^0.3.14"