Skip to content

Commit

Permalink
build(deps): bump serde from 1.0.215 to 1.0.216 in /app/fetcher in th…
Browse files Browse the repository at this point in the history
…e fetcher group (#84)

* 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](serde-rs/serde@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] <[email protected]>

* fix wfs

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edoardo Rosa <[email protected]>
  • Loading branch information
dependabot[bot] and notdodo authored Dec 14, 2024
1 parent f214df6 commit 7c7cc05
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetcher-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pulumi-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ concurrency:

jobs:
python-ci-pulumi:
uses: notdodo/github-actions/.github/workflows/[email protected].4
uses: notdodo/github-actions/.github/workflows/[email protected].0
with:
poetry-version: latest
python-version: 3.12
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rust-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
8 changes: 4 additions & 4 deletions app/fetcher/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/fetcher/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7c7cc05

Please sign in to comment.