Skip to content

Commit 91cf4ed

Browse files
dependabot[bot]pb8o
authored andcommitted
build(deps): Bump regex from 1.8.3 to 1.8.4
Bumps [regex](https://github.com/rust-lang/regex) from 1.8.3 to 1.8.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.8.3...1.8.4) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 01fb77d commit 91cf4ed

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

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

src/firecracker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ vmm = { path = "../vmm" }
2828

2929
[dev-dependencies]
3030
cargo_toml = "0.15.3"
31-
regex = { version = "1.8.3", default-features = false, features = ["std"] }
31+
regex = { version = "1.8.4", default-features = false, features = ["std"] }

src/jailer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ bench = false
1515
[dependencies]
1616
libc = "0.2.146"
1717
nix = { version = "0.26.2", default-features = false, features = ["dir"] }
18-
regex = { version = "1.8.3", default-features = false, features = ["std"] }
18+
regex = { version = "1.8.4", default-features = false, features = ["std"] }
1919
thiserror = "1.0.32"
2020

2121
utils = { path = "../utils" }

0 commit comments

Comments
 (0)