diff --git a/Cargo.toml b/Cargo.toml index 40cd5b1..49498ab 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "path-tree" -version = "0.7.4" +version = "0.7.5" authors = ["Fangdun Tsai "] description = "path-tree is a lightweight high performance HTTP request router for Rust" homepage = "https://github.com/viz-rs/path-tree" @@ -21,7 +21,7 @@ include = [ ] [dependencies] -smallvec = "1.11.0" +smallvec = "1.13.0" [dev-dependencies] bytes = "1"