summaryrefslogtreecommitdiffstats
path: root/Cargo.lock
AgeCommit message (Expand)Author
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-06-22openpgp: Move Nettle hashing impls to the backend moduleIgor Matuszewski
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-06-12Relax dependency on base64.Justus Winter
2020-06-11Update all dependencies.Justus Winter
2020-06-11openpgp: Bump base64 to 0.12.Justus Winter
2020-04-21sop: An implementation of the Stateless OpenPGP CLI using Sequoia.Justus Winter
2020-04-03Release 0.16.0.v0.16.0Justus Winter
2020-04-03Pin dependencies to keep our MSRV stable.Justus Winter
2020-03-31ipc/assuan: Support Windows via named pipesIgor Matuszewski
2020-03-31ipc: Inherit a TCP socket via env var on WindowsIgor Matuszewski
2020-03-27openpgp: Add a no-dependency mechanism to format timestamps.Justus Winter
2020-03-25Use SQLite amalgamation for Android buildsHussein
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09openpgp: Update nettle to 7.0.0.Justus Winter
2020-03-09store: Define store::Error using thiserror.Justus Winter
2020-03-09net: Define net::Error using thiserror.Justus Winter
2020-03-09ipc: Define ipc's Errors using thiserror.Justus Winter
2020-03-09core: Define core::Error using thiserror.Justus Winter
2020-03-09openpgp: Define openpgp::Error using thiserror.Justus Winter
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-03-04Update dependencies.Justus Winter
2020-02-24openpgp: Fix EdDSA key generation.Justus Winter
2020-02-12openpgp: Update to nettle 6.Justus Winter
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-07Bump base64 to 0.11.Justus Winter
2020-02-07Pin dependencies to keep our MSRV stable.Justus Winter
2020-02-06autocrypt: New crate.Justus Winter
2019-12-20Release 0.13.0.v0.13.0Justus Winter
2019-12-20net: Use openpgp crypto API for SHA1 hashIgor Matuszewski
2019-12-20Remove nettle dependency where it's unnecessaryIgor Matuszewski
2019-12-12tool: Prefer crossterm library over termsize.Igor Matuszewski
2019-11-25Release 0.12.0.v0.12.0Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-06openpgp: Replace RFC 2822 parser with a de factor parserNeal H. Walfield
2019-10-25Release 0.11.0.v0.11.0Justus Winter
2019-10-25rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgpNeal H. Walfield
2019-09-09net: Add wkd::generate function.juga
2019-09-06Release 0.10.0.v0.10.0Justus Winter
2019-09-06Bump all dependencies.Justus Winter
2019-09-06Bump quickcheck to 0.9, rand to 0.7.Justus Winter
2019-08-23Bump rusqlite to 0.19.Justus Winter
2019-08-22Bump idna to 0.2.Justus Winter
2019-08-22Bump percent-encoding to 2.1.Justus Winter
2019-08-22Bump url to 2.1.Justus Winter
2019-08-22Bump syn, quote, and proc-macro2 to 1.0.Justus Winter
2019-08-22Bump rpassword to 0.4.Justus Winter
2019-08-22Update all dependencies.Justus Winter
2019-08-22core: Use 'tempfile' instead of 'tempdir'.Justus Winter
2019-08-22Bump nettle-sys to 2.0.3.Justus Winter