diff options
| author | diannasoreil <mokou@fastmail.com> | 2022-06-07 16:12:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-07 16:12:05 +0200 |
| commit | b19f74e8cfaba7775e8ff2d74cab9cb862fb1473 (patch) | |
| tree | 9286f75c0d0800ce3ccd68990edaf186d623e028 /Cargo.lock | |
| parent | dc6376788b87c4fa8c85f2784af7b185d0e6a7a8 (diff) | |
| parent | 5130a57f8fe6093168759c5328c41a2f839ea7e1 (diff) | |
Merge pull request #1017 from rust-lang/dependabot/cargo/regex-1.5.5
chore(deps): bump regex from 1.5.4 to 1.5.5
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -433,9 +433,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.5.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286" dependencies = [ "aho-corasick", "memchr", |
