Skip to content

Commit

Permalink
build(deps): bump regex from 1.10.2 to 1.10.5
Browse files Browse the repository at this point in the history
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.2 to 1.10.5.
- [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.2...1.10.5)

---
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 Jun 10, 2024
1 parent e2ddd16 commit 0ef6f1f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions cargo-geiger/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ krates = "0.11.0"
petgraph = "0.6.3"
pico-args = "0.5.0"
rayon = "1.7.0"
regex = "1.7.3"
regex = "1.10.5"
serde = { version = "1.0.132", features = ["derive"] }
serde_json = "1.0.95"
strum = "0.24.1"
Expand All @@ -44,7 +44,7 @@ better-panic = "0.3.0"
fs_extra = "1.3.0"
insta = "1.28.0"
rand = "0.8.5"
regex = "1.7.3"
regex = "1.10.5"
rstest = "0.18.2"
semver = "1.0.17"
tempfile = "3.4.0"

0 comments on commit 0ef6f1f

Please sign in to comment.