From 2792f53ef1fec349d7211322269d650e1cc221d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 17:58:23 +0000 Subject: [PATCH 1/2] build(deps): bump serde in /app/fetcher in the fetcher group Bumps the fetcher group in /app/fetcher with 1 update: [serde](https://github.com/serde-rs/serde). Updates `serde` from 1.0.215 to 1.0.216 - [Release notes](https://github.com/serde-rs/serde/releases) - [Commits](https://github.com/serde-rs/serde/compare/v1.0.215...v1.0.216) --- updated-dependencies: - dependency-name: serde dependency-type: direct:production update-type: version-update:semver-patch dependency-group: fetcher ... Signed-off-by: dependabot[bot] --- app/fetcher/Cargo.lock | 8 ++++---- app/fetcher/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/fetcher/Cargo.lock b/app/fetcher/Cargo.lock index 87a4f5a..d45b665 100644 --- a/app/fetcher/Cargo.lock +++ b/app/fetcher/Cargo.lock @@ -1628,18 +1628,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" +checksum = "0b9781016e935a97e8beecf0c933758c97a5520d32930e460142b4cd80c6338e" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.215" +version = "1.0.216" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" +checksum = "46f859dbbf73865c6627ed570e78961cd3ac92407a2d117204c49232485da55e" dependencies = [ "proc-macro2", "quote", diff --git a/app/fetcher/Cargo.toml b/app/fetcher/Cargo.toml index 9cbcbf2..4e50252 100644 --- a/app/fetcher/Cargo.toml +++ b/app/fetcher/Cargo.toml @@ -13,7 +13,7 @@ openssl = { version = "0.10.66", features = [ "vendored", ] } # Needed only for cargo lambda build reqwest = { version = "0.12.9", features = ["json"] } -serde = "1.0.215" +serde = "1.0.216" serde_json = "1.0.133" tokio = { version = "1.42.0", features = ["macros"] } tracing = "0.1.41" From 90c22c452482ffbbfd17b7ad43a08b0b61beb201 Mon Sep 17 00:00:00 2001 From: Edoardo Rosa <6991986+notdodo@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:00:38 +0100 Subject: [PATCH 2/2] fix wfs --- .github/workflows/bot-deploy.yml | 2 +- .github/workflows/fetcher-deploy.yml | 2 +- .github/workflows/pulumi-preview.yml | 2 +- .github/workflows/rust-ci.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/bot-deploy.yml b/.github/workflows/bot-deploy.yml index 1558570..88ee0bf 100644 --- a/.github/workflows/bot-deploy.yml +++ b/.github/workflows/bot-deploy.yml @@ -17,7 +17,7 @@ jobs: security-events: write contents: read id-token: write - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.0.1 with: working-directory: ./app/bot deploy-lambda: true diff --git a/.github/workflows/fetcher-deploy.yml b/.github/workflows/fetcher-deploy.yml index 0b3ed4a..a486a6b 100644 --- a/.github/workflows/fetcher-deploy.yml +++ b/.github/workflows/fetcher-deploy.yml @@ -17,7 +17,7 @@ jobs: security-events: write contents: read id-token: write - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.0.1 with: working-directory: ./app/fetcher deploy-lambda: true diff --git a/.github/workflows/pulumi-preview.yml b/.github/workflows/pulumi-preview.yml index fff5c76..d5e46f9 100644 --- a/.github/workflows/pulumi-preview.yml +++ b/.github/workflows/pulumi-preview.yml @@ -11,7 +11,7 @@ concurrency: jobs: python-ci-pulumi: - uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0.0.4 + uses: notdodo/github-actions/.github/workflows/python-ci.yml@python-ci-v0.0.0 with: poetry-version: latest python-version: 3.12 diff --git a/.github/workflows/rust-ci.yml b/.github/workflows/rust-ci.yml index c598f2a..7b22917 100644 --- a/.github/workflows/rust-ci.yml +++ b/.github/workflows/rust-ci.yml @@ -15,7 +15,7 @@ jobs: actions: read security-events: write contents: read - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.0.1 with: working-directory: ./app/fetcher @@ -24,6 +24,6 @@ jobs: actions: read security-events: write contents: read - uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.1.3 + uses: notdodo/github-actions/.github/workflows/rust-ci.yml@rust-ci-v0.0.1 with: working-directory: ./app/bot