diff --git a/Cargo.toml b/Cargo.toml index 9f5a586..b979676 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ path = "./src/lib.rs" [dependencies] async-trait = "0.1.72" axum = { version = "0.6.19", features = ["headers"] } -axum-client-ip = "0.4.1" +axum-client-ip = "0.5.0" cf-env = "0.1.8" dotenvy = "0.15.7" headers = "0.3.8"