Update minimum dependency versions.

This commit is contained in:
Brian Smith 2017-12-24 09:48:38 -10:00
parent 0a198e8983
commit 24114ed805

View File

@ -276,7 +276,7 @@ include = [
name = "ring"
[dependencies]
libc = "0.2.30"
libc = "0.2.34"
untrusted = "0.6"
[target.'cfg(any(target_os = "redox", all(unix, not(any(target_os = "macos", target_os = "ios")))))'.dependencies]
@ -287,8 +287,8 @@ lazy_static = "1.0"
# we do not use the gcc parallel feature because we do the
# parallelism ourself. This gives us a much higher level of
# control about what should be parallised in which way
cc = "1.0"
rayon = "0.8.2"
cc = "1.0.3"
rayon = "0.9.0"
[features]
# These features are documented in the top-level module's documentation.