Skip to content

Commit

Permalink
Merge pull request #932 from gluon-lang/dependabot/cargo/regex-1.5.5
Browse files Browse the repository at this point in the history
chore(deps): bump regex from 1.5.4 to 1.5.5
  • Loading branch information
Marwes authored Jun 7, 2022
2 parents a718012 + 01143c8 commit aed1485
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ tokio = { version = "1.12.0", features = ["sync", "rt"], optional = true }
tokio-stream = { version = "0.1", features = ["net"], optional = true }

# Binding crates
regex = { version = "1.5.4", optional = true }
regex = { version = "1.5.5", optional = true }
# web
tower-service = { version = "0.3.1", optional = true }
http = { version = "0.2.5", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion doc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ opener = "0.5.0"
pretty = "0.10.0"
pulldown-cmark = "0.8.0"
rayon = "1.5.1"
regex = "1.5.4"
regex = "1.5.5"
structopt = "0.3.23"
walkdir = "2.3.2"

Expand Down

0 comments on commit aed1485

Please sign in to comment.