diff options
author | Quentin <quentin@dufour.io> | 2024-02-10 11:11:55 +0000 |
---|---|---|
committer | Quentin <quentin@dufour.io> | 2024-02-10 11:11:55 +0000 |
commit | 3b675ac35769a3be3f268e0c8fecb41bae9acc72 (patch) | |
tree | 3d3adfb66c40fcd005bdf0b64e2c3d78f8659ca1 /Cargo.toml | |
parent | 93c0aa4b3a89201530520c46986659731a43cad6 (diff) | |
parent | 0e3cfe536f111c1094d530aed0581390e3fbc878 (diff) | |
download | aerogramme-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.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |