From 2f68b6e36befcc0bf4eeea18692f5a3e2166a21e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 12:57:13 +0100 Subject: 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- crates/atuin-server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/atuin-server') 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"]} -- cgit v1.3.1