Skip to content

Commit

Permalink
Update Rust crate regex to 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and zdz committed Jan 26, 2024
1 parent 6b472da commit 54f94e6
Showing 1 changed file with 1 addition and 1 deletion.
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.8"
regex = "1.10"
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 54f94e6

Please sign in to comment.