deps: pin axum-client-ip better

This commit is contained in:
Wez Furlong
2024-02-06 15:25:48 -07:00
parent b9b57166c4
commit e4e2cd2edb
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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"}
+1 -1
View File
@@ -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"]}