From 14d859b555313b8c4d02c7825e7383062d3aed1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2024 21:24:44 +0000 Subject: [PATCH] chore(deps): bump regorus from 0.2.2 to 0.2.3 Bumps [regorus](https://github.com/microsoft/regorus) from 0.2.2 to 0.2.3. - [Release notes](https://github.com/microsoft/regorus/releases) - [Changelog](https://github.com/microsoft/regorus/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/regorus/compare/regorus-v0.2.2...regorus-v0.2.3) --- updated-dependencies: - dependency-name: regorus dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- crates/weaver_checker/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2bc1ba00..fc03b217 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3057,9 +3057,9 @@ checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" [[package]] name = "regorus" -version = "0.2.2" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2f12c2c388b069c2ca5a56667039fbc2bf161e1a1be2abe1304fa4899841e8bc" +checksum = "533358c7cc06582feea97495abbc22df542477769c0e0d392b1fa3ad3a19d0a2" dependencies = [ "anyhow", "chrono", diff --git a/crates/weaver_checker/Cargo.toml b/crates/weaver_checker/Cargo.toml index c54f9a5d..0ddd2a17 100644 --- a/crates/weaver_checker/Cargo.toml +++ b/crates/weaver_checker/Cargo.toml @@ -24,7 +24,7 @@ walkdir.workspace = true globset.workspace = true miette.workspace = true -regorus = { version = "0.2.0", default-features = false, features = [ +regorus = { version = "0.2.3", default-features = false, features = [ "std", "arc", "base64",