Skip to content

Commit

Permalink
Merge pull request #1238 from getlipa/dependabot/cargo/regex-1.11.1
Browse files Browse the repository at this point in the history
Bump regex from 1.11.0 to 1.11.1
  • Loading branch information
gcomte authored Oct 25, 2024
2 parents ef57ecd + 79e4867 commit 6cefb92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ log = "0.4.22"
num_enum = "0.7.3"
phonenumber = "0.3.6"
rand = "0.8.5"
regex = { version = "1.11.0" }
regex = { version = "1.11.1" }
reqwest = { version = "0.11", default-features = false, features = ["json", "blocking", "rustls-tls"] }
rusqlite_migration = "1"
serde = { version = "1.0", features = ["derive"] }
Expand Down

0 comments on commit 6cefb92

Please sign in to comment.