chore: bump deps
This commit is contained in:
parent
28a7420180
commit
38ab0c3123
3 changed files with 232 additions and 478 deletions
679
Cargo.lock
generated
679
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
29
Cargo.toml
29
Cargo.toml
|
@ -13,24 +13,17 @@ authors = ["realaravinth <realaravinth@batsense.net>"]
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
actix-web = "4.0.0-beta.9"
|
||||
actix-http = "3.0.0-beta.8"
|
||||
actix-rt = "2"
|
||||
my-codegen = {package = "actix-web-codegen", git ="https://github.com/realaravinth/actix-web"}
|
||||
|
||||
actix-web = "4.0.0-rc.3"
|
||||
actix-http = "3.0.0-rc.2"
|
||||
actix-rt = "2.6.0"
|
||||
config = "0.11"
|
||||
git2 = "0.13.23"
|
||||
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
|
||||
pretty_env_logger = "0.4"
|
||||
log = "0.4"
|
||||
|
||||
lazy_static = "1.4"
|
||||
|
||||
url = "2.2"
|
||||
|
||||
derive_more = "0.99"
|
||||
|
||||
git2 = "0.13.25"
|
||||
lazy_static = "1.4"
|
||||
log = "0.4"
|
||||
my-codegen = {package = "actix-web-codegen", git ="https://github.com/realaravinth/actix-web"}
|
||||
num_cpus = "1.13"
|
||||
pretty_env_logger = "0.4"
|
||||
serde = { version = "1", features = ["derive"]}
|
||||
serde_json = "1"
|
||||
url = "2.2"
|
||||
|
|
|
@ -65,7 +65,7 @@ async fn main() -> std::io::Result<()> {
|
|||
.app_data(get_json_err())
|
||||
.wrap(
|
||||
actix_middleware::DefaultHeaders::new()
|
||||
.header("Permissions-Policy", "interest-cohort=()"),
|
||||
.add(("Permissions-Policy", "interest-cohort=()")),
|
||||
)
|
||||
.wrap(actix_middleware::NormalizePath::new(
|
||||
actix_middleware::TrailingSlash::Trim,
|
||||
|
|
Loading…
Add table
Reference in a new issue