From e8c342af4695679ee84e1bb92d74f0f5033fdd97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 17:25:13 +0300 Subject: [PATCH] chore(deps): bump ring from 0.17.7 to 0.17.8 (#248) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 7 ++++--- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69b9bc6..0f7e009 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2284,16 +2284,17 @@ dependencies = [ [[package]] name = "ring" -version = "0.17.7" +version = "0.17.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" +checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" dependencies = [ "cc", + "cfg-if", "getrandom", "libc", "spin", "untrusted", - "windows-sys 0.48.0", + "windows-sys 0.52.0", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index a53b27a..4eab06f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ lazy-regex = "3.1.0" humantime = "2.1.0" humantime-serde = "1.1.1" glob = "0.3.1" -ring = "0.17.7" +ring = "0.17.8" hotwatch = "0.5.0" tokio = { version = "1.35.1", optional = true } tracing = "0.1.40"