diff options
| author | Cristian Le <git@lecris.dev> | 2025-05-01 16:18:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-01 15:18:21 +0100 |
| commit | 100de6e463fb10ad224699fd63e808a963ef318d (patch) | |
| tree | 37b0e07c780e3942e16af805a9c44250e1569aec /crates/atuin-server/Cargo.toml | |
| parent | fix: selection vs render issue (#2706) (diff) | |
| download | atuin-100de6e463fb10ad224699fd63e808a963ef318d.zip | |
chore(deps): Update postmark to 0.11 (#2730)
Diffstat (limited to 'crates/atuin-server/Cargo.toml')
| -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 6efb101b..c4ef4cad 100644 --- a/crates/atuin-server/Cargo.toml +++ b/crates/atuin-server/Cargo.toml @@ -34,4 +34,4 @@ argon2 = "0.5" semver = { workspace = true } metrics-exporter-prometheus = "0.12.1" metrics = "0.21.1" -postmark = {version= "0.10.2", features=["reqwest", "reqwest-rustls-tls"]} +postmark = {version= "0.11", features=["reqwest", "reqwest-rustls-tls"]} |
