chore: restore manifests

This commit is contained in:
Rob Ede 2024-03-03 15:26:54 +00:00
parent e22a4399e6
commit 0cec165cd8
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933
2 changed files with 2 additions and 1 deletions

View File

@ -18,6 +18,7 @@ path = "src/lib.rs"
[features]
default = ["http", "unicode"]
http = ["dep:http"]
unicode = ["dep:regex"]
[dependencies]

View File

@ -92,7 +92,7 @@ actix-utils = "3"
actix-tls = { version = "3.3", default-features = false, optional = true }
actix-http = { version = "3.6", features = ["ws"] }
actix-router = { path = "../actix-router", default-features = false, features = ["http"] }
actix-router = { version = "0.5", default-features = false, features = ["http"] }
actix-web-codegen = { version = "4.2", optional = true }
ahash = "0.8"