diff --git a/Cargo.lock b/Cargo.lock index 4809ae30..fc3f6601 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1713,9 +1713,9 @@ dependencies = [ [[package]] name = "impl-more" -version = "0.1.8" +version = "0.1.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aae21c3177a27788957044151cc2800043d127acaa460a47ebb9b84dfa2c6aa0" +checksum = "e8a5a9a0ff0086c7a148acb942baaabeadf9504d10400b5a05645853729b9cd2" [[package]] name = "indenter" diff --git a/actix-client-ip-cloudflare/Cargo.toml b/actix-client-ip-cloudflare/Cargo.toml index 6f22028c..523d7c33 100644 --- a/actix-client-ip-cloudflare/Cargo.toml +++ b/actix-client-ip-cloudflare/Cargo.toml @@ -27,7 +27,7 @@ fetch-ips-openssl = ["awc", "awc/openssl"] actix-utils = "3" actix-web = { version = "4", default-features = false } awc = { version = "3.5", optional = true } -impl-more = "0.1.5" +impl-more = "0.1.9" ipnetwork = { version = "0.20", features = ["serde"] } serde = { version = "1", features = ["derive"] } tracing = { version = "0.1.30", features = ["log"] } diff --git a/actix-web-lab/Cargo.toml b/actix-web-lab/Cargo.toml index a3e0c2cd..7a91ff65 100644 --- a/actix-web-lab/Cargo.toml +++ b/actix-web-lab/Cargo.toml @@ -63,7 +63,7 @@ form_urlencoded = "1" futures-core = "0.3.17" futures-util = { version = "0.3.31", default-features = false, features = ["std"] } http = "0.2.7" -impl-more = "0.1.3" +impl-more = "0.1.9" itertools = "0.13" local-channel = "0.1" mediatype = "0.19"