Skip to content

Commit

Permalink
Merge pull request #234 from yaleman/dependabot/cargo/regex-1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 21, 2023
2 parents fadf359 + 9e4713c commit 946c818
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ opentelemetry-otlp = { version = "0.11.0", features = ["http-proto"] }
packed_struct = { version = "0.10.1", features = ["byte_types_256"] }
rand = "0.8.5"
rand_core = { version = "0.6", features = ["std"] }
regex = "1.7.2"
regex = "1.8.1"
reqwest = { version = "0.11.16", features = ["blocking", "cookies", "json", "rustls-tls"] }
serde = { version = "1.0.159", features = ["derive"] }
serde_bytes = "0.11.9"
Expand Down

0 comments on commit 946c818

Please sign in to comment.