Spaces:
Running
Running
Merge pull request #25 from alamin655/alamin655-patch-1
Browse files- Cargo.lock +15 -15
Cargo.lock
CHANGED
@@ -2386,9 +2386,9 @@ dependencies = [
|
|
2386 |
|
2387 |
[[package]]
|
2388 |
name = "regex"
|
2389 |
-
version = "1.9.
|
2390 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2391 |
-
checksum = "
|
2392 |
dependencies = [
|
2393 |
"aho-corasick",
|
2394 |
"memchr",
|
@@ -2398,9 +2398,9 @@ dependencies = [
|
|
2398 |
|
2399 |
[[package]]
|
2400 |
name = "regex-automata"
|
2401 |
-
version = "0.3.
|
2402 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2403 |
-
checksum = "
|
2404 |
dependencies = [
|
2405 |
"aho-corasick",
|
2406 |
"memchr",
|
@@ -2693,18 +2693,18 @@ checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
2693 |
|
2694 |
[[package]]
|
2695 |
name = "serde"
|
2696 |
-
version = "1.0.
|
2697 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2698 |
-
checksum = "
|
2699 |
dependencies = [
|
2700 |
"serde_derive",
|
2701 |
]
|
2702 |
|
2703 |
[[package]]
|
2704 |
name = "serde_derive"
|
2705 |
-
version = "1.0.
|
2706 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2707 |
-
checksum = "
|
2708 |
dependencies = [
|
2709 |
"proc-macro2 1.0.63",
|
2710 |
"quote 1.0.29",
|
@@ -2994,18 +2994,18 @@ dependencies = [
|
|
2994 |
|
2995 |
[[package]]
|
2996 |
name = "thiserror"
|
2997 |
-
version = "1.0.
|
2998 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2999 |
-
checksum = "
|
3000 |
dependencies = [
|
3001 |
"thiserror-impl",
|
3002 |
]
|
3003 |
|
3004 |
[[package]]
|
3005 |
name = "thiserror-impl"
|
3006 |
-
version = "1.0.
|
3007 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3008 |
-
checksum = "
|
3009 |
dependencies = [
|
3010 |
"proc-macro2 1.0.63",
|
3011 |
"quote 1.0.29",
|
@@ -3322,9 +3322,9 @@ checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
3322 |
|
3323 |
[[package]]
|
3324 |
name = "ucd-trie"
|
3325 |
-
version = "0.1.
|
3326 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3327 |
-
checksum = "
|
3328 |
|
3329 |
[[package]]
|
3330 |
name = "unicase"
|
@@ -3543,7 +3543,7 @@ dependencies = [
|
|
3543 |
|
3544 |
[[package]]
|
3545 |
name = "websurfx"
|
3546 |
-
version = "0.13.
|
3547 |
dependencies = [
|
3548 |
"actix-files",
|
3549 |
"actix-web",
|
|
|
2386 |
|
2387 |
[[package]]
|
2388 |
name = "regex"
|
2389 |
+
version = "1.9.1"
|
2390 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2391 |
+
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
|
2392 |
dependencies = [
|
2393 |
"aho-corasick",
|
2394 |
"memchr",
|
|
|
2398 |
|
2399 |
[[package]]
|
2400 |
name = "regex-automata"
|
2401 |
+
version = "0.3.2"
|
2402 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2403 |
+
checksum = "83d3daa6976cffb758ec878f108ba0e062a45b2d6ca3a2cca965338855476caf"
|
2404 |
dependencies = [
|
2405 |
"aho-corasick",
|
2406 |
"memchr",
|
|
|
2693 |
|
2694 |
[[package]]
|
2695 |
name = "serde"
|
2696 |
+
version = "1.0.168"
|
2697 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2698 |
+
checksum = "d614f89548720367ded108b3c843be93f3a341e22d5674ca0dd5cd57f34926af"
|
2699 |
dependencies = [
|
2700 |
"serde_derive",
|
2701 |
]
|
2702 |
|
2703 |
[[package]]
|
2704 |
name = "serde_derive"
|
2705 |
+
version = "1.0.168"
|
2706 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2707 |
+
checksum = "d4fe589678c688e44177da4f27152ee2d190757271dc7f1d5b6b9f68d869d641"
|
2708 |
dependencies = [
|
2709 |
"proc-macro2 1.0.63",
|
2710 |
"quote 1.0.29",
|
|
|
2994 |
|
2995 |
[[package]]
|
2996 |
name = "thiserror"
|
2997 |
+
version = "1.0.43"
|
2998 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2999 |
+
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42"
|
3000 |
dependencies = [
|
3001 |
"thiserror-impl",
|
3002 |
]
|
3003 |
|
3004 |
[[package]]
|
3005 |
name = "thiserror-impl"
|
3006 |
+
version = "1.0.43"
|
3007 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3008 |
+
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f"
|
3009 |
dependencies = [
|
3010 |
"proc-macro2 1.0.63",
|
3011 |
"quote 1.0.29",
|
|
|
3322 |
|
3323 |
[[package]]
|
3324 |
name = "ucd-trie"
|
3325 |
+
version = "0.1.6"
|
3326 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
3327 |
+
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
3328 |
|
3329 |
[[package]]
|
3330 |
name = "unicase"
|
|
|
3543 |
|
3544 |
[[package]]
|
3545 |
name = "websurfx"
|
3546 |
+
version = "0.13.16"
|
3547 |
dependencies = [
|
3548 |
"actix-files",
|
3549 |
"actix-web",
|