diff --git a/Cargo.lock b/Cargo.lock index 12fd03489..61a2e09fe 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4183,9 +4183,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.21.0" +version = "1.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "89797afd69d206ccd11fb0ea560a44bbb87731d020670e79416d442919257d42" +checksum = "0020c875007ad96677dcc890298f4b942882c5d4eb7cc8f439fc3bf813dc9c95" dependencies = [ "autocfg", "bytes", diff --git a/kanidm_client/Cargo.toml b/kanidm_client/Cargo.toml index b8cc11046..734647831 100644 --- a/kanidm_client/Cargo.toml +++ b/kanidm_client/Cargo.toml @@ -16,7 +16,7 @@ reqwest = { version = "^0.11.11", features=["cookies", "json", "native-tls"] } kanidm_proto = { path = "../kanidm_proto", version = "1.1.0-alpha.8" } serde = { version = "^1.0.142", features = ["derive"] } serde_json = "^1.0.83" -tokio = { version = "^1.21.0", features = ["rt", "net", "time", "macros", "sync", "signal"] } +tokio = { version = "^1.21.1", features = ["rt", "net", "time", "macros", "sync", "signal"] } toml = "^0.5.9" uuid = { version = "^1.1.2", features = ["serde", "v4"] } url = { version = "^2.3.1", features = ["serde"] } diff --git a/kanidm_tools/Cargo.toml b/kanidm_tools/Cargo.toml index 5ce64d900..0735c6b4b 100644 --- a/kanidm_tools/Cargo.toml +++ b/kanidm_tools/Cargo.toml @@ -44,7 +44,7 @@ shellexpand = "^2.1.2" time = { version = "=0.2.27", features = ["serde", "std"] } tracing = "^0.1.35" tracing-subscriber = { version = "^0.3.14", features = ["env-filter", "fmt"] } -tokio = { version = "^1.21.0", features = ["rt", "macros"] } +tokio = { version = "^1.21.1", features = ["rt", "macros"] } url = { version = "^2.3.1", features = ["serde"] } uuid = "^1.1.2" webauthn-authenticator-rs = { version = "0.4.5", features = ["u2fhid"] } diff --git a/kanidm_unix_int/Cargo.toml b/kanidm_unix_int/Cargo.toml index 342b054d7..d42a6334b 100644 --- a/kanidm_unix_int/Cargo.toml +++ b/kanidm_unix_int/Cargo.toml @@ -52,7 +52,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 = { version = "^1.21.1", features = ["rt", "macros", "sync", "time", "net", "io-util"] } tokio-util = { version = "^0.7.4", features = ["codec"] } futures = "^0.3.21" diff --git a/kanidmd/daemon/Cargo.toml b/kanidmd/daemon/Cargo.toml index ca319946e..01bc04dbf 100644 --- a/kanidmd/daemon/Cargo.toml +++ b/kanidmd/daemon/Cargo.toml @@ -24,7 +24,7 @@ sketching = { path = "../../sketching" } clap = { version = "^3.2", features = ["derive", "env"] } serde = { version = "^1.0.142", features = ["derive"] } -tokio = { version = "^1.21.0", features = ["rt-multi-thread", "macros", "signal"] } +tokio = { version = "^1.21.1", features = ["rt-multi-thread", "macros", "signal"] } toml = "0.5.9" [target.'cfg(target_family = "windows")'.dependencies] diff --git a/kanidmd/idm/Cargo.toml b/kanidmd/idm/Cargo.toml index c72ce8f5b..6b800c03d 100644 --- a/kanidmd/idm/Cargo.toml +++ b/kanidmd/idm/Cargo.toml @@ -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.21.0", features = ["net", "sync", "time"] } +tokio = { version = "^1.21.1", features = ["net", "sync", "time"] } 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 ec8d3ed1e..20a884f8f 100644 --- a/kanidmd/score/Cargo.toml +++ b/kanidmd/score/Cargo.toml @@ -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.6", default-features = false, features = [ "deflate", "gzip", "regex-check" ] } tide-openssl = "^0.1.1" -tokio = { version = "^1.21.0", features = ["net", "sync", "io-util", "macros"] } +tokio = { version = "^1.21.1", features = ["net", "sync", "io-util", "macros"] } tokio-openssl = "^0.6.3" tokio-util = { version = "^0.7.4", features = ["codec"] } tracing = { version = "^0.1.35", features = ["attributes"] } diff --git a/orca/Cargo.toml b/orca/Cargo.toml index 0e7b95923..dd5864809 100644 --- a/orca/Cargo.toml +++ b/orca/Cargo.toml @@ -28,7 +28,7 @@ openssl = "^0.10.41" rand = "^0.8.5" serde = { version = "^1.0.142", features = ["derive"] } serde_json = "^1.0.83" -tokio = { version = "^1.21.0", features = ["rt-multi-thread"] } +tokio = { version = "^1.21.1", features = ["rt-multi-thread"] } tokio-openssl = "^0.6.3" tokio-util = { version = "^0.7.4", features = ["codec"] } toml = "^0.5.9"