From e4e2cd2edb269b1e3047a6f8ffa4d689619982cf Mon Sep 17 00:00:00 2001 From: Wez Furlong Date: Tue, 6 Feb 2024 15:25:48 -0700 Subject: [PATCH] deps: pin axum-client-ip better --- crates/kumo-server-common/Cargo.toml | 2 +- crates/tsa-daemon/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/kumo-server-common/Cargo.toml b/crates/kumo-server-common/Cargo.toml index 6eeb2ddd..cf35d74c 100644 --- a/crates/kumo-server-common/Cargo.toml +++ b/crates/kumo-server-common/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0" axum = {workspace=true} -axum-client-ip = "0.4" +axum-client-ip = "=0.4" axum-server = {workspace=true, features=["tls-rustls"]} backtrace = "0.3" cidr-map = {path="../cidr-map"} diff --git a/crates/tsa-daemon/Cargo.toml b/crates/tsa-daemon/Cargo.toml index 0174c207..81bd3326 100644 --- a/crates/tsa-daemon/Cargo.toml +++ b/crates/tsa-daemon/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [dependencies] anyhow = "1.0" axum = {workspace=true} -axum-client-ip = "0.4" +axum-client-ip = "=0.4" axum-server = {workspace=true, features=["tls-rustls"]} chrono = {version="0.4", default-features=false, features=["serde"]} clap = {version="4.1", features=["derive"]}