From 32b71d934f2c4e900a636b6c7277477084017106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 09:22:24 +0000 Subject: [PATCH] chore(deps)(deps): update aes-gcm requirement from 0.10 to 0.11 Updates the requirements on [aes-gcm](https://github.com/RustCrypto/AEADs) to permit the latest version. - [Commits](https://github.com/RustCrypto/AEADs/compare/aes-gcm-v0.10.0...aes-gcm-v0.11.0) --- updated-dependencies: - dependency-name: aes-gcm dependency-version: 0.11.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/obsidian-vault-crypto-adapter/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/obsidian-vault-crypto-adapter/Cargo.toml b/crates/obsidian-vault-crypto-adapter/Cargo.toml index a4d8741..5b77a91 100644 --- a/crates/obsidian-vault-crypto-adapter/Cargo.toml +++ b/crates/obsidian-vault-crypto-adapter/Cargo.toml @@ -6,7 +6,7 @@ edition.workspace = true publish = false [dependencies] -aes-gcm = "0.10" +aes-gcm = "0.11" aes-siv = "0.7" argon2 = "0.5" base32 = "0.5"