diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-07-01 12:57:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-01 12:57:13 +0100 |
| commit | 2f68b6e36befcc0bf4eeea18692f5a3e2166a21e (patch) | |
| tree | 7f73fca30698ed2b1f8690871ec6db0f5e1c716b /crates | |
| parent | feat: Add npm, Netlify and Pulumi tokens to secret patterns (#2210) (diff) | |
| download | atuin-2f68b6e36befcc0bf4eeea18692f5a3e2166a21e.zip | |
chore(deps): bump postmark from 0.10.0 to 0.10.1 (#2217)
Bumps [postmark](https://github.com/pastjean/postmark-rs) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/pastjean/postmark-rs/releases)
- [Changelog](https://github.com/pastjean/postmark-rs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pastjean/postmark-rs/compare/v0.10.0...v0.10.1)
---
updated-dependencies:
- dependency-name: postmark
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'crates')
| -rw-r--r-- | crates/atuin-server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-server/Cargo.toml b/crates/atuin-server/Cargo.toml index 69592fd5..3bd08f7f 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -37,4 +37,4 @@ argon2 = "0.5" semver = { workspace = true } metrics-exporter-prometheus = "0.12.1" metrics = "0.21.1" -postmark = {version= "0.10.0", features=["reqwest"]} +postmark = {version= "0.10.1", features=["reqwest"]} |
