From cab3b37eac03f02324855a994861e7482d0ceb08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 00:22:21 +0000 Subject: [PATCH] fix(deps): update rust crate ring to 0.17 --- test_project/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"