mirror of
https://github.com/BreizhHardware/ntfy_alerts.git
synced 2026-05-09 08:15:36 +02:00
[PR #22] [MERGED] Update dependencies #23
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BreizhHardware/ntfy_alerts#23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/BreizhHardware/ntfy_alerts/pull/22
Author: @BreizhHardware
Created: 6/16/2025
Status: ✅ Merged
Merged: 6/16/2025
Merged by: @BreizhHardware
Base:
main← Head:dev📝 Commits (9)
ff3e00eadd(dependabot): create build check workflow for Dependabot pull requests08bf341update(create_dev): add condition to skip jobs for Dependabot pull requestsf2a6d4fbuild(deps): bump env_logger from 0.10.2 to 0.11.8a92caf5build(deps): bump rusqlite from 0.29.0 to 0.36.04e54b55Merge pull request #19 from BreizhHardware/dependabot/cargo/dev/env_logger-0.11.810d8a23Merge pull request #21 from BreizhHardware/dependabot/cargo/dev/rusqlite-0.36.0b22351ebuild(deps): bump reqwest from 0.11.27 to 0.12.20b842d10Merge pull request #20 from BreizhHardware/dependabot/cargo/dev/reqwest-0.12.20bf35608Update .github/workflows/dependabot-build.yml📊 Changes
4 files changed (+489 additions, -204 deletions)
View changed files
📝
.github/workflows/create_dev.yml(+2 -0)➕
.github/workflows/dependabot-build.yml(+52 -0)📝
Cargo.lock(+432 -201)📝
Cargo.toml(+3 -3)📄 Description
This pull request introduces improvements to CI workflows and updates dependencies in the project. The key changes include adding a new workflow to handle Dependabot pull requests, updating existing workflows to exclude Dependabot-related runs, and upgrading several dependencies in
Cargo.toml.CI Workflow Improvements:
.github/workflows/create_dev.yml: Added conditions to thebuild-binaryanddocker-build-pushjobs to skip execution for Dependabot actors or branches starting withdependabot/. [1] [2].github/workflows/dependabot-build.yml: Introduced a new workflow specifically for Dependabot pull requests targeting thedevbranch. This workflow builds the project using Rust with vendored OpenSSL.Dependency Updates:
Cargo.toml: Updated versions ofreqwest(from0.11to0.12),rusqlite(from0.29to0.36), andenv_logger(from0.10to0.11). These updates ensure compatibility with newer versions and include potential bug fixes and performance improvements.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.