Skip to content

Commit

Permalink
Merge pull request #657 from bottlerocket-os/dependabot/cargo/regex-1…
Browse files Browse the repository at this point in the history
….10.6

build(deps): bump regex from 1.10.5 to 1.10.6
  • Loading branch information
ytsssun authored Aug 7, 2024
2 parents d590fd6 + d405fea commit 66c7467
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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 @@ -53,7 +53,7 @@ prometheus = "0.13.0"
k8s-openapi = { version = "0.21", default-features = false, features = ["v1_24"] }
kube = { version = "0.88", default-features = false, features = [ "derive", "runtime", "rustls-tls" ] }

regex = "1.9"
regex = "1.10"
reqwest = { version = "0.12", default-features = false, features = [ "json", "rustls-tls" ] }
rustls = { version = "0.23", default-features = false, features = ["ring", "logging", "std", "tls12"] }
rustls-pemfile = { version = "2" }
Expand Down

0 comments on commit 66c7467

Please sign in to comment.