Skip to content

Commit

Permalink
Merge pull request #84 from rami3l/dependabot/cargo/regex-1.4.4
Browse files Browse the repository at this point in the history
chore(deps): bump regex from 1.4.3 to 1.4.4
  • Loading branch information
rami3l authored Mar 12, 2021
2 parents cc5f83e + ba01ac9 commit ae7afce
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
14 changes: 2 additions & 12 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ version = "0.11.1"
anyhow = "1.0.38"
itertools = "0.10.0"
prettytable-rs = "0.8.0"
regex = "1.4.3"
regex = "1.4.4"

[dev-dependencies]
xshell = "0.1.9"
Expand All @@ -40,7 +40,7 @@ futures = "0.3.13"
is-root = "0.1.2"
itertools = "0.10.0"
lazy_static = "1.4.0"
regex = { version = "1.4.3", default-features = false, features = ["std", "perf"] }
regex = { version = "1.4.4", default-features = false, features = ["std", "perf"] }
serde = { version = "1.0.124", features = ["derive"] }
thiserror = "1.0.24"
tokio = { version = "1.3.0", features = [
Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ version = "0.1.0"
anyhow = "1.0.38"
const_format = "0.2.13"
pico-args = "0.4.0"
regex = { version = "1.4.3", default-features = false, features = ["std", "unicode-perl"] }
regex = { version = "1.4.4", default-features = false, features = ["std", "unicode-perl"] }
xml-rs = "0.8.3"
xshell = "0.1.9"

0 comments on commit ae7afce

Please sign in to comment.