Skip to content

Commit

Permalink
Update Rust crate regex to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2023
1 parent f76e7a6 commit e587e98
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.9.6", default-features = false, features = ["std"] }
regex = { version = "1.10.0", default-features = false, features = ["std"] }

0 comments on commit e587e98

Please sign in to comment.