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 433ccff commit 158f350Copy full SHA for 158f350
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "path-tree"
3
-version = "0.8.2"
+version = "0.8.3"
4
authors = ["Fangdun Tsai <[email protected]>"]
5
description = "path-tree is a lightweight high performance HTTP request router for Rust"
6
repository = "https://github.com/viz-rs/path-tree"
@@ -21,7 +21,7 @@ include = [
21
]
22
23
[dependencies]
24
-smallvec = { version = "1.13.2", features = ["const_new"] }
+smallvec = { version = "1.14.0", features = ["const_new"] }
25
26
[dev-dependencies]
27
bytes = "1"
0 commit comments