Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 16, 2023
1 parent 6b82269 commit af1e5a0
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 @@ -34,7 +34,7 @@ dotenv = "0.15.0"
eyre = "0.6.8"
lazy_static = "1.4.0"
once_cell = "1.17.1"
regex = "1.9.1"
regex = "1.9.3"
remi-core = "0.4.0"
remi-fs = { version = "0.4.0", features = ["serde", "log", "file-format"] }
remi-s3 = { version = "0.4.0", features = ["serde", "log"] }
Expand Down

0 comments on commit af1e5a0

Please sign in to comment.