From da73fe88d14e4b60d2edcce69a7880227d67d5f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:36:51 +0000 Subject: [PATCH 1/2] Bump actions/cache from 4.0.0 to 4.0.1 Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/Rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Rust.yml b/.github/workflows/Rust.yml index 501643c..c8869f2 100644 --- a/.github/workflows/Rust.yml +++ b/.github/workflows/Rust.yml @@ -61,7 +61,7 @@ jobs: profile: minimal toolchain: ${{ matrix.toolchain }} - - uses: actions/cache@v4.0.0 + - uses: actions/cache@v4.0.1 with: path: | ~/.cargo/bin/ From f270548bf65d6a1c184452ed1d2454f3704e0061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Mar 2024 21:43:45 +0000 Subject: [PATCH 2/2] Bump @types/node from 20.11.26 to 20.11.27 Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.26 to 20.11.27. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 63e675f..ddf4c84 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ }, "devDependencies": { "@tauri-apps/cli": "2.0.0-beta.9", - "@types/node": "20.11.26", + "@types/node": "20.11.27", "autoprefixer": "10.4.18", "cssnano": "6.1.0", "cssnano-preset-advanced": "6.1.0",