aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorQuentin <quentin@dufour.io>2024-02-10 11:11:55 +0000
committerQuentin <quentin@dufour.io>2024-02-10 11:11:55 +0000
commit3b675ac35769a3be3f268e0c8fecb41bae9acc72 (patch)
tree3d3adfb66c40fcd005bdf0b64e2c3d78f8659ca1 /Cargo.toml
parent93c0aa4b3a89201530520c46986659731a43cad6 (diff)
parent0e3cfe536f111c1094d530aed0581390e3fbc878 (diff)
downloadaerogramme-3b675ac35769a3be3f268e0c8fecb41bae9acc72.tar.gz
aerogramme-3b675ac35769a3be3f268e0c8fecb41bae9acc72.zip
Merge pull request 'WIP 0.2.1' (#93) from bug/deployment into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/aerogramme/pulls/93
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 061bdec..41002fc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "aerogramme"
-version = "0.2.0"
+version = "0.2.1"
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
edition = "2021"
license = "EUPL-1.2"
@@ -55,7 +55,7 @@ rpassword = "7.0"
ldap3 = { version = "0.10", default-features = false, features = ["tls-rustls"] }
# storage
-k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", tag = "v0.9.0" }
+k2v-client = { git = "https://git.deuxfleurs.fr/Deuxfleurs/garage.git", tag = "v0.9.1" }
aws-config = { version = "1.1.1", features = ["behavior-version-latest"] }
aws-sdk-s3 = "1.9.0"