diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index 48ab1671a..5b84ac017 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -23,7 +23,7 @@ draft-private-network-access = [] actix-utils = "3" actix-web = { version = "4", default-features = false } -derive_more = "0.99.5" +derive_more = "0.99.7" futures-util = { version = "0.3.7", default-features = false } log = "0.4" once_cell = "1" @@ -31,5 +31,5 @@ smallvec = "1.6.1" [dev-dependencies] actix-web = { version = "4", default_features = false, features = ["macros"] } -env_logger = "0.9" +env_logger = "0.10" regex = "1.4" diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index 54994dd63..468159170 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -22,7 +22,6 @@ actix-session = "0.7" actix-utils = "3" actix-web = { version = "4", default-features = false, features = ["cookies", "secure-cookies"] } -anyhow = "1" futures-core = "0.3.7" serde = { version = "1", features = ["derive"] } tracing = { version = "0.1.30", default-features = false, features = ["log"] } @@ -32,6 +31,6 @@ actix-http = "3" actix-web = { version = "4", default_features = false, features = ["macros", "cookies", "secure-cookies"] } actix-session = { version = "0.7", features = ["redis-rs-session", "cookie-session"] } -env_logger = "0.9" +env_logger = "0.10" reqwest = { version = "0.11", default_features = false, features = ["cookies", "json"] } uuid = { version = "1", features = ["v4"] } diff --git a/actix-limitation/Cargo.toml b/actix-limitation/Cargo.toml index c838b0fae..7bdc460b8 100644 --- a/actix-limitation/Cargo.toml +++ b/actix-limitation/Cargo.toml @@ -21,7 +21,7 @@ actix-utils = "3" actix-web = { version = "4", features = ["cookies"] } chrono = "0.4" -derive_more = "0.99.5" +derive_more = "0.99.7" log = "0.4" redis = { version = "0.21", default-features = false, features = ["tokio-comp"] } time = "0.3" diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index e87dec1df..b7ea4f31c 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -18,7 +18,7 @@ path = "src/lib.rs" [dependencies] actix-web = { version = "4", default_features = false } -derive_more = "0.99.5" +derive_more = "0.99.7" futures-util = { version = "0.3.7", default-features = false } prost = { version = "0.11", default_features = false } diff --git a/actix-redis/Cargo.toml b/actix-redis/Cargo.toml index 0128f50ad..9780eb3c1 100644 --- a/actix-redis/Cargo.toml +++ b/actix-redis/Cargo.toml @@ -32,7 +32,7 @@ actix-tls = { version = "3", default-features = false, features = ["connect"] } log = "0.4.6" backoff = "0.4.0" -derive_more = "0.99.5" +derive_more = "0.99.7" futures-core = { version = "0.3.7", default-features = false } redis-async = "0.13" time = "0.3" @@ -43,5 +43,5 @@ actix-web = { version = "4", default_features = false, optional = true } [dev-dependencies] actix-test = "0.1.0-beta.12" actix-web = { version = "4", default_features = false, features = ["macros"] } -env_logger = "0.9" +env_logger = "0.10" serde = { version = "1.0.101", features = ["derive"] } diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index f016d511f..d5c8b79a4 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -34,7 +34,7 @@ actix-web = { version = "4", default_features = false, features = ["cookies", "s anyhow = "1" async-trait = "0.1" -derive_more = "0.99.5" +derive_more = "0.99.7" rand = { version = "0.8", optional = true } serde = { version = "1" } serde_json = { version = "1" } @@ -52,7 +52,7 @@ redis = { version = "0.21", default-features = false, features = ["aio", "tokio- actix-session = { path = ".", features = ["cookie-session", "redis-actor-session", "redis-rs-session"] } actix-test = "0.1.0-beta.10" actix-web = { version = "4", default_features = false, features = ["cookies", "secure-cookies", "macros"] } -env_logger = "0.9" +env_logger = "0.10" log = "0.4" [[example]] diff --git a/actix-settings/Cargo.toml b/actix-settings/Cargo.toml index 092c2bb0f..477fab353 100644 --- a/actix-settings/Cargo.toml +++ b/actix-settings/Cargo.toml @@ -21,4 +21,4 @@ serde = { version = "1", features = ["derive"] } toml = "0.5" [dev-dependencies] -env_logger = "0.9" +env_logger = "0.10"