diff --git a/Cargo.toml b/Cargo.toml index 21b9978..d845780 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["encoding", "web", "unicode", "charset"] categories = ["text-processing", "encoding", "web-programming", "internationalization"] [dependencies] -encoding_rs = { version = "0.8.29", default-features = false } +encoding_rs = { version = "0.8.31", default-features = false, features = ["alloc"] } memchr = { version = "2.2.0", default-features = false } cfg-if = "1.0" rayon = { version = "1.3.0", optional = true }