fix(deps): update rust crate axum-client-ip to v1
All checks were successful
/ check-renovaterc (push) Successful in 3s
/ build (push) Successful in 0s
/ test (push) Successful in 12s
/ report-size (push) Successful in 2s

| datasource | package        | from  | to    |
| ---------- | -------------- | ----- | ----- |
| crate      | axum-client-ip | 0.7.0 | 1.0.0 |
This commit is contained in:
Renovate Bot 2025-04-02 11:30:15 +02:00 committed by Jalil David Salamé Messina
parent 3c9587bd4c
commit 29916c0841
4 changed files with 10 additions and 10 deletions

4
Cargo.lock generated
View file

@ -112,9 +112,9 @@ dependencies = [
[[package]]
name = "axum-client-ip"
version = "0.7.0"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff8ee1869817523c8f91c20bf17fd932707f66c2e7e0b0f811b29a227289562"
checksum = "b9329923fe6c30624095e63cb6c25796b32ffbf5d1da8c3a95d1054c301db92a"
dependencies = [
"axum",
"forwarded-header-value",