Skip to content

Update dependencies for mailersend in Cargo.toml #14

Update dependencies for mailersend in Cargo.toml

Update dependencies for mailersend in Cargo.toml #14

Workflow file for this run

name: Deny
on: [push, pull_request]
jobs:
cargo-deny:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
log-level: warn
command: check
arguments: --all-features