Skip to content

Commit

Permalink
chore(deps): smallvec v1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fundon committed Jul 26, 2023
1 parent ae09756 commit ee5facf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
]

[dependencies]
smallvec = "1.10.0"
smallvec = "1.11.0"

[dev-dependencies]
actix-router = "0.5"
Expand All @@ -32,7 +32,7 @@ matchit = "0.7"
gonzales = "0.0.3-beta"
futures = "0.3"
rand = "0.8"
criterion = { version = "0.4", features = ["html_reports"] }
criterion = { version = "0.5", features = ["html_reports"] }
hyper = { version="0.14", features = ["full"] }
tokio = { version = "1", default-features = false, features = ["macros", "rt-multi-thread"] }

Expand Down

0 comments on commit ee5facf

Please sign in to comment.