Skip to content

Commit 158f350

Browse files
committed
chore: bump v0.8.3
1 parent 433ccff commit 158f350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "path-tree"
3-
version = "0.8.2"
3+
version = "0.8.3"
44
authors = ["Fangdun Tsai <[email protected]>"]
55
description = "path-tree is a lightweight high performance HTTP request router for Rust"
66
repository = "https://github.com/viz-rs/path-tree"
@@ -21,7 +21,7 @@ include = [
2121
]
2222

2323
[dependencies]
24-
smallvec = { version = "1.13.2", features = ["const_new"] }
24+
smallvec = { version = "1.14.0", features = ["const_new"] }
2525

2626
[dev-dependencies]
2727
bytes = "1"

0 commit comments

Comments
 (0)