Extract source address for requests

This commit is contained in:
Lambda 2024-09-15 17:04:47 +00:00
parent 3247c64cd8
commit 70ee206031
3 changed files with 34 additions and 6 deletions

2
Cargo.lock generated
View file

@ -158,6 +158,7 @@ dependencies = [
"serde_path_to_error",
"serde_urlencoded",
"sync_wrapper 1.0.1",
"tokio",
"tower 0.5.1",
"tower-layer",
"tower-service",
@ -3069,6 +3070,7 @@ dependencies = [
"futures-util",
"pin-project-lite",
"sync_wrapper 0.1.2",
"tokio",
"tower-layer",
"tower-service",
]