diff --git a/Cargo.lock b/Cargo.lock index 1e74b956..186f91b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5473,9 +5473,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.24.2" +version = "1.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb" +checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" dependencies = [ "autocfg", "bytes 1.3.0", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index a36b967f..ab04b3cb 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -23,7 +23,7 @@ serde_with = "2.2.0" serde_urlencoded = "0.7.1" serde_json = "1.0.91" thiserror = "1.0.38" -tokio = "1.24.2" +tokio = "1.25.0" tower = { version = "0.4.13", features = ["util"] } tracing = "0.1.37" url = "2.3.1" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index ff02d766..f04fab02 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -21,7 +21,7 @@ rustls = "0.20.8" serde_json = "1.0.91" serde_yaml = "0.9.17" sqlx = { version = "0.6.2", features = ["runtime-tokio-rustls", "postgres"] } -tokio = { version = "1.24.2", features = ["full"] } +tokio = { version = "1.25.0", features = ["full"] } tower = { version = "0.4.13", features = ["full"] } tower-http = { version = "0.3.5", features = ["fs", "compression-full"] } url = "2.3.1" diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 83a0af4d..a60265c1 100644 --- a/crates/config/Cargo.toml +++ b/crates/config/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -tokio = { version = "1.24.2", features = ["fs", "rt"] } +tokio = { version = "1.25.0", features = ["fs", "rt"] } tracing = { version = "0.1.37" } async-trait = "0.1.63" diff --git a/crates/graphql/Cargo.toml b/crates/graphql/Cargo.toml index 86a1e3ef..cb7a381a 100644 --- a/crates/graphql/Cargo.toml +++ b/crates/graphql/Cargo.toml @@ -10,7 +10,7 @@ anyhow = "1.0.68" async-graphql = { version = "5.0.5", features = ["chrono", "url"] } chrono = "0.4.23" serde = { version = "1.0.152", features = ["derive"] } -tokio = { version = "1.24.2", features = ["sync"] } +tokio = { version = "1.25.0", features = ["sync"] } thiserror = "1.0.38" tracing = "0.1.37" ulid = "1.0.0" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index b0b232c0..d154e2fe 100644 --- a/crates/handlers/Cargo.toml +++ b/crates/handlers/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] # Async runtime -tokio = { version = "1.24.2", features = ["macros"] } +tokio = { version = "1.25.0", features = ["macros"] } futures-util = "0.3.25" # Logging and tracing diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 4cde61ee..e46b831c 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -26,7 +26,7 @@ serde = "1.0.152" serde_json = "1.0.91" serde_urlencoded = "0.7.1" thiserror = "1.0.38" -tokio = { version = "1.24.2", features = ["sync", "parking_lot"], optional = true } +tokio = { version = "1.25.0", features = ["sync", "parking_lot"], optional = true } tower = { version = "0.4.13", features = [] } tower-http = { version = "0.3.5", features = ["cors"] } tracing = "0.1.37" @@ -37,7 +37,7 @@ webpki-roots = { version = "0.22.6", optional = true } [dev-dependencies] anyhow = "1.0.68" serde = { version = "1.0.152", features = ["derive"] } -tokio = { version = "1.24.2", features = ["macros", "rt"] } +tokio = { version = "1.25.0", features = ["macros", "rt"] } tower = { version = "0.4.13", features = ["util"] } [features] diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 1b834529..adef6227 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -14,6 +14,6 @@ csv = "1.1.6" futures-util = "0.3.25" reqwest = { version = "0.11.14", features = ["blocking", "rustls-tls"], default-features = false } serde = { version = "1.0.152", features = ["derive"] } -tokio = { version = "1.24.2", features = ["full"] } +tokio = { version = "1.25.0", features = ["full"] } tracing = "0.1.37" tracing-subscriber = "0.3.16" diff --git a/crates/listener/Cargo.toml b/crates/listener/Cargo.toml index 012b9ec0..6641d507 100644 --- a/crates/listener/Cargo.toml +++ b/crates/listener/Cargo.toml @@ -12,7 +12,7 @@ http-body = "0.4.5" hyper = { version = "0.14.23", features = ["server", "http1", "http2", "tcp"] } pin-project-lite = "0.2.9" thiserror = "1.0.38" -tokio = { version = "1.24.2", features = ["net", "rt", "macros", "signal", "time"] } +tokio = { version = "1.25.0", features = ["net", "rt", "macros", "signal", "time"] } tokio-rustls = "0.23.4" tower-http = { version = "0.3.5", features = ["add-extension"] } tower-service = "0.3.2" @@ -22,7 +22,7 @@ libc = "0.2.139" [dev-dependencies] anyhow = "1.0.68" rustls-pemfile = "1.0.2" -tokio = { version = "1.24.2", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] } +tokio = { version = "1.25.0", features = ["net", "rt", "macros", "signal", "time", "rt-multi-thread"] } tokio-test = "0.4.2" tracing-subscriber = "0.3.16" diff --git a/crates/oidc-client/Cargo.toml b/crates/oidc-client/Cargo.toml index 84faa85f..32cce4a3 100644 --- a/crates/oidc-client/Cargo.toml +++ b/crates/oidc-client/Cargo.toml @@ -35,7 +35,7 @@ serde_json = "1.0.91" serde_urlencoded = "0.7.1" serde_with = "2.2.0" thiserror = "1.0.38" -tokio = { version = "1.24.2", features = ["rt", "macros", "rt-multi-thread"] } +tokio = { version = "1.25.0", features = ["rt", "macros", "rt-multi-thread"] } tower = { version = "0.4.13", features = ["full"] } tracing = "0.1.37" url = { version = "2.3.1", features = ["serde"] } diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index f3a8fde8..082ccf3e 100644 --- a/crates/policy/Cargo.toml +++ b/crates/policy/Cargo.toml @@ -11,7 +11,7 @@ opa-wasm = { git = "https://github.com/matrix-org/rust-opa-wasm.git" } serde = { version = "1.0.152", features = ["derive"] } serde_json = "1.0.91" thiserror = "1.0.38" -tokio = { version = "1.24.2", features = ["io-util"] } +tokio = { version = "1.25.0", features = ["io-util"] } tracing = "0.1.37" wasmtime = { version = "5.0.0", default-features = false, features = ["async", "cranelift"] } @@ -19,7 +19,7 @@ mas-data-model = { path = "../data-model" } oauth2-types = { path = "../oauth2-types" } [dev-dependencies] -tokio = { version = "1.24.2", features = ["fs", "rt", "macros"] } +tokio = { version = "1.25.0", features = ["fs", "rt", "macros"] } [features] cache = ["wasmtime/cache"] diff --git a/crates/spa/Cargo.toml b/crates/spa/Cargo.toml index ad1e309d..90d670d0 100644 --- a/crates/spa/Cargo.toml +++ b/crates/spa/Cargo.toml @@ -14,7 +14,7 @@ headers = "0.3.8" http = "0.2.8" tower-service = "0.3.2" tower-http = { version = "0.3.5", features = ["fs"] } -tokio = { version = "1.24.2", features = ["fs"] } +tokio = { version = "1.25.0", features = ["fs"] } [[bin]] name = "render" diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index a290d0cc..18690c40 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -tokio = "1.24.2" +tokio = "1.25.0" async-trait = "0.1.63" tokio-stream = "0.1.11" futures-util = "0.3.25" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index 66723025..3a2fc1cf 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -7,7 +7,7 @@ license = "Apache-2.0" [dependencies] tracing = "0.1.37" -tokio = { version = "1.24.2", features = ["macros", "rt"] } +tokio = { version = "1.25.0", features = ["macros", "rt"] } anyhow = "1.0.68" thiserror = "1.0.38"