Skip to content

Commit ee5facf

Browse files
committed
chore(deps): smallvec v1.11.0
1 parent ae09756 commit ee5facf

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
@@ -21,7 +21,7 @@ include = [
2121
]
2222

2323
[dependencies]
24-
smallvec = "1.10.0"
24+
smallvec = "1.11.0"
2525

2626
[dev-dependencies]
2727
actix-router = "0.5"
@@ -32,7 +32,7 @@ matchit = "0.7"
3232
gonzales = "0.0.3-beta"
3333
futures = "0.3"
3434
rand = "0.8"
35-
criterion = { version = "0.4", features = ["html_reports"] }
35+
criterion = { version = "0.5", features = ["html_reports"] }
3636
hyper = { version="0.14", features = ["full"] }
3737
tokio = { version = "1", default-features = false, features = ["macros", "rt-multi-thread"] }
3838

0 commit comments

Comments
 (0)