From ede2ac10fff1f92493875576cbee369446a00bc7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 14 Jun 2021 10:35:08 +0300 Subject: chore: change dependency on aes-gcm be less stringent Change the version of aes-gcm to be 0.9, from 0.9.1. This allows a future 0.9.2 to be used automatically. Sponsored-by: author --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 70bcf49..f715d56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ repository = "https://gitlab.com/larswirzenius/obnam" [dependencies] -aes-gcm = "0.9.1" +aes-gcm = "0.9" anyhow = "1" bytesize = "1" chrono = "0.4" -- cgit v1.2.1