diff --git a/.github/workflows/ghcr.yml b/.github/workflows/ghcr.yml index ca46c2f..32a3053 100644 --- a/.github/workflows/ghcr.yml +++ b/.github/workflows/ghcr.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v1 + uses: actions/checkout@v4 - name: Login to GitHub Container Registry uses: docker/login-action@v1 with: diff --git a/Cargo.toml b/Cargo.toml index 7501faf..f5b0ef3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ fs_extra = "1.3.0" sysinfo = "0.29.11" actix-files = "0.6.5" actix-cors = "0.7.0" -tokio = "1.34.0" +tokio = "1.35.1" bincode = { version = "1.3.3" } nanoid = "0.4.0" test-log = "0.2.14"