sfackler / rust-postgres

Native PostgreSQL driver for the Rust programming language
Apache License 2.0
3.42k stars 436 forks source link

remove rustc-serialize dependency #1074

Closed ds-cbo closed 10 months ago

ds-cbo commented 10 months ago

Fixes https://github.com/sfackler/rust-postgres/issues/1073


Sadly I wasn't able to run all tests locally because I got the following error while running them:

Error { kind: Tls, cause: Some(Error { code: -67843, message: "The certificate was not trusted." }) }

I am guessing this has something to do with macOS and Docker, but it's out of scope for me to debug that.

ds-cbo commented 10 months ago

Now that the clippy warnings have been fixed by the other PR, could you please retrigger CI for this one?

sfackler commented 10 months ago

You'll need to rebase/merge the master branch back into this branch.