diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ba9c745..d5dbc52 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ test: build:ui: stage: build - image: node:17.3-slim + image: node:16.13-slim script: - npm install - npm run build diff --git a/Cargo.toml b/Cargo.toml index a6a5f55..ab67d7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ actix-cors = "0.5.4" chrono = { version = "0.4.19", features = ["serde"] } serde = { version = "1.0.136", features= [ "derive" ] } serde_json = "1.0.78" -actix-web = "4.0.0-rc.1" +actix-web = "4.0.0-rc.2" actix-rt = "2.6.0" tracing-test = "0.2.1" tracing-actix-web = "0.5.0-rc.1"