Skip to content

Commit

Permalink
chore(deps): Bump regex from 1.11.0 to 1.11.1
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.11.0 to 1.11.1.
- [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.11.0...1.11.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and alilleybrinker committed Nov 4, 2024
1 parent ecf0e21 commit be226d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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 hipcheck/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ petgraph = { version = "0.6.0", features = ["serde-1"] }
prost = "0.13.3"
rand = "0.8.5"
rayon = "1.10.0"
regex = "1.11.0"
regex = "1.11.1"
# Exactly matching the version of rustls used by ureq
# Get rid of default features since we don't use the AWS backed crypto
# provider (we use ring) and it breaks stuff on windows.
Expand Down
2 changes: 1 addition & 1 deletion plugins/npm_dependencies/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ clap = { version = "4.5.18", features = ["derive"] }
hipcheck-sdk = { path = "../../sdk/rust", features = ["macros"]}
log = "0.4.22"
pathbuf = "1.0.0"
regex = "1.11.0"
regex = "1.11.1"
schemars = { version = "0.8.21", features = ["url"] }
semver = "1.0.9"
serde = { version = "1.0.214", features = ["derive", "rc"] }
Expand Down

0 comments on commit be226d7

Please sign in to comment.