diff options
| author | Joseph Henry <[email protected]> | 2022-06-09 16:11:27 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-06-09 16:11:27 -0700 |
| commit | eca2f5b8e5adf25d472903cf34d49132b7908c95 (patch) | |
| tree | 04cc93615f46f7d8fbb5c4e24c4f26d8cf9a2958 | |
| parent | cc58bceb843ac8f356fbea734cfa00b7c8959c2a (diff) | |
| parent | 7ad5b78ceeeec101dfbb56eea7366be53c69d499 (diff) | |
Merge pull request #186 from zerotier/dependabot/cargo/pkg/crate/libzt/regex-1.5.6
Bump regex from 1.5.4 to 1.5.6 in /pkg/crate/libzt
| -rw-r--r-- | pkg/crate/libzt/Cargo.lock | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/pkg/crate/libzt/Cargo.lock b/pkg/crate/libzt/Cargo.lock index 854a290..d7bcabd 100644 --- a/pkg/crate/libzt/Cargo.lock +++ b/pkg/crate/libzt/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aho-corasick" version = "0.7.18" @@ -236,9 +238,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.5.4" +version = "1.5.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" +checksum = "d83f127d94bdbcda4c8cc2e50f6f84f4b611f69c902699ca385a39c3a75f9ff1" dependencies = [ "aho-corasick", "memchr", @@ -247,9 +249,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.6.25" +version = "0.6.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" +checksum = "49b3de9ec5dc0a3417da371aab17d729997c15010e7fd24ff707773a33bddb64" [[package]] name = "rustc-hash" |
