You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Cargo.toml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ members = [
5
5
6
6
[package]
7
7
name = "rusty_hogs"
8
-
version = "1.0.11"
8
+
version = "1.0.12"
9
9
authors = ["Scott Cutler <scutler@newrelic.com>"]
10
-
edition = "2021"
10
+
edition = "2024"
11
11
description = "This project provides a set of scanners that will use regular expressions to try and detect the presence of sensitive information such as API keys, passwords, and personal information. It includes a set of regular expressions by default, but will also accept a JSON object containing your custom regular expressions."
0 commit comments