Skip to content

Commit

Permalink
Bump regex from 1.10.5 to 1.11.0
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.5 to 1.11.0.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](rust-lang/regex@1.10.5...1.11.0)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent a435770 commit 3d2ed45
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "MetadataGuardian is used to protect data by searching the source
edition = "2021"

[dependencies]
regex = { version = "1.10.2", features = ["std"] }
regex = { version = "1.11.0", features = ["std"] }
serde = { version = "1", features = ["derive"] }
serde_yaml = "0.9.27"
thiserror = "1"
Expand Down

0 comments on commit 3d2ed45

Please sign in to comment.