summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-06-14 10:35:08 +0300
committerLars Wirzenius <liw@liw.fi>2021-06-19 11:35:15 +0300
commitede2ac10fff1f92493875576cbee369446a00bc7 (patch)
tree20214254da60c3dbb9416515ca02f6f9170cf9ef /Cargo.toml
parenta0bebb4075e3536034715131ddda6a3c5ff33fa6 (diff)
downloadobnam2-ede2ac10fff1f92493875576cbee369446a00bc7.tar.gz
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
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 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"