From 8ed2e3e1f97762fffbab46ad59138a79e84a4d16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 19:11:41 +0000 Subject: [PATCH 1/2] chore(deps): Bump ring from 0.16.20 to 0.17.5 Bumps [ring](https://github.com/briansmith/ring) from 0.16.20 to 0.17.5. - [Commits](https://github.com/briansmith/ring/commits) --- updated-dependencies: - dependency-name: ring dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- src/workspace-hack/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 429d62308abd..efcd818d1cd5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14475,7 +14475,7 @@ dependencies = [ "regex-automata 0.4.5", "regex-syntax 0.8.2", "reqwest", - "ring 0.16.20", + "ring 0.17.5", "rust_decimal", "rustc-hash", "scopeguard", diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index 1ccd14ff77a1..8e8fac936555 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -111,7 +111,7 @@ regex = { version = "1" } regex-automata = { version = "0.4", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] } regex-syntax = { version = "0.8" } reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] } -ring = { version = "0.16", features = ["std"] } +ring = { version = "0.17", features = ["std"] } rust_decimal = { version = "1", features = ["db-postgres", "maths"] } rustc-hash = { version = "1" } scopeguard = { version = "1" } From b3b3762a9a1a1bb5b0e36adc80015e0a5780b834 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Tue, 2 Apr 2024 19:13:15 +0000 Subject: [PATCH 2/2] Fix "cargo-hakari" --- Cargo.lock | 2 +- src/workspace-hack/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index efcd818d1cd5..429d62308abd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -14475,7 +14475,7 @@ dependencies = [ "regex-automata 0.4.5", "regex-syntax 0.8.2", "reqwest", - "ring 0.17.5", + "ring 0.16.20", "rust_decimal", "rustc-hash", "scopeguard", diff --git a/src/workspace-hack/Cargo.toml b/src/workspace-hack/Cargo.toml index 8e8fac936555..1ccd14ff77a1 100644 --- a/src/workspace-hack/Cargo.toml +++ b/src/workspace-hack/Cargo.toml @@ -111,7 +111,7 @@ regex = { version = "1" } regex-automata = { version = "0.4", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] } regex-syntax = { version = "0.8" } reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] } -ring = { version = "0.17", features = ["std"] } +ring = { version = "0.16", features = ["std"] } rust_decimal = { version = "1", features = ["db-postgres", "maths"] } rustc-hash = { version = "1" } scopeguard = { version = "1" }