mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
21a21d924c
commit
3d6ddfb62f
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -4205,9 +4205,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-util"
|
name = "tokio-util"
|
||||||
version = "0.7.3"
|
version = "0.7.4"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
|
|
@ -53,7 +53,7 @@ sketching = { path = "../sketching" }
|
||||||
toml = "^0.5.9"
|
toml = "^0.5.9"
|
||||||
rpassword = "^7.0.0"
|
rpassword = "^7.0.0"
|
||||||
tokio = { version = "^1.21.0", features = ["rt", "macros", "sync", "time", "net", "io-util"] }
|
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"
|
futures = "^0.3.21"
|
||||||
bytes = "^1.1.0"
|
bytes = "^1.1.0"
|
||||||
|
|
|
@ -50,7 +50,7 @@ sshkeys = "^0.3.1"
|
||||||
tide = "^0.16.0"
|
tide = "^0.16.0"
|
||||||
time = { version = "=0.2.27", features = ["serde", "std"] }
|
time = { version = "=0.2.27", features = ["serde", "std"] }
|
||||||
tokio = { version = "^1.21.0", features = ["net", "sync", "time"] }
|
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"
|
toml = "^0.5.9"
|
||||||
touch = "^0.0.1"
|
touch = "^0.0.1"
|
||||||
|
|
||||||
|
|
|
@ -33,7 +33,7 @@ tide-compress = { version = "0.10.6", default-features = false, features = [ "de
|
||||||
tide-openssl = "^0.1.1"
|
tide-openssl = "^0.1.1"
|
||||||
tokio = { version = "^1.21.0", features = ["net", "sync", "io-util", "macros"] }
|
tokio = { version = "^1.21.0", features = ["net", "sync", "io-util", "macros"] }
|
||||||
tokio-openssl = "^0.6.3"
|
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"] }
|
tracing = { version = "^0.1.35", features = ["attributes"] }
|
||||||
uuid = { version = "^1.1.2", features = ["serde", "v4" ] }
|
uuid = { version = "^1.1.2", features = ["serde", "v4" ] }
|
||||||
|
|
||||||
|
|
|
@ -30,7 +30,7 @@ serde = { version = "^1.0.142", features = ["derive"] }
|
||||||
serde_json = "^1.0.83"
|
serde_json = "^1.0.83"
|
||||||
tokio = { version = "^1.21.0", features = ["rt-multi-thread"] }
|
tokio = { version = "^1.21.0", features = ["rt-multi-thread"] }
|
||||||
tokio-openssl = "^0.6.3"
|
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"
|
toml = "^0.5.9"
|
||||||
tracing = "^0.1.35"
|
tracing = "^0.1.35"
|
||||||
tracing-subscriber = "^0.3.14"
|
tracing-subscriber = "^0.3.14"
|
||||||
|
|
Loading…
Reference in a new issue