mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-07 02:58:56 +00:00
deps: pin axum-client-ip better
This commit is contained in:
@@ -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"}
|
||||
|
||||
@@ -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"]}
|
||||
|
||||
Reference in New Issue
Block a user