From 0b93208bb2177b957a7c9e6a1248d380643988a4 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Tue, 12 Jul 2022 01:08:56 +0100 Subject: [PATCH] bump futures-utils to 0.3.17 --- databases/redis/Cargo.toml | 2 +- forms/multipart-s3/Cargo.toml | 2 +- forms/multipart/Cargo.toml | 2 +- json/json-validation/Cargo.toml | 2 +- json/json/Cargo.toml | 2 +- json/jsonrpc/Cargo.toml | 2 +- middleware/middleware-http-to-https/Cargo.toml | 2 +- middleware/middleware/Cargo.toml | 2 +- server-sent-events/Cargo.toml | 2 +- websockets/chat-tcp/Cargo.toml | 2 +- websockets/echo/Cargo.toml | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/databases/redis/Cargo.toml b/databases/redis/Cargo.toml index beccb4d..1f5c3fb 100644 --- a/databases/redis/Cargo.toml +++ b/databases/redis/Cargo.toml @@ -9,7 +9,7 @@ actix-redis = "0.10" actix-web = "4" env_logger = "0.9" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" redis-async = { version = "0.8", default_features = false, features = ["tokio10"] } serde = { version = "1", features = ["derive"] } diff --git a/forms/multipart-s3/Cargo.toml b/forms/multipart-s3/Cargo.toml index 91aeceb..b8855ca 100644 --- a/forms/multipart-s3/Cargo.toml +++ b/forms/multipart-s3/Cargo.toml @@ -9,7 +9,7 @@ actix-multipart = "0.4" dotenv = "0.15.0" env_logger = "0.9" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" rusoto_core = "0.48" rusoto_s3 = "0.48" diff --git a/forms/multipart/Cargo.toml b/forms/multipart/Cargo.toml index 38c3cdb..9a290e9 100644 --- a/forms/multipart/Cargo.toml +++ b/forms/multipart/Cargo.toml @@ -12,6 +12,6 @@ readme = "README.md" actix-multipart = "0.4" actix-web = "4" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } sanitize-filename = "0.4" uuid = { version = "1", features = ["v4"] } diff --git a/json/json-validation/Cargo.toml b/json/json-validation/Cargo.toml index ad32c0c..53f647a 100644 --- a/json/json-validation/Cargo.toml +++ b/json/json-validation/Cargo.toml @@ -8,7 +8,7 @@ actix-web = "4" awc = { version = "3", features = ["openssl"] } env_logger = "0.9" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" serde = { version = "1", features = ["derive"] } serde_json = "1" diff --git a/json/json/Cargo.toml b/json/json/Cargo.toml index 0cdac9f..043e752 100644 --- a/json/json/Cargo.toml +++ b/json/json/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" actix-web = "4" env_logger = "0.9" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } json = "0.12" log = "0.4" serde = { version = "1.0", features = ["derive"] } diff --git a/json/jsonrpc/Cargo.toml b/json/jsonrpc/Cargo.toml index b5ee0b5..e2af8c1 100644 --- a/json/jsonrpc/Cargo.toml +++ b/json/jsonrpc/Cargo.toml @@ -8,7 +8,7 @@ actix-web = "4" bytes = "1.1.0" env_logger = "0.9.0" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0.78" diff --git a/middleware/middleware-http-to-https/Cargo.toml b/middleware/middleware-http-to-https/Cargo.toml index d2a9163..8444237 100644 --- a/middleware/middleware-http-to-https/Cargo.toml +++ b/middleware/middleware-http-to-https/Cargo.toml @@ -8,7 +8,7 @@ actix-web = { version = "4", features = ["rustls"] } actix-web-lab = "0.16" env_logger = "0.9" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" rustls = "0.20" rustls-pemfile = "1" diff --git a/middleware/middleware/Cargo.toml b/middleware/middleware/Cargo.toml index f2d9e47..9ae3129 100644 --- a/middleware/middleware/Cargo.toml +++ b/middleware/middleware/Cargo.toml @@ -6,6 +6,6 @@ edition = "2021" [dependencies] actix-web = "4" env_logger = "0.9" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" pin-project = "1" diff --git a/server-sent-events/Cargo.toml b/server-sent-events/Cargo.toml index 4f74803..d06aa0b 100644 --- a/server-sent-events/Cargo.toml +++ b/server-sent-events/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] actix-web = "4" env_logger = "0.9" -futures-util = { version = "0.3.7", default-features = false, features = ["std"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" parking_lot = "0.12" tokio = { version = "1.13.1", features = ["sync"] } diff --git a/websockets/chat-tcp/Cargo.toml b/websockets/chat-tcp/Cargo.toml index 633b569..98d1b48 100644 --- a/websockets/chat-tcp/Cargo.toml +++ b/websockets/chat-tcp/Cargo.toml @@ -21,7 +21,7 @@ actix-web-actors = "4.1" byteorder = "1.2" bytes = "1" env_logger = "0.9" -futures-util = { version = "0.3.7", default-features = false, features = ["std", "sink"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink"] } log = "0.4" rand = "0.8" serde = { version = "1", features = ["derive"] } diff --git a/websockets/echo/Cargo.toml b/websockets/echo/Cargo.toml index c9aada8..8407af4 100644 --- a/websockets/echo/Cargo.toml +++ b/websockets/echo/Cargo.toml @@ -21,7 +21,7 @@ actix-web-actors = "4.1" awc = "3" env_logger = "0.9" -futures-util = { version = "0.3.7", default-features = false, features = ["std", "sink"] } +futures-util = { version = "0.3.17", default-features = false, features = ["std", "sink"] } log = "0.4" tokio = { version = "1.13.1", features = ["full"] } tokio-stream = "0.1.8"