diff options
author | Paolo Barbolini <[email protected]> | 2022-06-04 14:58:45 +0200 |
---|---|---|
committer | Paolo Barbolini <[email protected]> | 2022-06-04 19:02:51 +0200 |
commit | 12612da75e3635c3c7d5aedf89115847d310a12f (patch) | |
tree | 90ecf98e4ff8f10755251fc0cb7d74ca59e34749 /Cargo.toml | |
parent | 68ec5f2a183d011ad0840ff9d8f6f670b6fc9aa1 (diff) | |
download | vaultwarden-12612da75e3635c3c7d5aedf89115847d310a12f.tar.gz vaultwarden-12612da75e3635c3c7d5aedf89115847d310a12f.zip |
Remove manual IDN handling
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -108,7 +108,6 @@ webauthn-rs = "0.3.2" url = "2.2.2" # Email libraries -idna = "0.2.3" # Punycode conversion lettre = { version = "0.10.0-rc.6", features = ["smtp-transport", "builder", "serde", "native-tls", "hostname", "tracing"], default-features = false } percent-encoding = "2.1.0" # URL encoding library used for URL's in the emails |