Skip to content

Commit

Permalink
Update Rust crate regex to v1.11.0 (#5281)
Browse files Browse the repository at this point in the history
Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com>
  • Loading branch information
hash-worker[bot] authored Sep 29, 2024
1 parent 1ffcf3d commit 958e5d9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ libp2p-yamux = { version = "=0.46.0", default-features = false }
prometheus-client = { version = "=0.22.3", default-features = false }
postgres-types = { version = "=0.2.8", default-features = false }
reqwest = { version = "=0.12.7", default-features = false, features = ["rustls-tls"] }
regex = { version = "=1.10.6", default-features = false, features = ["perf", "unicode"] }
regex = { version = "=1.11.0", default-features = false, features = ["perf", "unicode"] }
semver = { version = "=1.0.23", default-features = false }
sentry-types = { version = "=0.34.0", default-features = false }
serde = { version = "=1.0.210", default-features = false }
Expand Down

0 comments on commit 958e5d9

Please sign in to comment.