mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 20:47:01 +01:00
Bump tokio-util from 0.7.2 to 0.7.3 (#814)
Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.2 to 0.7.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.2...tokio-util-0.7.3) --- updated-dependencies: - dependency-name: tokio-util dependency-type: direct:production update-type: version-update:semver-patch ... 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
ed32e10547
commit
9a7c6eeec7
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -3930,9 +3930,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "tokio-util"
|
name = "tokio-util"
|
||||||
version = "0.7.2"
|
version = "0.7.3"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
|
checksum = "cc463cd8deddc3770d20f9852143d50bf6094e640b485cb2e189a2099085ff45"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes",
|
"bytes",
|
||||||
"futures-core",
|
"futures-core",
|
||||||
|
|
|
@ -53,7 +53,7 @@ tracing-subscriber = "^0.3.11"
|
||||||
toml = "^0.5.9"
|
toml = "^0.5.9"
|
||||||
rpassword = "^6.0.1"
|
rpassword = "^6.0.1"
|
||||||
tokio = { version = "^1.19.1", features = ["rt", "macros", "sync", "time", "net", "io-util"] }
|
tokio = { version = "^1.19.1", features = ["rt", "macros", "sync", "time", "net", "io-util"] }
|
||||||
tokio-util = { version = "^0.7.2", features = ["codec"] }
|
tokio-util = { version = "^0.7.3", features = ["codec"] }
|
||||||
|
|
||||||
futures = "^0.3.21"
|
futures = "^0.3.21"
|
||||||
bytes = "^1.1.0"
|
bytes = "^1.1.0"
|
||||||
|
|
|
@ -41,7 +41,7 @@ lazy_static = "^1.4.0"
|
||||||
futures = "^0.3.21"
|
futures = "^0.3.21"
|
||||||
futures-util = "^0.3.21"
|
futures-util = "^0.3.21"
|
||||||
tokio = { version = "^1.19.1", features = ["net", "sync", "time"] }
|
tokio = { version = "^1.19.1", features = ["net", "sync", "time"] }
|
||||||
tokio-util = { version = "^0.7.2", features = ["codec"] }
|
tokio-util = { version = "^0.7.3", features = ["codec"] }
|
||||||
openssl = "^0.10.38"
|
openssl = "^0.10.38"
|
||||||
|
|
||||||
uuid = { version = "^1.1.1", features = ["serde", "v4" ] }
|
uuid = { version = "^1.1.1", features = ["serde", "v4" ] }
|
||||||
|
|
|
@ -24,7 +24,7 @@ tide-openssl = "^0.1.1"
|
||||||
|
|
||||||
futures-util = "^0.3.21"
|
futures-util = "^0.3.21"
|
||||||
tokio = { version = "^1.19.1", features = ["net", "sync", "io-util", "macros"] }
|
tokio = { version = "^1.19.1", features = ["net", "sync", "io-util", "macros"] }
|
||||||
tokio-util = { version = "^0.7.2", features = ["codec"] }
|
tokio-util = { version = "^0.7.3", features = ["codec"] }
|
||||||
tokio-openssl = "^0.6.3"
|
tokio-openssl = "^0.6.3"
|
||||||
openssl = "^0.10.38"
|
openssl = "^0.10.38"
|
||||||
ldap3_proto = "^0.2.3"
|
ldap3_proto = "^0.2.3"
|
||||||
|
|
|
@ -33,7 +33,7 @@ kanidm_proto = { path = "../kanidm_proto" }
|
||||||
kanidm_client = { path = "../kanidm_client" }
|
kanidm_client = { path = "../kanidm_client" }
|
||||||
|
|
||||||
tokio = { version = "^1.19.1", features = ["rt-multi-thread"] }
|
tokio = { version = "^1.19.1", features = ["rt-multi-thread"] }
|
||||||
tokio-util = { version = "^0.7.2", features = ["codec"] }
|
tokio-util = { version = "^0.7.3", features = ["codec"] }
|
||||||
tokio-openssl = "^0.6.3"
|
tokio-openssl = "^0.6.3"
|
||||||
futures-util = { version = "^0.3.21", features = ["sink"] }
|
futures-util = { version = "^0.3.21", features = ["sink"] }
|
||||||
openssl = "^0.10.38"
|
openssl = "^0.10.38"
|
||||||
|
|
Loading…
Reference in a new issue