We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ea1b85 commit 15c3ef5Copy full SHA for 15c3ef5
Cargo.toml
@@ -31,7 +31,7 @@ bzip2 = { version = "0.5.0", optional = true }
31
chrono = { version = "0.4", optional = true }
32
constant_time_eq = { version = "0.3", optional = true }
33
crc32fast = "1.4"
34
-displaydoc = { version = "0.2", default-features = false }
+displaydoc = "0.2"
35
flate2 = { version = "1.0", default-features = false, optional = true }
36
indexmap = "2"
37
hmac = { version = "0.12", optional = true, features = ["reset"] }
0 commit comments