diff --git a/Cargo.lock b/Cargo.lock index 1a70553..67fa6e5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -194,7 +194,7 @@ dependencies = [ "http-body", "http-body-util", "itoa", - "matchit 0.8.4", + "matchit", "memchr", "mime", "percent-encoding", @@ -1873,12 +1873,6 @@ dependencies = [ "regex-automata", ] -[[package]] -name = "matchit" -version = "0.7.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94" - [[package]] name = "matchit" version = "0.8.4" @@ -2994,7 +2988,7 @@ dependencies = [ "hyper", "hyper-util", "linkme", - "matchit 0.7.3", + "matchit", "pin-project-lite", "prometheus", "proptest", diff --git a/Cargo.toml b/Cargo.toml index b01fba2..f19d3ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } futures-util = "0.3" bytes = "1.5" -matchit = "0.7" # Radix tree router +matchit = "0.8" # Radix tree router pin-project-lite = "0.2" async-trait = "0.1"