aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2024-01-25 11:35:33 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2024-01-25 11:35:33 +0100
commit93c0aa4b3a89201530520c46986659731a43cad6 (patch)
tree293c46d8c200dbd9b4fb23f42da8774b242a86a2 /Cargo.lock
parent414634f5975a6157e459619c44f10f64c17a09c6 (diff)
downloadaerogramme-93c0aa4b3a89201530520c46986659731a43cad6.tar.gz
aerogramme-93c0aa4b3a89201530520c46986659731a43cad6.zip
Various post-release fixes
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7fccea7..bacb048 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1437,7 +1437,8 @@ dependencies = [
[[package]]
name = "eml-codec"
version = "0.1.2"
-source = "git+https://git.deuxfleurs.fr/Deuxfleurs/eml-codec.git?branch=main#a7bd3c475a58e42b86c163ec075ce01ddae7e60a"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "d4499124d87abce26a57ef96ece800fa8babc38fbedd81c607c340ae83d46d2e"
dependencies = [
"base64 0.21.7",
"chrono",