aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-08-16 18:01:22 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-08-16 18:01:22 +0200
commitb32bb6071a58c94dd014c53de989bff3e4cc166b (patch)
tree03200527bdd084d8be232d08e5ae49db30543915 /Cargo.lock
parent726b8c00159230e44e3b7726cb2c96d08073379c (diff)
downloadaerogramme-b32bb6071a58c94dd014c53de989bff3e4cc166b.tar.gz
aerogramme-b32bb6071a58c94dd014c53de989bff3e4cc166b.zip
partial re-implementation of body ext
header fields is still missing
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock5
1 files changed, 2 insertions, 3 deletions
diff --git a/Cargo.lock b/Cargo.lock
index fa057ca..8a67046 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -843,9 +843,8 @@ checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
[[package]]
name = "eml-codec"
-version = "0.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac20cff537caf72385ffa5d9353ae63cb6c283a53665569408f040b8db36c90d"
+version = "0.1.2"
+source = "git+https://git.deuxfleurs.fr/Deuxfleurs/eml-codec.git?branch=main#5cff5510acc2c414b74419e0ee636d5ab249036b"
dependencies = [
"base64 0.21.2",
"chrono",