Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 21, 2024
1 parent 3932a73 commit d4949d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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 libs/config/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tracing = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
serde_yaml = "0.9.30"
regex = "1.10.2"
regex = "1.10.3"
conductor_common = { path = "../common" }
# Conductor plugins, referenced here because we are using it to compose the final config struct
cors_plugin = { path = "../../plugins/cors" }
Expand Down

0 comments on commit d4949d0

Please sign in to comment.