summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-03 19:42:21 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-03 19:42:21 +0200
commit7e9349a5bb790af47a257204abc9e337c77ea07c (patch)
treeae1029a51d294f4481a2595b9f040f339fd3012e /Cargo.toml
parentd8521c5040541f1a9a15e4bed3d9969ca3719cd4 (diff)
downloadobnam2-7e9349a5bb790af47a257204abc9e337c77ea07c.tar.gz
chore: upgrade dependency on aes-gcm
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e57607e..841c2ad 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,7 @@ rust-version = "1.75.0"
[dependencies]
-aes-gcm = "0.9"
+aes-gcm = "0.10"
anyhow = "1"
blake2 = "0.10.6"
bytesize = "1"