Skip to content

Commit e6ccc3f

Browse files
authored
Merge pull request #752 from fdo-rs/dependabot/cargo/regex-1.11.1
chore: bump regex from 1.10.3 to 1.11.1
2 parents afaaad7 + e3f617f commit e6ccc3f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Cargo.lock

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

integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ anyhow = "1"
2121
hex = "0.4"
2222
tempfile = "3"
2323
tera = "1"
24-
regex = "1.3.7"
24+
regex = "1.11.1"
2525
lazy_static = "1.4.0"
2626
openssl = "0.10.72"
2727
libc = "0.2"

manufacturing-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ openssl = "0.10.72"
1515
tokio = { version = "1", features = ["full"] }
1616
rand = "0.8.4"
1717
tss-esapi = { version = "7.4", features = ["generate-bindings"] }
18-
regex = "1.3.7"
18+
regex = "1.11.1"
1919

2020
fdo-data-formats = { path = "../data-formats", version = "0.5.4" }
2121
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.4", features = ["client"] }

0 commit comments

Comments
 (0)