Skip to content

Commit

Permalink
fix(deps): update rust crate regex to 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed May 28, 2023
1 parent 3822f3a commit eb146db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ log = "0.4"
once_cell = "1"
pretty_env_logger = "0.5"
prost = "0.11"
regex = "1.7"
regex = "1.8"
reqwest = {version = "0.11", features = ["json", "rustls-tls", "brotli", "gzip", "deflate", "stream", "socks"], default-features = false}
serde = {version = "1.0", default-features = false, features = ["derive", "alloc"]}
serde_json = {version = "1.0", default-features = false, features = ["alloc"]}
Expand Down

0 comments on commit eb146db

Please sign in to comment.