From bc4187dd8dbd1552b4b03f85e0a96e39492b6f63 Mon Sep 17 00:00:00 2001 From: Bill Thiede Date: Mon, 29 Apr 2024 08:12:44 -0700 Subject: [PATCH] Use upstream version after https://github.com/ia0/data-encoding/pull/104 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ff173e..2d27f12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ exclude = [".gitattributes", ".gitignore", ".github/**", "examples/**"] maintenance = { status = "passively-maintained" } [dependencies] -data-encoding = { git = "https://github.com/wathiede/data-encoding" } +data-encoding = "2.6.0" quoted_printable = "0.5.0" charset = "0.1.3"