chore(deps): bump tokio from 1.22.0 to 1.23.1
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.22.0 to 1.23.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
committed by
Damir Jelić
parent
6aff4fc2c0
commit
63c8696cac
Generated
+3
-3
@@ -4780,9 +4780,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
||||
|
||||
[[package]]
|
||||
name = "tokio"
|
||||
version = "1.22.0"
|
||||
version = "1.23.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
|
||||
checksum = "38a54aca0c15d014013256222ba0ebed095673f89345dd79119d912eb561b7a8"
|
||||
dependencies = [
|
||||
"autocfg",
|
||||
"bytes",
|
||||
@@ -4793,7 +4793,7 @@ dependencies = [
|
||||
"pin-project-lite",
|
||||
"socket2",
|
||||
"tokio-macros",
|
||||
"winapi",
|
||||
"windows-sys 0.42.0",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
||||
@@ -15,7 +15,7 @@ matrix-sdk-test = { path = "../testing/matrix-sdk-test", version = "0.6.0"}
|
||||
ruma = { workspace = true }
|
||||
serde_json = "1.0.79"
|
||||
tempfile = "3.3.0"
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["rt-multi-thread"] }
|
||||
|
||||
[target.'cfg(target_os = "linux")'.dependencies]
|
||||
pprof = { version = "0.11.0", features = ["flamegraph", "criterion"] }
|
||||
|
||||
@@ -53,7 +53,7 @@ default_features = false
|
||||
features = ["crypto-store"]
|
||||
|
||||
[dependencies.tokio]
|
||||
version = "1.17.0"
|
||||
version = "1.23.1"
|
||||
default_features = false
|
||||
features = ["rt-multi-thread"]
|
||||
|
||||
|
||||
@@ -42,7 +42,7 @@ serde = "1.0.136"
|
||||
serde_html_form = "0.2.0"
|
||||
serde_json = "1.0.79"
|
||||
serde_yaml = "0.9.4"
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["rt-multi-thread"] }
|
||||
thiserror = "1.0.30"
|
||||
tower = { version = "0.4.13", default-features = false }
|
||||
tracing = { workspace = true }
|
||||
@@ -50,6 +50,6 @@ url = "2.2.2"
|
||||
|
||||
[dev-dependencies]
|
||||
matrix-sdk-test = { version = "0.6.0", path = "../../testing/matrix-sdk-test", features = ["appservice"] }
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||
tracing-subscriber = "0.3.11"
|
||||
wiremock = "0.5.13"
|
||||
|
||||
@@ -54,7 +54,7 @@ matrix-sdk-test = { version = "0.6.0", path = "../../testing/matrix-sdk-test" }
|
||||
tracing-subscriber = { version = "0.3.11", features = ["env-filter"] }
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
|
||||
wasm-bindgen-test = "0.3.33"
|
||||
|
||||
@@ -32,7 +32,7 @@ wasm-bindgen-futures = { version = "0.4.33", optional = true }
|
||||
wasm-timer = "0.2.5"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["rt", "sync", "time"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["rt", "sync", "time"] }
|
||||
|
||||
[dev-dependencies]
|
||||
matrix-sdk-test = { path = "../../testing/matrix-sdk-test/", version= "0.6.0"}
|
||||
|
||||
@@ -55,7 +55,7 @@ zeroize = { workspace = true, features = ["zeroize_derive"] }
|
||||
cfg-if = "1.0"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
tokio = { version = "1.18", default-features = false, features = ["time"] }
|
||||
tokio = { version = "1.23", default-features = false, features = ["time"] }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.65"
|
||||
@@ -66,4 +66,4 @@ matches = "0.1.9"
|
||||
matrix-sdk-test = { version = "0.6.0", path = "../../testing/matrix-sdk-test" }
|
||||
proptest = { version = "1.0.0", default-features = false, features = ["std"] }
|
||||
# required for async_test macro
|
||||
tokio = { version = "1.7.0", default-features = false, features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["macros", "rt-multi-thread"] }
|
||||
|
||||
@@ -40,7 +40,7 @@ serde = "1.0.136"
|
||||
serde_json = "1.0.79"
|
||||
sled = "0.34.7"
|
||||
thiserror = "1.0.30"
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["sync", "fs"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["sync", "fs"] }
|
||||
tracing = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
@@ -50,4 +50,4 @@ matrix-sdk-crypto = { path = "../matrix-sdk-crypto", features = ["testing"] }
|
||||
matrix-sdk-test = { path = "../../testing/matrix-sdk-test" }
|
||||
once_cell = "1.10.0"
|
||||
tempfile = "3.3.0"
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||
|
||||
@@ -118,7 +118,7 @@ wasm-timer = "0.2.5"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
backoff = { version = "0.4.0", features = ["tokio"] }
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["fs", "rt"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["fs", "rt"] }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1.0.57"
|
||||
@@ -138,5 +138,5 @@ wasm-bindgen-test = "0.3.33"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dev-dependencies]
|
||||
ctor = "0.1.23"
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["rt-multi-thread", "macros"] }
|
||||
wiremock = "0.5.13"
|
||||
|
||||
@@ -10,7 +10,7 @@ test = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.15"
|
||||
tracing = { workspace = true }
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ name = "example-autojoin"
|
||||
test = false
|
||||
|
||||
[dependencies]
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
anyhow = "1"
|
||||
tracing-subscriber = "0.3.15"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ test = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.15"
|
||||
url = "2.2.2"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ test = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.15"
|
||||
url = "2.2.2"
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ test = false
|
||||
anyhow = "1"
|
||||
dirs = "4.0.0"
|
||||
serde = "1.0"
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.15"
|
||||
|
||||
[dependencies.matrix-sdk]
|
||||
|
||||
@@ -10,7 +10,7 @@ test = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
clap = { version = "4.0.15", features = ["derive"] }
|
||||
futures = "0.3.24"
|
||||
tracing-subscriber = "0.3.16"
|
||||
|
||||
@@ -10,7 +10,7 @@ test = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.15"
|
||||
url = "2.2.2"
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ test = false
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
dirs = "4.0.0"
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.15"
|
||||
|
||||
[dependencies.matrix-sdk]
|
||||
|
||||
@@ -11,7 +11,7 @@ test = false
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
mime = "0.3.16"
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.15"
|
||||
url = "2.2.2"
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ test = false
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1"
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.15"
|
||||
url = "2.2.2"
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@ anyhow = "1"
|
||||
clap = "4.0.16"
|
||||
futures = "0.3"
|
||||
futures-signals = { version = "0.3.30", default-features = false }
|
||||
tokio = { version = "1.20.1", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { version = "1.23.1", features = ["macros", "rt-multi-thread"] }
|
||||
tracing-subscriber = "0.3.15"
|
||||
url = "2.2.2"
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ serde = "1.0.136"
|
||||
serde_json = "1.0.79"
|
||||
|
||||
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
|
||||
tokio = { version = "1.17.0", default-features = false, features = ["rt", "macros"] }
|
||||
tokio = { version = "1.23.1", default-features = false, features = ["rt", "macros"] }
|
||||
|
||||
[target.'cfg(target_arch = "wasm32")'.dependencies]
|
||||
wasm-bindgen-test = "0.3.33"
|
||||
|
||||
Reference in New Issue
Block a user