We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc17846 commit dd204afCopy full SHA for dd204af
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "path-tree"
3
-version = "0.7.4"
+version = "0.7.5"
4
authors = ["Fangdun Tsai <[email protected]>"]
5
description = "path-tree is a lightweight high performance HTTP request router for Rust"
6
homepage = "https://github.com/viz-rs/path-tree"
@@ -21,7 +21,7 @@ include = [
21
]
22
23
[dependencies]
24
-smallvec = "1.11.0"
+smallvec = "1.13.0"
25
26
[dev-dependencies]
27
bytes = "1"
0 commit comments