prisma / tiberius

TDS 7.2+ (Microsoft SQL Server) driver for Rust
Apache License 2.0
321 stars 118 forks source link

rust-encoding is unmaintained #292

Closed eitsupi closed 1 year ago

eitsupi commented 1 year ago

See lifthrasiir/rust-encoding#127

https://github.com/prisma/tiberius/blob/4bf88bf9aacb0b10c2847589ebb0262d98115e22/Cargo.toml#L43

tomhoule commented 1 year ago

Thanks for raising that. Are you aware of a maintained, popular alternative?

eitsupi commented 1 year ago

Thank you for your immediate reply. Looking at the linked issue, it appears that some projects are moving to https://github.com/hsivonen/encoding_rs.

OSSystems/compress-tools-rs#112 crate-ci/typos#703

suzak commented 1 year ago

I created a PR for fixing this issue a month ago.

tomhoule commented 1 year ago

Closed by @suzak 's PR, indeed https://github.com/prisma/tiberius/pull/285

max-sixty commented 4 months ago

Would it be possible to make a release with this change?