mirror of
https://github.com/kanidm/kanidm.git
synced 2025-02-23 12:37:00 +01:00
Bump tokio from 1.19.2 to 1.20.0 (#923)
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.2 to 1.20.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.19.2...tokio-1.20.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... 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
37dde522fb
commit
49fe0249b0
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -3942,10 +3942,11 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.19.2"
|
||||
version = "1.20.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439"
|
||||
checksum = "57aec3cfa4c296db7255446efb4928a6be304b431a806216105542a67b6ca82e"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"bytes",
|
||||
"libc",
|
||||
"memchr",
|
||||
|
|
|
@ -20,5 +20,5 @@ toml = "^0.5.9"
|
|||
uuid = { version = "^1.1.2", features = ["serde", "v4"] }
|
||||
url = { version = "^2.2.2", features = ["serde"] }
|
||||
webauthn-rs = "^0.3.2"
|
||||
tokio = { version = "^1.19.1", features = ["rt", "net", "time", "macros", "sync", "signal"] }
|
||||
tokio = { version = "^1.20.0", features = ["rt", "net", "time", "macros", "sync", "signal"] }
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ zxcvbn = "^2.2.1"
|
|||
dialoguer = "^0.10.1"
|
||||
|
||||
webauthn-authenticator-rs = "^0.3.0-alpha.12"
|
||||
tokio = { version = "^1.19.1", features = ["rt", "macros"] }
|
||||
tokio = { version = "^1.20.0", features = ["rt", "macros"] }
|
||||
url = { version = "^2.2.2", features = ["serde"] }
|
||||
|
||||
[build-dependencies]
|
||||
|
|
|
@ -52,7 +52,7 @@ tracing-subscriber = "^0.3.14"
|
|||
|
||||
toml = "^0.5.9"
|
||||
rpassword = "^7.0.0"
|
||||
tokio = { version = "^1.19.1", features = ["rt", "macros", "sync", "time", "net", "io-util"] }
|
||||
tokio = { version = "^1.20.0", features = ["rt", "macros", "sync", "time", "net", "io-util"] }
|
||||
tokio-util = { version = "^0.7.3", features = ["codec"] }
|
||||
|
||||
futures = "^0.3.21"
|
||||
|
|
|
@ -22,7 +22,7 @@ kanidm_proto = { path = "../../kanidm_proto" }
|
|||
score = { path = "../score" }
|
||||
clap = { version = "^3.2", features = ["derive", "env"] }
|
||||
serde = { version = "^1.0.139", features = ["derive"] }
|
||||
tokio = { version = "^1.19.1", features = ["rt-multi-thread", "macros", "signal"] }
|
||||
tokio = { version = "^1.20.0", features = ["rt-multi-thread", "macros", "signal"] }
|
||||
toml = "0.5.9"
|
||||
|
||||
[target.'cfg(target_family = "windows")'.dependencies]
|
||||
|
|
|
@ -49,7 +49,7 @@ smolset = "^1.3.1"
|
|||
sshkeys = "^0.3.1"
|
||||
tide = "^0.16.0"
|
||||
time = { version = "=0.2.27", features = ["serde", "std"] }
|
||||
tokio = { version = "^1.19.1", features = ["net", "sync", "time"] }
|
||||
tokio = { version = "^1.20.0", features = ["net", "sync", "time"] }
|
||||
tokio-util = { version = "^0.7.3", features = ["codec"] }
|
||||
toml = "^0.5.9"
|
||||
touch = "^0.0.1"
|
||||
|
|
|
@ -31,7 +31,7 @@ tide = "^0.16.0"
|
|||
# I tried including brotli and it didn't work, including "default" pulls a mime-type list from the internet on build
|
||||
tide-compress = { version = "0.10.4", default-features = false, features = [ "deflate", "gzip", "regex-check" ] }
|
||||
tide-openssl = "^0.1.1"
|
||||
tokio = { version = "^1.19.1", features = ["net", "sync", "io-util", "macros"] }
|
||||
tokio = { version = "^1.20.0", features = ["net", "sync", "io-util", "macros"] }
|
||||
tokio-openssl = "^0.6.3"
|
||||
tokio-util = { version = "^0.7.3", features = ["codec"] }
|
||||
tracing = { version = "^0.1.35", features = ["attributes"] }
|
||||
|
|
|
@ -32,7 +32,7 @@ toml = "^0.5.9"
|
|||
kanidm_proto = { path = "../kanidm_proto" }
|
||||
kanidm_client = { path = "../kanidm_client" }
|
||||
|
||||
tokio = { version = "^1.19.1", features = ["rt-multi-thread"] }
|
||||
tokio = { version = "^1.20.0", features = ["rt-multi-thread"] }
|
||||
tokio-util = { version = "^0.7.3", features = ["codec"] }
|
||||
tokio-openssl = "^0.6.3"
|
||||
futures-util = { version = "^0.3.21", features = ["sink"] }
|
||||
|
|
Loading…
Reference in a new issue