From 4477f14815689d20b35792ccd29891ae1653f610 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 13:21:32 +0000 Subject: [PATCH] Bump ring-algorithm from 0.7.0 to 0.8.0 Bumps [ring-algorithm](https://gitlab.com/Toru3/ring-algorithm) from 0.7.0 to 0.8.0. - [Changelog](https://gitlab.com/Toru3/ring-algorithm/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/Toru3/ring-algorithm/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: ring-algorithm dependency-version: 0.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 +++++----- Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c052243..94df166 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "adventofcode2020" @@ -169,9 +169,9 @@ checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c" [[package]] name = "num-traits" -version = "0.2.15" +version = "0.2.19" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" +checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" dependencies = [ "autocfg", ] @@ -241,9 +241,9 @@ checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da" [[package]] name = "ring-algorithm" -version = "0.7.0" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "88c06cb9c53ee681ce4b0bde27ff7179dd57f3a88baa259c4772ae279c395d59" +checksum = "1e7a0ad57623ce306fe34b975618445cbcf998e60ab576cc11497f51a6c97f97" dependencies = [ "num-traits", ] diff --git a/Cargo.toml b/Cargo.toml index 3f9b36f..c72b040 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,6 +24,6 @@ lazy_static = "1.4.0" lexical = "6.1.1" regex = "1.9.5" regex-macro = "0.2.0" -ring-algorithm = "0.7.0" +ring-algorithm = "0.8.0" serde_scan = "0.4.1"