From 0f35de7da14dfeba43a03971ab35fdffad371d51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:17:28 +0000 Subject: [PATCH] build(deps): update derive_more requirement from 1 to 2 (#502) Updates the requirements on [derive_more](https://github.com/JelteF/derive_more) to permit the latest version. - [Release notes](https://github.com/JelteF/derive_more/releases) - [Changelog](https://github.com/JelteF/derive_more/blob/master/CHANGELOG.md) - [Commits](https://github.com/JelteF/derive_more/compare/v1.0.0...v2.0.1) --- updated-dependencies: - dependency-name: derive_more dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- actix-cors/Cargo.toml | 2 +- actix-identity/Cargo.toml | 2 +- actix-limitation/Cargo.toml | 2 +- actix-protobuf/Cargo.toml | 2 +- actix-session/Cargo.toml | 2 +- actix-settings/Cargo.toml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/actix-cors/Cargo.toml b/actix-cors/Cargo.toml index a29c93779..29364b761 100644 --- a/actix-cors/Cargo.toml +++ b/actix-cors/Cargo.toml @@ -24,7 +24,7 @@ draft-private-network-access = [] actix-utils = "3" actix-web = { version = "4", default-features = false } -derive_more = { version = "1", features = ["display", "error"] } +derive_more = { version = "2", features = ["display", "error"] } futures-util = { version = "0.3.17", default-features = false, features = ["std"] } log = "0.4" once_cell = "1" diff --git a/actix-identity/Cargo.toml b/actix-identity/Cargo.toml index d1ac3959c..f816e559c 100644 --- a/actix-identity/Cargo.toml +++ b/actix-identity/Cargo.toml @@ -23,7 +23,7 @@ actix-session = "0.10" actix-utils = "3" actix-web = { version = "4", default-features = false, features = ["cookies", "secure-cookies"] } -derive_more = { version = "1", features = ["display", "error", "from"] } +derive_more = { version = "2", features = ["display", "error", "from"] } futures-core = "0.3.17" serde = { version = "1", features = ["derive"] } tracing = { version = "0.1.30", default-features = false, features = ["log"] } diff --git a/actix-limitation/Cargo.toml b/actix-limitation/Cargo.toml index e53868a21..3fc1eeba1 100644 --- a/actix-limitation/Cargo.toml +++ b/actix-limitation/Cargo.toml @@ -26,7 +26,7 @@ actix-utils = "3" actix-web = { version = "4", default-features = false, features = ["cookies"] } chrono = "0.4" -derive_more = { version = "1", features = ["display", "error", "from"] } +derive_more = { version = "2", features = ["display", "error", "from"] } log = "0.4" redis = { version = "0.27", default-features = false, features = ["tokio-comp"] } time = "0.3" diff --git a/actix-protobuf/Cargo.toml b/actix-protobuf/Cargo.toml index 1c78b1b29..9e70a168d 100644 --- a/actix-protobuf/Cargo.toml +++ b/actix-protobuf/Cargo.toml @@ -19,7 +19,7 @@ all-features = true [dependencies] actix-web = { version = "4", default-features = false } -derive_more = { version = "1", features = ["display"] } +derive_more = { version = "2", features = ["display"] } futures-util = { version = "0.3.17", default-features = false, features = ["std"] } prost = { version = "0.13", default-features = false } diff --git a/actix-session/Cargo.toml b/actix-session/Cargo.toml index 8da7cb802..69ecc488e 100644 --- a/actix-session/Cargo.toml +++ b/actix-session/Cargo.toml @@ -31,7 +31,7 @@ actix-utils = "3" actix-web = { version = "4", default-features = false, features = ["cookies", "secure-cookies"] } anyhow = "1" -derive_more = { version = "1", features = ["display", "error", "from"] } +derive_more = { version = "2", features = ["display", "error", "from"] } rand = "0.8" serde = { version = "1" } serde_json = { version = "1" } diff --git a/actix-settings/Cargo.toml b/actix-settings/Cargo.toml index 6bfeb7ac4..b7556cc7a 100644 --- a/actix-settings/Cargo.toml +++ b/actix-settings/Cargo.toml @@ -22,7 +22,7 @@ openssl = ["dep:openssl", "actix-web/openssl"] actix-http = "3" actix-service = "2" actix-web = { version = "4", default-features = false } -derive_more = { version = "1", features = ["display", "error"] } +derive_more = { version = "2", features = ["display", "error"] } once_cell = "1.13" openssl = { version = "0.10", features = ["v110"], optional = true } regex = "1.5"