Skip to content

Commit

Permalink
deps: freeze matchit dependency on 0.8.0
Browse files Browse the repository at this point in the history
`axum` has some assumptions about the way paths are structured which may
be potentially changed in a minor release. For example, there are plans
to support [suffixes in matched
segments](ibraheemdev/matchit#17) among other
features which would allow routes such as `/{file}.jpg` which `axum`
currently does not expect.
  • Loading branch information
mladedav committed May 2, 2024
1 parent 8c800ad commit 4ce0c0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion axum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ http = "1.0.0"
http-body = "1.0.0"
http-body-util = "0.1.0"
itoa = "1.0.5"
matchit = "0.8"
matchit = "=0.8.0"
memchr = "2.4.1"
mime = "0.3.16"
percent-encoding = "2.1"
Expand Down

0 comments on commit 4ce0c0f

Please sign in to comment.