Skip to content

Commit 10ddc04

Browse files
fix: bump regex from 1.12.3 to 1.12.4 (#31)
Bumps [regex](https://github.com/rust-lang/regex) from 1.12.3 to 1.12.4. - [Release notes](https://github.com/rust-lang/regex/releases) - [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md) - [Commits](rust-lang/regex@1.12.3...1.12.4) --- updated-dependencies: - dependency-name: regex dependency-version: 1.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 97f0181 commit 10ddc04

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

oom-watcher/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ k8s-openapi = { version = "0.27", features = ["v1_31"] }
3838
prometheus = { version = "0.14", default-features = false }
3939
axum = "0.8"
4040
serde = { version = "1.0", features = ["derive"] }
41-
regex = "1.0"
41+
regex = "1.12"
4242

4343
[build-dependencies]
4444
# Build dependencies for compiling the eBPF program

0 commit comments

Comments
 (0)