Skip to content

Commit

Permalink
chore(deps): update rust crate regex to 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 16, 2023
1 parent a8af8d3 commit 4c4f6bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ license = "MIT"
repository = "https://github.com/mihaigalos/url-parse"

[dependencies]
regex = { version = "1.10.1", default-features = false, features = ["std"] }
regex = { version = "1.10.2", default-features = false, features = ["std"] }

0 comments on commit 4c4f6bc

Please sign in to comment.