|
@@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "async-trait"
|
|
name = "async-trait"
|
|
-version = "0.1.79"
|
|
|
|
|
|
+version = "0.1.80"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
|
|
|
|
|
|
+checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -39,9 +39,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "autocfg"
|
|
name = "autocfg"
|
|
-version = "1.2.0"
|
|
|
|
|
|
+version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
|
|
|
|
|
|
+checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "axum"
|
|
name = "axum"
|
|
@@ -67,7 +67,7 @@ dependencies = [
|
|
"serde_json",
|
|
"serde_json",
|
|
"serde_path_to_error",
|
|
"serde_path_to_error",
|
|
"serde_urlencoded",
|
|
"serde_urlencoded",
|
|
- "sync_wrapper 1.0.0",
|
|
|
|
|
|
+ "sync_wrapper 1.0.1",
|
|
"tower",
|
|
"tower",
|
|
"tower-layer",
|
|
"tower-layer",
|
|
"tower-service",
|
|
"tower-service",
|
|
@@ -149,9 +149,9 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cc"
|
|
name = "cc"
|
|
-version = "1.0.90"
|
|
|
|
|
|
+version = "1.0.98"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
|
|
|
|
|
|
+checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "cfg-if"
|
|
name = "cfg-if"
|
|
@@ -180,9 +180,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "diesel"
|
|
name = "diesel"
|
|
-version = "2.1.5"
|
|
|
|
|
|
+version = "2.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "03fc05c17098f21b89bc7d98fe1dd3cce2c11c2ad8e145f2a44fe08ed28eb559"
|
|
|
|
|
|
+checksum = "ff236accb9a5069572099f0b350a92e9560e8e63a9b8d546162f4a5e03026bb2"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bitflags 2.5.0",
|
|
"bitflags 2.5.0",
|
|
"byteorder",
|
|
"byteorder",
|
|
@@ -194,9 +194,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "diesel_derives"
|
|
name = "diesel_derives"
|
|
-version = "2.1.3"
|
|
|
|
|
|
+version = "2.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5d02eecb814ae714ffe61ddc2db2dd03e6c49a42e269b5001355500d431cce0c"
|
|
|
|
|
|
+checksum = "14701062d6bed917b5c7103bdffaee1e4609279e240488ad24e7bd979ca6866c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"diesel_table_macro_syntax",
|
|
"diesel_table_macro_syntax",
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
@@ -238,7 +238,7 @@ checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"libc",
|
|
"libc",
|
|
- "redox_syscall",
|
|
|
|
|
|
+ "redox_syscall 0.4.1",
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -299,9 +299,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "getrandom"
|
|
name = "getrandom"
|
|
-version = "0.2.12"
|
|
|
|
|
|
+version = "0.2.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
|
|
|
|
|
|
+checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"libc",
|
|
"libc",
|
|
@@ -408,15 +408,25 @@ checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "libc"
|
|
name = "libc"
|
|
-version = "0.2.153"
|
|
|
|
|
|
+version = "0.2.155"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "libmimalloc-sys"
|
|
|
|
+version = "0.1.38"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
|
|
|
|
|
|
+checksum = "0e7bb23d733dfcc8af652a78b7bf232f0e967710d044732185e561e47c0336b6"
|
|
|
|
+dependencies = [
|
|
|
|
+ "cc",
|
|
|
|
+ "libc",
|
|
|
|
+]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "lock_api"
|
|
name = "lock_api"
|
|
-version = "0.4.11"
|
|
|
|
|
|
+version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
|
|
|
|
|
+checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
dependencies = [
|
|
dependencies = [
|
|
"autocfg",
|
|
"autocfg",
|
|
"scopeguard",
|
|
"scopeguard",
|
|
@@ -450,6 +460,15 @@ version = "2.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
|
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "mimalloc"
|
|
|
|
+version = "0.1.42"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "e9186d86b79b52f4a77af65604b51225e8db1d6ee7e3f41aec1e40829c71a176"
|
|
|
|
+dependencies = [
|
|
|
|
+ "libmimalloc-sys",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "mime"
|
|
name = "mime"
|
|
version = "0.3.17"
|
|
version = "0.3.17"
|
|
@@ -458,9 +477,9 @@ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "miniz_oxide"
|
|
name = "miniz_oxide"
|
|
-version = "0.7.2"
|
|
|
|
|
|
+version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
|
|
|
|
|
|
+checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
|
|
dependencies = [
|
|
dependencies = [
|
|
"adler",
|
|
"adler",
|
|
]
|
|
]
|
|
@@ -484,9 +503,9 @@ checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "num-traits"
|
|
name = "num-traits"
|
|
-version = "0.2.18"
|
|
|
|
|
|
+version = "0.2.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
|
|
|
|
|
|
+checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
dependencies = [
|
|
dependencies = [
|
|
"autocfg",
|
|
"autocfg",
|
|
]
|
|
]
|
|
@@ -518,9 +537,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "parking_lot"
|
|
name = "parking_lot"
|
|
-version = "0.12.1"
|
|
|
|
|
|
+version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
|
|
+checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
|
|
dependencies = [
|
|
dependencies = [
|
|
"lock_api",
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
"parking_lot_core",
|
|
@@ -528,15 +547,15 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
name = "parking_lot_core"
|
|
-version = "0.9.9"
|
|
|
|
|
|
+version = "0.9.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
|
|
|
|
|
+checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
dependencies = [
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cfg-if",
|
|
"libc",
|
|
"libc",
|
|
- "redox_syscall",
|
|
|
|
|
|
+ "redox_syscall 0.5.1",
|
|
"smallvec",
|
|
"smallvec",
|
|
- "windows-targets 0.48.5",
|
|
|
|
|
|
+ "windows-targets 0.52.5",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -623,18 +642,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
name = "proc-macro2"
|
|
-version = "1.0.79"
|
|
|
|
|
|
+version = "1.0.83"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
|
|
|
|
|
|
+checksum = "0b33eb56c327dec362a9e55b3ad14f9d2f0904fb5a5b03b513ab5465399e9f43"
|
|
dependencies = [
|
|
dependencies = [
|
|
"unicode-ident",
|
|
"unicode-ident",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "quote"
|
|
name = "quote"
|
|
-version = "1.0.35"
|
|
|
|
|
|
+version = "1.0.36"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
|
|
|
|
+checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
]
|
|
]
|
|
@@ -689,23 +708,32 @@ dependencies = [
|
|
"bitflags 1.3.2",
|
|
"bitflags 1.3.2",
|
|
]
|
|
]
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
+name = "redox_syscall"
|
|
|
|
+version = "0.5.1"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
|
|
|
|
+dependencies = [
|
|
|
|
+ "bitflags 2.5.0",
|
|
|
|
+]
|
|
|
|
+
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustc-demangle"
|
|
name = "rustc-demangle"
|
|
-version = "0.1.23"
|
|
|
|
|
|
+version = "0.1.24"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
|
+checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "rustversion"
|
|
name = "rustversion"
|
|
-version = "1.0.14"
|
|
|
|
|
|
+version = "1.0.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
|
|
|
|
|
+checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "ryu"
|
|
name = "ryu"
|
|
-version = "1.0.17"
|
|
|
|
|
|
+version = "1.0.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
|
|
|
|
|
|
+checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sailfish"
|
|
name = "sailfish"
|
|
@@ -766,18 +794,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde"
|
|
name = "serde"
|
|
-version = "1.0.197"
|
|
|
|
|
|
+version = "1.0.202"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
|
|
|
|
|
|
+checksum = "226b61a0d411b2ba5ff6d7f73a476ac4f8bb900373459cd00fab8512828ba395"
|
|
dependencies = [
|
|
dependencies = [
|
|
"serde_derive",
|
|
"serde_derive",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_derive"
|
|
name = "serde_derive"
|
|
-version = "1.0.197"
|
|
|
|
|
|
+version = "1.0.202"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
|
|
|
|
|
|
+checksum = "6048858004bcff69094cd972ed40a32500f153bd3be9f716b2eed2e8217c4838"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -786,9 +814,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "serde_json"
|
|
name = "serde_json"
|
|
-version = "1.0.115"
|
|
|
|
|
|
+version = "1.0.117"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
|
|
|
|
|
|
+checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
|
|
dependencies = [
|
|
dependencies = [
|
|
"itoa",
|
|
"itoa",
|
|
"ryu",
|
|
"ryu",
|
|
@@ -830,9 +858,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
name = "signal-hook-registry"
|
|
-version = "1.4.1"
|
|
|
|
|
|
+version = "1.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
|
|
|
|
|
+checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
]
|
|
]
|
|
@@ -864,9 +892,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "socket2"
|
|
name = "socket2"
|
|
-version = "0.5.6"
|
|
|
|
|
|
+version = "0.5.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
|
|
|
|
|
|
+checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
|
dependencies = [
|
|
dependencies = [
|
|
"libc",
|
|
"libc",
|
|
"windows-sys 0.52.0",
|
|
"windows-sys 0.52.0",
|
|
@@ -891,9 +919,9 @@ checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "syn"
|
|
name = "syn"
|
|
-version = "2.0.57"
|
|
|
|
|
|
+version = "2.0.65"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
|
|
|
|
|
|
+checksum = "d2863d96a84c6439701d7a38f9de935ec562c8832cc55d1dde0f513b52fad106"
|
|
dependencies = [
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"proc-macro2",
|
|
"quote",
|
|
"quote",
|
|
@@ -908,9 +936,9 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "sync_wrapper"
|
|
name = "sync_wrapper"
|
|
-version = "1.0.0"
|
|
|
|
|
|
+version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "384595c11a4e2969895cad5a8c4029115f5ab956a9e5ef4de79d11a426e5f20c"
|
|
|
|
|
|
+checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "tinyvec"
|
|
name = "tinyvec"
|
|
@@ -937,9 +965,10 @@ dependencies = [
|
|
"libc",
|
|
"libc",
|
|
"mio",
|
|
"mio",
|
|
"num_cpus",
|
|
"num_cpus",
|
|
|
|
+ "parking_lot",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
"signal-hook-registry",
|
|
"signal-hook-registry",
|
|
- "socket2 0.5.6",
|
|
|
|
|
|
+ "socket2 0.5.7",
|
|
"windows-sys 0.48.0",
|
|
"windows-sys 0.48.0",
|
|
]
|
|
]
|
|
|
|
|
|
@@ -1103,7 +1132,7 @@ version = "0.52.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "windows-targets 0.52.4",
|
|
|
|
|
|
+ "windows-targets 0.52.5",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1123,17 +1152,18 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows-targets"
|
|
name = "windows-targets"
|
|
-version = "0.52.4"
|
|
|
|
|
|
+version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
|
|
|
|
|
|
+checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "windows_aarch64_gnullvm 0.52.4",
|
|
|
|
- "windows_aarch64_msvc 0.52.4",
|
|
|
|
- "windows_i686_gnu 0.52.4",
|
|
|
|
- "windows_i686_msvc 0.52.4",
|
|
|
|
- "windows_x86_64_gnu 0.52.4",
|
|
|
|
- "windows_x86_64_gnullvm 0.52.4",
|
|
|
|
- "windows_x86_64_msvc 0.52.4",
|
|
|
|
|
|
+ "windows_aarch64_gnullvm 0.52.5",
|
|
|
|
+ "windows_aarch64_msvc 0.52.5",
|
|
|
|
+ "windows_i686_gnu 0.52.5",
|
|
|
|
+ "windows_i686_gnullvm",
|
|
|
|
+ "windows_i686_msvc 0.52.5",
|
|
|
|
+ "windows_x86_64_gnu 0.52.5",
|
|
|
|
+ "windows_x86_64_gnullvm 0.52.5",
|
|
|
|
+ "windows_x86_64_msvc 0.52.5",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1144,9 +1174,9 @@ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_aarch64_gnullvm"
|
|
name = "windows_aarch64_gnullvm"
|
|
-version = "0.52.4"
|
|
|
|
|
|
+version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
|
|
|
|
|
|
+checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
name = "windows_aarch64_msvc"
|
|
@@ -1156,9 +1186,9 @@ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_aarch64_msvc"
|
|
name = "windows_aarch64_msvc"
|
|
-version = "0.52.4"
|
|
|
|
|
|
+version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
|
|
|
|
|
|
+checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
name = "windows_i686_gnu"
|
|
@@ -1168,9 +1198,15 @@ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_i686_gnu"
|
|
name = "windows_i686_gnu"
|
|
-version = "0.52.4"
|
|
|
|
|
|
+version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
|
|
|
|
|
|
+checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
|
|
|
|
+
|
|
|
|
+[[package]]
|
|
|
|
+name = "windows_i686_gnullvm"
|
|
|
|
+version = "0.52.5"
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
+checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
name = "windows_i686_msvc"
|
|
@@ -1180,9 +1216,9 @@ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_i686_msvc"
|
|
name = "windows_i686_msvc"
|
|
-version = "0.52.4"
|
|
|
|
|
|
+version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
|
|
|
|
|
|
+checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
name = "windows_x86_64_gnu"
|
|
@@ -1192,9 +1228,9 @@ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_gnu"
|
|
name = "windows_x86_64_gnu"
|
|
-version = "0.52.4"
|
|
|
|
|
|
+version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
|
|
|
|
|
|
+checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
name = "windows_x86_64_gnullvm"
|
|
@@ -1204,9 +1240,9 @@ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_gnullvm"
|
|
name = "windows_x86_64_gnullvm"
|
|
-version = "0.52.4"
|
|
|
|
|
|
+version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
|
|
|
|
|
|
+checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
name = "windows_x86_64_msvc"
|
|
@@ -1216,9 +1252,9 @@ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "windows_x86_64_msvc"
|
|
name = "windows_x86_64_msvc"
|
|
-version = "0.52.4"
|
|
|
|
|
|
+version = "0.52.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
|
|
|
|
|
|
+checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-codegen"
|
|
name = "xitca-codegen"
|
|
@@ -1232,9 +1268,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-http"
|
|
name = "xitca-http"
|
|
-version = "0.4.0"
|
|
|
|
|
|
+version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "8b1982607f88759de96dec5b234e9cf835d6a4995e395b65a201e656d0641974"
|
|
|
|
|
|
+checksum = "6d5fd258cd6cd9d677cb94273da69fafee7460bbbd001c92a73c167149856e46"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
"http",
|
|
"http",
|
|
@@ -1242,7 +1278,7 @@ dependencies = [
|
|
"httpdate",
|
|
"httpdate",
|
|
"itoa",
|
|
"itoa",
|
|
"pin-project-lite",
|
|
"pin-project-lite",
|
|
- "socket2 0.5.6",
|
|
|
|
|
|
+ "socket2 0.5.7",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-uring",
|
|
"tokio-uring",
|
|
"tracing",
|
|
"tracing",
|
|
@@ -1254,9 +1290,9 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-io"
|
|
name = "xitca-io"
|
|
-version = "0.2.1"
|
|
|
|
|
|
+version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "15e3340548aec525e517557432502238ed86ae69b6fc1eed851693773516b399"
|
|
|
|
|
|
+checksum = "da690dc253320dae7ffbb70e7fa9c5e52ef79476dd41f5d52b9114c8b58d7126"
|
|
dependencies = [
|
|
dependencies = [
|
|
"bytes",
|
|
"bytes",
|
|
"tokio",
|
|
"tokio",
|
|
@@ -1267,7 +1303,7 @@ dependencies = [
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-postgres"
|
|
name = "xitca-postgres"
|
|
version = "0.1.0"
|
|
version = "0.1.0"
|
|
-source = "git+https://github.com/HFQR/xitca-web.git?rev=d76b2e188edcbdd801ecb4a7359b4d56070d6dc4#d76b2e188edcbdd801ecb4a7359b4d56070d6dc4"
|
|
|
|
|
|
+source = "git+https://github.com/HFQR/xitca-web.git?rev=ea1f5a2447e0969a6dff84eac9ff9ff90dbc7ed1#ea1f5a2447e0969a6dff84eac9ff9ff90dbc7ed1"
|
|
dependencies = [
|
|
dependencies = [
|
|
"fallible-iterator",
|
|
"fallible-iterator",
|
|
"percent-encoding",
|
|
"percent-encoding",
|
|
@@ -1291,11 +1327,11 @@ dependencies = [
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-server"
|
|
name = "xitca-server"
|
|
-version = "0.2.0"
|
|
|
|
|
|
+version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "f48656d81909cb34fcf01288cdaf2bd77848d0f0dcbdc0c429b6ed376f78f4d5"
|
|
|
|
|
|
+checksum = "4e144aca50286d05f7450045d6b6eebe2157ed11bc5821d926fc276280113c94"
|
|
dependencies = [
|
|
dependencies = [
|
|
- "socket2 0.5.6",
|
|
|
|
|
|
+ "socket2 0.5.7",
|
|
"tokio",
|
|
"tokio",
|
|
"tokio-uring",
|
|
"tokio-uring",
|
|
"tracing",
|
|
"tracing",
|
|
@@ -1328,6 +1364,7 @@ dependencies = [
|
|
"diesel",
|
|
"diesel",
|
|
"futures-core",
|
|
"futures-core",
|
|
"http-body",
|
|
"http-body",
|
|
|
|
+ "mimalloc",
|
|
"nanorand",
|
|
"nanorand",
|
|
"sailfish",
|
|
"sailfish",
|
|
"serde",
|
|
"serde",
|
|
@@ -1341,14 +1378,14 @@ dependencies = [
|
|
"xitca-server",
|
|
"xitca-server",
|
|
"xitca-service",
|
|
"xitca-service",
|
|
"xitca-unsafe-collection",
|
|
"xitca-unsafe-collection",
|
|
- "xitca-web 0.4.0",
|
|
|
|
|
|
+ "xitca-web 0.5.0",
|
|
]
|
|
]
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
name = "xitca-web"
|
|
name = "xitca-web"
|
|
-version = "0.4.0"
|
|
|
|
|
|
+version = "0.5.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
-checksum = "cfae98470b0f55b978ebdccd1317a658590aa6fecec4db61522adaa8e6943747"
|
|
|
|
|
|
+checksum = "bd23a9146a753f4f9e10bf4cc99b53d040a5459c32f043965d75f0c2b4a78af6"
|
|
dependencies = [
|
|
dependencies = [
|
|
"futures-core",
|
|
"futures-core",
|
|
"http-body",
|
|
"http-body",
|
|
@@ -1365,8 +1402,3 @@ dependencies = [
|
|
"xitca-service",
|
|
"xitca-service",
|
|
"xitca-unsafe-collection",
|
|
"xitca-unsafe-collection",
|
|
]
|
|
]
|
|
-
|
|
|
|
-[[patch.unused]]
|
|
|
|
-name = "mio"
|
|
|
|
-version = "1.0.0"
|
|
|
|
-source = "git+https://github.com/fakeshadow/mio.git?rev=dcc85ea7a3af3159efdf7e3a17b3a8b58131a15f#dcc85ea7a3af3159efdf7e3a17b3a8b58131a15f"
|
|
|