diff --git a/test_project/Cargo.toml b/test_project/Cargo.toml index d92a562..e3e02ce 100644 --- a/test_project/Cargo.toml +++ b/test_project/Cargo.toml @@ -14,6 +14,6 @@ path = "src/main.rs" [dependencies] # These dependencies are not actually used by the test program, they're here # to check that our toolchain can successfully build them. -ring = "0.16" +ring = "0.17" openssl-sys = "0.9"