catapulte icon indicating copy to clipboard operation
catapulte copied to clipboard

Rust implementation of catapulte email sender

Results 34 catapulte issues
Sort by recently updated
recently updated
newest added

Bumps [serde_json](https://github.com/serde-rs/json) from 1.0.79 to 1.0.83. Release notes Sourced from serde_json's releases. v1.0.83 Add categories to crates.io metadata v1.0.82 Implement From<Option<T>> for serde_json::Value where T: Into<Value> (#900, thanks @​kvnvelasco) v1.0.81...

dependencies

Bumps [serde](https://github.com/serde-rs/serde) from 1.0.136 to 1.0.142. Release notes Sourced from serde's releases. v1.0.142 Add keywords to crates.io metadata v1.0.141 Add no-std category to crates.io metadata v1.0.140 Invert serde_derive cfgs to...

dependencies

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

Bumps [clap](https://github.com/clap-rs/clap) from 3.1.12 to 3.2.2. Release notes Sourced from clap's releases. v3.2.2 [3.2.2] - 2022-06-14 Fixes (derive) Improve the highlighted code for deprecation warnings gated behind unstable-v4 (derive) Default...

dependencies

Bumps [regex](https://github.com/rust-lang/regex) from 1.5.4 to 1.5.6. Changelog Sourced from regex's changelog. 1.5.6 (2022-05-20) This release includes a few bug fixes, including a bug that produced incorrect matches when a non-greedy...

dependencies

This PR was automatically created by Snyk using the credentials of a real user.Keeping your Docker base image up-to-date means you’ll benefit from security fixes in the latest version of...

Bumps [common-multipart-rfc7578](https://github.com/ferristseng/rust-multipart-rfc7578) from 0.5.0 to 0.6.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=common-multipart-rfc7578&package-manager=cargo&previous-version=0.5.0&new-version=0.6.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [log](https://github.com/rust-lang/log) from 0.4.16 to 0.4.17. Changelog Sourced from log's changelog. [0.4.17] - 2022-04-29 Update kv_unstable internal dependencies. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=log&package-manager=cargo&previous-version=0.4.16&new-version=0.4.17)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will...

dependencies

Hello, For information, I just added in [this commit](https://github.com/spacefill/gibbon-mail/commit/4b957aaca5b87806fa112ad09a8980a65fda7023) a link to `Catapulte` in [Gibbon-mail](https://github.com/spacefill/gibbon-mail) project. [Gibbon-mail](https://github.com/spacefill/gibbon-mail) is email sender like `Catapulte` implemented in `NodeJS` + `ReactJS` SPA Frontend. Best...

You have a two stage build in the Dockerfile. In stage one you copy the `template` folder to `/code/template` and run the `cargo` command. Then, in stage two, you only...