1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 04:06:02 +00:00

chore(deps): update rust crate regex to v1.10.5

This commit is contained in:
renovate[bot] 2024-06-09 13:19:52 +00:00 committed by GitHub
parent 6a4abcf862
commit 26625aed56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
Cargo.lock generated
View File

@ -1890,9 +1890,9 @@ checksum = "f1bfbf25d7eb88ddcbb1ec3d755d0634da8f7657b2cb8b74089121409ab8228f"
[[package]]
name = "regex"
version = "1.10.4"
version = "1.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
dependencies = [
"aho-corasick",
"memchr",