From dc2e176ff43244bff2717e08967bacd8c8bd5c6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 15:18:03 +0100 Subject: [PATCH] Bump ring from 0.17.6 to 0.17.7 (#53) Bumps [ring](https://github.com/briansmith/ring) from 0.17.6 to 0.17.7. - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f545679..7bfb2d8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -431,9 +431,9 @@ checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f" [[package]] name = "ring" -version = "0.17.6" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "684d5e6e18f669ccebf64a92236bb7db9a34f07be010e3627368182027180866" +checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74" dependencies = [ "cc", "getrandom", diff --git a/Cargo.toml b/Cargo.toml index f9966bc..b5e26b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ path = "src/main.rs" clap = { version = "4.4.10", features = ["derive"] } dirs = "5.0.1" once_cell = "1.19.0" -ring = "0.17.6" +ring = "0.17.7" serde = { version = "1.0.193", features = ["derive"] } toml = "0.8.8" ureq = { version = "2.9.1", default-features = false, features = ["tls"] }