Skip to content

Commit

Permalink
Merge pull request #118 from 8go/dependabot/cargo/regex-1.11.0
Browse files Browse the repository at this point in the history
Bump regex from 1.10.6 to 1.11.0
  • Loading branch information
8go authored Sep 30, 2024
2 parents e75389f + ce8ad1f commit b28cecc
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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ mime_guess = "2.0"
# see: https://github.com/cross-rs/cross/issues/229
# see: https://stackoverflow.com/questions/68871193/pkg-config-error-during-rust-cross-compilation
openssl = { version = '0.10', features = ["vendored"] }
regex = "1.10"
regex = "1.11"
reqwest = "0.12"
rpassword = "7.3"
serde_json = "1.0"
Expand Down

0 comments on commit b28cecc

Please sign in to comment.