Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump serde from 1.0.215 to 1.0.216 in /app/fetcher in the fetcher group #84

Merged
merged 2 commits into from
Dec 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading