Spaces:
Running
Running
dependabot[bot]
commited on
build(deps): bump regex from 1.10.6 to 1.11.0 (#610)
Browse files- Cargo.lock +6 -6
- Cargo.toml +1 -1
Cargo.lock
CHANGED
@@ -3184,9 +3184,9 @@ dependencies = [
|
|
3184 |
|
3185 |
[[package]]
|
3186 |
name = "regex"
|
3187 |
-
version = "1.
|
3188 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3189 |
-
checksum = "
|
3190 |
dependencies = [
|
3191 |
"aho-corasick 1.1.3",
|
3192 |
"memchr",
|
@@ -3196,9 +3196,9 @@ dependencies = [
|
|
3196 |
|
3197 |
[[package]]
|
3198 |
name = "regex-automata"
|
3199 |
-
version = "0.4.
|
3200 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3201 |
-
checksum = "
|
3202 |
dependencies = [
|
3203 |
"aho-corasick 1.1.3",
|
3204 |
"memchr",
|
@@ -3213,9 +3213,9 @@ checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
|
|
3213 |
|
3214 |
[[package]]
|
3215 |
name = "regex-syntax"
|
3216 |
-
version = "0.8.
|
3217 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3218 |
-
checksum = "
|
3219 |
|
3220 |
[[package]]
|
3221 |
name = "reqwest"
|
|
|
3184 |
|
3185 |
[[package]]
|
3186 |
name = "regex"
|
3187 |
+
version = "1.11.0"
|
3188 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3189 |
+
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
|
3190 |
dependencies = [
|
3191 |
"aho-corasick 1.1.3",
|
3192 |
"memchr",
|
|
|
3196 |
|
3197 |
[[package]]
|
3198 |
name = "regex-automata"
|
3199 |
+
version = "0.4.8"
|
3200 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3201 |
+
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
3202 |
dependencies = [
|
3203 |
"aho-corasick 1.1.3",
|
3204 |
"memchr",
|
|
|
3213 |
|
3214 |
[[package]]
|
3215 |
name = "regex-syntax"
|
3216 |
+
version = "0.8.5"
|
3217 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3218 |
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
3219 |
|
3220 |
[[package]]
|
3221 |
name = "reqwest"
|
Cargo.toml
CHANGED
@@ -56,7 +56,7 @@ error-stack = { version = "0.4.0", default-features = false, features = [
|
|
56 |
"std",
|
57 |
] }
|
58 |
async-trait = { version = "0.1.80", default-features = false }
|
59 |
-
regex = { version = "1.
|
60 |
futures = { version = "0.3.30", default-features = false, features = ["alloc"] }
|
61 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
62 |
mimalloc = { version = "0.1.43", default-features = false }
|
|
|
56 |
"std",
|
57 |
] }
|
58 |
async-trait = { version = "0.1.80", default-features = false }
|
59 |
+
regex = { version = "1.11.0", features = ["perf"], default-features = false }
|
60 |
futures = { version = "0.3.30", default-features = false, features = ["alloc"] }
|
61 |
dhat = { version = "0.3.2", optional = true, default-features = false }
|
62 |
mimalloc = { version = "0.1.43", default-features = false }
|