Skip to content

Commit

Permalink
fix(deps): update rust crate lazy-regex to v3 (#380)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: msrd0 <msrd0@users.noreply.github.com>
  • Loading branch information
renovate[bot] and msrd0 authored Aug 3, 2023
1 parent d60e99c commit afa1d3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cookie = { version = "0.15", optional = true }
gotham_middleware_diesel = { version = "0.5", optional = true }
gotham_restful_redoc = { version = "0.2.1", path = "./redoc", optional = true }
jsonwebtoken = { version = "8.0", default-features = false, optional = true }
lazy-regex = { version = "2.2.1", optional = true }
lazy-regex = { version = "3.0", optional = true }
openapi_type = { version = "0.4.2", optional = true }
parking_lot = { version = "0.12", optional = true }
sha2 = { version = "0.10", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ proc-macro = true

[dependencies]
either = "1.6"
lazy-regex = "2.2.1"
lazy-regex = "3.0"
paste = "1.0"
proc-macro2 = "1.0"
quote = "1.0"
Expand Down

0 comments on commit afa1d3e

Please sign in to comment.