diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-13 16:09:01 +0100 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-12-13 16:09:01 +0100 |
commit | 064a1077c8c66fe8d3ee71f831c930e1ddfbc34a (patch) | |
tree | 41d8556aa5d871921a64b081ba157ade212558d8 /Cargo.toml | |
parent | 47e25cd7f710fcd82356377cf48eccf9f65d31cc (diff) | |
download | aerogramme-064a1077c8c66fe8d3ee71f831c930e1ddfbc34a.tar.gz aerogramme-064a1077c8c66fe8d3ee71f831c930e1ddfbc34a.zip |
it compiles again!
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ anyhow = "1.0.28" argon2 = "0.3" async-trait = "0.1" backtrace = "0.3" -base64 = "0.13" +base64 = "0.21" clap = { version = "3.1.18", features = ["derive", "env"] } duplexify = "1.1.0" eml-codec = { git = "https://git.deuxfleurs.fr/Deuxfleurs/eml-codec.git", branch = "main" } |