| 942 "crossbeam-utils", |
941 "crossbeam-utils", |
| 943 ] |
942 ] |
| 944 |
943 |
| 945 [[package]] |
944 [[package]] |
| 946 name = "regex" |
945 name = "regex" |
| 947 version = "1.11.1" |
946 version = "1.12.4" |
| 948 source = "registry+https://github.com/rust-lang/crates.io-index" |
947 source = "registry+https://github.com/rust-lang/crates.io-index" |
| 949 checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
948 checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" |
| 950 dependencies = [ |
949 dependencies = [ |
| 951 "aho-corasick", |
950 "aho-corasick", |
| 952 "memchr", |
951 "memchr", |
| 953 "regex-automata", |
952 "regex-automata", |
| 954 "regex-syntax", |
953 "regex-syntax", |
| 955 ] |
954 ] |
| 956 |
955 |
| 957 [[package]] |
956 [[package]] |
| 958 name = "regex-automata" |
957 name = "regex-automata" |
| 959 version = "0.4.9" |
958 version = "0.4.14" |
| 960 source = "registry+https://github.com/rust-lang/crates.io-index" |
959 source = "registry+https://github.com/rust-lang/crates.io-index" |
| 961 checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
960 checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" |
| 962 dependencies = [ |
961 dependencies = [ |
| 963 "aho-corasick", |
962 "aho-corasick", |
| 964 "memchr", |
963 "memchr", |
| 965 "regex-syntax", |
964 "regex-syntax", |
| 966 ] |
965 ] |
| 967 |
966 |
| 968 [[package]] |
967 [[package]] |
| 969 name = "regex-syntax" |
968 name = "regex-syntax" |
| 970 version = "0.8.5" |
969 version = "0.8.11" |
| 971 source = "registry+https://github.com/rust-lang/crates.io-index" |
970 source = "registry+https://github.com/rust-lang/crates.io-index" |
| 972 checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
971 checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" |
| 973 |
972 |
| 974 [[package]] |
973 [[package]] |
| 975 name = "rustc_version" |
974 name = "rustc_version" |
| 976 version = "0.4.1" |
975 version = "0.4.1" |
| 977 source = "registry+https://github.com/rust-lang/crates.io-index" |
976 source = "registry+https://github.com/rust-lang/crates.io-index" |