sfackler / rust-native-tls

Apache License 2.0
478 stars 201 forks source link

update to latest dependecies version #186

Closed alex-dukhno closed 4 years ago

alex-dukhno commented 4 years ago

Updating dependencies to their latest version. The reason is that grcov is failing to collect coverage during the build/test due to a bug in https://github.com/servo/core-foundation-rs/pull/357 that is dependency of security-framework

@sfackler can you have a look and merge?

Thanks

sfackler commented 4 years ago

Thanks!