File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ http = "1.0.0"
4848http-body = " 1.0.0"
4949http-body-util = " 0.1.0"
5050itoa = " 1.0.5"
51- matchit = " = 0.8.0 "
51+ matchit = " 0.8.4 "
5252memchr = " 2.4.1"
5353mime = " 0.3.16"
5454percent-encoding = " 2.1"
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ async fn nested_multiple_routes() {
228228}
229229
230230#[ test]
231- #[ should_panic = "Invalid route \" / \ " : insertion failed due to conflict with previously registered route: /" ]
231+ #[ should_panic = r# "Invalid route "/ ": Insertion failed due to conflict with previously registered route: /"# ]
232232fn nested_service_at_root_with_other_routes ( ) {
233233 let _: Router = Router :: new ( )
234234 . nest_service ( "/" , Router :: new ( ) . route ( "/users" , get ( || async { } ) ) )
You can’t perform that action at this time.
0 commit comments