diff --git a/control/Cargo.toml b/control/Cargo.toml index 19175e4..18f7891 100644 --- a/control/Cargo.toml +++ b/control/Cargo.toml @@ -43,7 +43,7 @@ hyper-util = { version = "0.1", features = ["tokio", "client-legacy", "server", http-body-util = "0.1" # Routing -matchit = "0.8" +matchit = "0.9" regex = "1.11" # For HTTPRoute header RegularExpression matching # Metrics (Week 2)