diff --git a/Cargo.lock b/Cargo.lock index 561fa1f9..053c3f86 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3268,6 +3268,7 @@ dependencies = [ "tower-http", "trace", "tracing", + "url", "urlencoding", "uuid", "which", diff --git a/Cargo.toml b/Cargo.toml index d6ab88ee..ad1beb59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,6 +78,7 @@ torrust-index-located-error = { version = "3.0.0-alpha.3-develop", path = "packa tower-http = { version = "0", features = ["compression-full", "cors", "trace", "propagate-header", "request-id"] } trace = "0.1.7" tracing = "0.1.40" +url = "2.5.0" urlencoding = "2" uuid = { version = "1", features = ["v4"] }