Skip to content
This repository has been archived by the owner on Jan 5, 2023. It is now read-only.

Commit

Permalink
cargo-auto: bump regex from 1.4.3 to 1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Mar 16, 2021
1 parent 93cff3f commit c55beab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 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 @@ -25,7 +25,7 @@ log = { version = "0.4", optional = true }
flate2 = { version = "1.0", optional = true }
lazy_static = { version = "1.3", optional = true }
url = { version = "2.2", optional = true }
regex = { version = "1.1", optional = true }
regex = { version = "1.4", optional = true }
lru = { version = "0.6", optional = true }
bloomfilter = { version = "1.0", optional = true }
ring = { version = "0.16", optional = true }
Expand All @@ -34,4 +34,4 @@ cfg-if = "1.0"
[dev-dependencies]
lazy_static = "1.3"
multi-default-trait-impl = "0.1"
regex = "1.1"
regex = "1.4"

0 comments on commit c55beab

Please sign in to comment.