From 9796c9287b8b767451a5c90ed6e99d0f3c66df22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 03:07:59 +0000 Subject: [PATCH] Bump rustrict from 0.7.31 to 0.7.32 Bumps [rustrict](https://github.com/finnbear/rustrict) from 0.7.31 to 0.7.32. - [Release notes](https://github.com/finnbear/rustrict/releases) - [Commits](https://github.com/finnbear/rustrict/compare/0.7.31...0.7.32) --- updated-dependencies: - dependency-name: rustrict dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b5040d699..639c170e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4108,9 +4108,9 @@ dependencies = [ [[package]] name = "rustrict" -version = "0.7.31" +version = "0.7.32" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a579b8090047f0dae9b77dd27f5d410ea62b7881b58b80a8dacdcd2a939a6fc7" +checksum = "e1a8f82e99a224b79ec5e85735b0e9914504bc515402df912f12c79b65be32d3" dependencies = [ "arrayvec", "bitflags 1.3.2", diff --git a/Cargo.toml b/Cargo.toml index 56f8a702d..8a81abc57 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.31", default-features = false, features = ["censor"] } +rustrict = { version = "0.7.32", default-features = false, features = ["censor"] } once_cell = "1.20.2" [target."cfg(windows)".build-dependencies]