mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Use encoding_rs crate instead of unmaintained encoding crate (#922)
* Use encoding_rs crate instead of unmaintained encoding crate * Update changelog
This commit is contained in:
parent
d7780d53c9
commit
313ac48765
8 changed files with 57 additions and 45 deletions
|
@ -83,7 +83,7 @@ awc = { version = "0.2.1", optional = true }
|
|||
|
||||
bytes = "0.4"
|
||||
derive_more = "0.15.0"
|
||||
encoding = "0.2"
|
||||
encoding_rs = "0.8"
|
||||
futures = "0.1.25"
|
||||
hashbrown = "0.5.0"
|
||||
log = "0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue