From 91aa836f7e6deddf5dda15da0f2a85becf035d4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 19:49:27 +0000 Subject: [PATCH] Bump tokio from 1.19.0 to 1.19.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.19.0 to 1.19.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/commits) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/axum-utils/Cargo.toml | 2 +- crates/cli/Cargo.toml | 2 +- crates/config/Cargo.toml | 2 +- crates/email/Cargo.toml | 2 +- crates/handlers/Cargo.toml | 2 +- crates/http/Cargo.toml | 2 +- crates/iana-codegen/Cargo.toml | 2 +- crates/jose/Cargo.toml | 2 +- crates/policy/Cargo.toml | 2 +- crates/storage/Cargo.toml | 2 +- crates/tasks/Cargo.toml | 2 +- crates/templates/Cargo.toml | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 238828b9b..96f171bad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4523,9 +4523,9 @@ checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" [[package]] name = "tokio" -version = "1.19.0" +version = "1.19.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0f392c8f16bda3456c0b00c6de39cb100449b98de55ac41c6cdd2bfcf53a1245" +checksum = "c51a52ed6686dd62c320f9b89299e9dfb46f730c7a48e635c19f21d116cb1439" dependencies = [ "bytes 1.1.0", "libc", diff --git a/crates/axum-utils/Cargo.toml b/crates/axum-utils/Cargo.toml index cef0d7bfe..c6236616e 100644 --- a/crates/axum-utils/Cargo.toml +++ b/crates/axum-utils/Cargo.toml @@ -24,7 +24,7 @@ serde_urlencoded = "0.7.1" serde_json = "1.0.81" sqlx = "0.5.13" thiserror = "1.0.31" -tokio = "1.19.0" +tokio = "1.19.2" tower = { version = "0.4.12", features = ["util"] } tracing = "0.1.34" url = "2.2.2" diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 4efb1c6dd..df48cc252 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -tokio = { version = "1.19.0", features = ["full"] } +tokio = { version = "1.19.2", features = ["full"] } futures = "0.3.21" anyhow = "1.0.57" clap = { version = "3.1.18", features = ["derive"] } diff --git a/crates/config/Cargo.toml b/crates/config/Cargo.toml index 22824c575..f79e2e8bd 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.19.0", features = [] } +tokio = { version = "1.19.2", features = [] } tracing = { version = "0.1.34", features = ["log"] } async-trait = "0.1.56" diff --git a/crates/email/Cargo.toml b/crates/email/Cargo.toml index b606a69ce..a8c7223c7 100644 --- a/crates/email/Cargo.toml +++ b/crates/email/Cargo.toml @@ -8,7 +8,7 @@ license = "Apache-2.0" [dependencies] anyhow = "1.0.57" async-trait = "0.1.56" -tokio = { version = "1.19.0", features = ["macros"] } +tokio = { version = "1.19.2", features = ["macros"] } tracing = "0.1.34" aws-sdk-sesv2 = "0.12.0" aws-config = "0.12.0" diff --git a/crates/handlers/Cargo.toml b/crates/handlers/Cargo.toml index 551b8cf25..de653f9fc 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.19.0", features = ["macros"] } +tokio = { version = "1.19.2", features = ["macros"] } # Logging and tracing tracing = "0.1.34" diff --git a/crates/http/Cargo.toml b/crates/http/Cargo.toml index 8d3e1e517..7d29e1a28 100644 --- a/crates/http/Cargo.toml +++ b/crates/http/Cargo.toml @@ -22,7 +22,7 @@ rustls = "0.20.6" serde = "1.0.137" serde_json = "1.0.81" thiserror = "1.0.31" -tokio = { version = "1.19.0", features = ["sync", "parking_lot"] } +tokio = { version = "1.19.2", features = ["sync", "parking_lot"] } tower = { version = "0.4.12", features = ["timeout", "limit"] } tower-http = { version = "0.3.3", features = ["follow-redirect", "decompression-full", "set-header", "compression-full", "cors"] } tracing = "0.1.34" diff --git a/crates/iana-codegen/Cargo.toml b/crates/iana-codegen/Cargo.toml index 0ad993b89..d3e96b2d5 100644 --- a/crates/iana-codegen/Cargo.toml +++ b/crates/iana-codegen/Cargo.toml @@ -13,6 +13,6 @@ csv = "1.1.6" futures-util = "0.3.21" reqwest = { version = "0.11.10", features = ["blocking", "rustls-tls"], default-features = false } serde = { version = "1.0.137", features = ["derive"] } -tokio = { version = "1.19.0", features = ["full"] } +tokio = { version = "1.19.2", features = ["full"] } tracing = "0.1.34" tracing-subscriber = "0.3.11" diff --git a/crates/jose/Cargo.toml b/crates/jose/Cargo.toml index ebd5a8229..e3570b6cc 100644 --- a/crates/jose/Cargo.toml +++ b/crates/jose/Cargo.toml @@ -30,7 +30,7 @@ serde_with = { version = "1.14.0", features = ["base64"] } sha2 = "0.10.2" signature = "1.5.0" thiserror = "1.0.31" -tokio = { version = "1.19.0", features = ["macros", "rt", "sync"] } +tokio = { version = "1.19.2", features = ["macros", "rt", "sync"] } tower = { version = "0.4.12", features = ["util"] } tracing = "0.1.34" url = { version = "2.2.2", features = ["serde"] } diff --git a/crates/policy/Cargo.toml b/crates/policy/Cargo.toml index 3ba304cd9..08e178291 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.137", features = ["derive"] } serde_json = "1.0.81" thiserror = "1.0.31" -tokio = { version = "1.19.0", features = ["io-util", "rt"] } +tokio = { version = "1.19.2", features = ["io-util", "rt"] } tracing = "0.1.34" wasmtime = "0.37.0" diff --git a/crates/storage/Cargo.toml b/crates/storage/Cargo.toml index 6a8e3dd9e..a7c10b759 100644 --- a/crates/storage/Cargo.toml +++ b/crates/storage/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -tokio = "1.19.0" +tokio = "1.19.2" sqlx = { version = "0.5.13", features = ["runtime-tokio-rustls", "postgres", "migrate", "chrono", "offline", "json"] } chrono = { version = "0.4.19", features = ["serde"] } serde = { version = "1.0.137", features = ["derive"] } diff --git a/crates/tasks/Cargo.toml b/crates/tasks/Cargo.toml index 88ebafe12..785f43caa 100644 --- a/crates/tasks/Cargo.toml +++ b/crates/tasks/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" license = "Apache-2.0" [dependencies] -tokio = "1.19.0" +tokio = "1.19.2" async-trait = "0.1.56" tokio-stream = "0.1.8" futures-util = "0.3.21" diff --git a/crates/templates/Cargo.toml b/crates/templates/Cargo.toml index ebdc563b4..7a901595d 100644 --- a/crates/templates/Cargo.toml +++ b/crates/templates/Cargo.toml @@ -10,7 +10,7 @@ dev = [] [dependencies] tracing = "0.1.34" -tokio = { version = "1.19.0", features = ["macros"] } +tokio = { version = "1.19.2", features = ["macros"] } anyhow = "1.0.57" thiserror = "1.0.31"