Skip to content

Commit 2cdbd3a

Browse files
chore: bump regex from 1.10.3 to 1.11.1
Bumps [regex](https://github.com/rust-lang/regex) from 1.10.3 to 1.11.1. - [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.10.3...1.11.1) --- updated-dependencies: - dependency-name: regex dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 47afc38 commit 2cdbd3a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cargo.lock

Lines changed: 7 additions & 7 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.70"
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.70"
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.3" }
2121
fdo-http-wrapper = { path = "../http-wrapper", version = "0.5.3", features = ["client"] }

0 commit comments

Comments
 (0)