mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Update regex crate for .extract()
Also update yanked hermit-abi
This commit is contained in:
parent
1d7559819c
commit
7a34f83d40
3 changed files with 38 additions and 17 deletions
32
Cargo.lock
generated
32
Cargo.lock
generated
|
@ -548,7 +548,7 @@ checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
|||
dependencies = [
|
||||
"lazy_static",
|
||||
"memchr",
|
||||
"regex-automata",
|
||||
"regex-automata 0.1.10",
|
||||
"serde",
|
||||
]
|
||||
|
||||
|
@ -560,7 +560,7 @@ checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
|
|||
dependencies = [
|
||||
"memchr",
|
||||
"once_cell",
|
||||
"regex-automata",
|
||||
"regex-automata 0.1.10",
|
||||
"serde",
|
||||
]
|
||||
|
||||
|
@ -1581,9 +1581,9 @@ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|||
|
||||
[[package]]
|
||||
name = "hermit-abi"
|
||||
version = "0.3.1"
|
||||
version = "0.3.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
|
||||
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
||||
|
||||
[[package]]
|
||||
name = "hex"
|
||||
|
@ -2182,7 +2182,7 @@ version = "0.1.0"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
|
||||
dependencies = [
|
||||
"regex-automata",
|
||||
"regex-automata 0.1.10",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3216,13 +3216,14 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "regex"
|
||||
version = "1.8.4"
|
||||
version = "1.9.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "d0ab3ca65655bb1e41f2a8c8cd662eb4fb035e67c3f78da1d61dffe89d07300f"
|
||||
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
||||
dependencies = [
|
||||
"aho-corasick 1.0.2",
|
||||
"memchr",
|
||||
"regex-syntax 0.7.2",
|
||||
"regex-automata 0.3.4",
|
||||
"regex-syntax 0.7.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -3234,6 +3235,17 @@ dependencies = [
|
|||
"regex-syntax 0.6.29",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "regex-automata"
|
||||
version = "0.3.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294"
|
||||
dependencies = [
|
||||
"aho-corasick 1.0.2",
|
||||
"memchr",
|
||||
"regex-syntax 0.7.4",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.6.29"
|
||||
|
@ -3242,9 +3254,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|||
|
||||
[[package]]
|
||||
name = "regex-syntax"
|
||||
version = "0.7.2"
|
||||
version = "0.7.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
||||
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
|
||||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
|
|
|
@ -96,7 +96,7 @@ prost-types = "0.11.9"
|
|||
pulldown-cmark = "0.9.3"
|
||||
pyo3 = { version = "0.19.0", features = ["extension-module", "abi3", "abi3-py39"] }
|
||||
rand = "0.8.5"
|
||||
regex = "1.8.4"
|
||||
regex = "1.9.1"
|
||||
reqwest = { version = "0.11.18", default-features = false, features = ["json", "socks", "stream", "multipart"] }
|
||||
rusqlite = { version = "0.29.0", features = ["trace", "functions", "collation", "bundled"] }
|
||||
scopeguard = "1.1.0"
|
||||
|
|
|
@ -973,7 +973,7 @@
|
|||
},
|
||||
{
|
||||
"name": "hermit-abi",
|
||||
"version": "0.3.1",
|
||||
"version": "0.3.2",
|
||||
"authors": "Stefan Lankes",
|
||||
"repository": "https://github.com/hermitcore/rusty-hermit",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
|
@ -1981,8 +1981,8 @@
|
|||
},
|
||||
{
|
||||
"name": "regex",
|
||||
"version": "1.8.4",
|
||||
"authors": "The Rust Project Developers",
|
||||
"version": "1.9.1",
|
||||
"authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
|
||||
"repository": "https://github.com/rust-lang/regex",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
|
@ -1997,6 +1997,15 @@
|
|||
"license_file": null,
|
||||
"description": "Automata construction and matching using regular expressions."
|
||||
},
|
||||
{
|
||||
"name": "regex-automata",
|
||||
"version": "0.3.4",
|
||||
"authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
|
||||
"repository": "https://github.com/rust-lang/regex/tree/master/regex-automata",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "Automata construction and matching using regular expressions."
|
||||
},
|
||||
{
|
||||
"name": "regex-syntax",
|
||||
"version": "0.6.29",
|
||||
|
@ -2008,9 +2017,9 @@
|
|||
},
|
||||
{
|
||||
"name": "regex-syntax",
|
||||
"version": "0.7.2",
|
||||
"authors": "The Rust Project Developers",
|
||||
"repository": "https://github.com/rust-lang/regex",
|
||||
"version": "0.7.4",
|
||||
"authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
|
||||
"repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax",
|
||||
"license": "Apache-2.0 OR MIT",
|
||||
"license_file": null,
|
||||
"description": "A regular expression parser."
|
||||
|
|
Loading…
Reference in a new issue