Commit Graph
6 Commits
Author SHA1 Message Date
Johan AnderssonandGitHub 3b9d6a6262 fix(transport): Propagate errors in tls_config instead of unwrap/panic (#385)
* Propagate errors in tls_config instead of unwrap

Ran into `tls_connector` failing and causing our app to panic and shutdown as it seems there wasn't any way to avoid panicking in `tls_config`.

So after talking to @LucioFranco briefly `tls_config` now returns a `Result` instead and propagates errors to the caller, where they can be handled.

* Fix compile warning when tls feature is disabled
2020-07-06 09:18:10 -04:00
Johan AnderssonandGitHub 59c4555f54 chore: Upgrade cargo-deny-action v0 -> v1 (#336) 2020-05-04 12:16:26 -04:00
Johan AnderssonandGitHub 25569e007b chore(transport): Upgrade rustls and base64 (#251) 2020-03-30 10:01:48 -04:00
Johan AnderssonandLucio Franco 3e63e05666 Fix 0.1.1 diff link in changelog (#247) 2020-01-20 13:53:09 -05:00
Johan AnderssonandLucio Franco 3be8bc1668 Run CI checks & tests on Windows and Mac (#206)
* Run CI checks & tests on Windows and Mac

* Fix uds windows compile

Co-authored-by: Lucio Franco <[email protected]>
2020-01-11 14:16:54 -08:00
Johan AnderssonandLucio Franco 5e6b1fe487 chore(ci): Switch to use GitHub Action for cargo-deny (#201) 2019-12-20 11:41:37 -05:00