From ee19c8a92b681d2bfec2f04a917befa4159b116b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:50:37 +0000 Subject: [PATCH] Bump rustrict from 0.7.32 to 0.7.33 Bumps [rustrict](https://github.com/finnbear/rustrict) from 0.7.32 to 0.7.33. - [Release notes](https://github.com/finnbear/rustrict/releases) - [Commits](https://github.com/finnbear/rustrict/compare/0.7.32...0.7.33) --- updated-dependencies: - dependency-name: rustrict dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 639c170e..1477cdf4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4108,9 +4108,9 @@ dependencies = [ [[package]] name = "rustrict" -version = "0.7.32" +version = "0.7.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e1a8f82e99a224b79ec5e85735b0e9914504bc515402df912f12c79b65be32d3" +checksum = "a566beb65e3d86654ff5cc7091d947589ef06f4bc6ba946455c2851ab1193914" dependencies = [ "arrayvec", "bitflags 1.3.2", diff --git a/Cargo.toml b/Cargo.toml index 8a81abc5..bacbe153 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -73,7 +73,7 @@ serial_test = { version = "3.2.0", default-features = false } [build-dependencies] phf_codegen = "0.11.2" phf_shared = "0.11.2" -rustrict = { version = "0.7.32", default-features = false, features = ["censor"] } +rustrict = { version = "0.7.33", default-features = false, features = ["censor"] } once_cell = "1.20.2" [target."cfg(windows)".build-dependencies]