prometheus-client-mmap 0.25.0 → 1.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.tool-versions +1 -1
- data/README.md +32 -28
- data/ext/fast_mmaped_file_rs/Cargo.lock +195 -234
- data/ext/fast_mmaped_file_rs/Cargo.toml +7 -7
- data/ext/fast_mmaped_file_rs/extconf.rb +1 -3
- data/ext/fast_mmaped_file_rs/src/file_info.rs +51 -1
- data/ext/fast_mmaped_file_rs/src/mmap/inner.rs +0 -10
- data/ext/fast_mmaped_file_rs/src/mmap.rs +2 -5
- data/lib/prometheus/client/configuration.rb +1 -2
- data/lib/prometheus/client/formats/text.rb +1 -12
- data/lib/prometheus/client/helper/mmaped_file.rb +3 -14
- data/lib/prometheus/client/label_set_validator.rb +1 -2
- data/lib/prometheus/client/rack/exporter.rb +1 -3
- data/lib/prometheus/client/support/puma.rb +44 -0
- data/lib/prometheus/client/version.rb +1 -1
- metadata +9 -47
- data/ext/fast_mmaped_file/extconf.rb +0 -30
- data/ext/fast_mmaped_file/fast_mmaped_file.c +0 -122
- data/ext/fast_mmaped_file/file_format.c +0 -5
- data/ext/fast_mmaped_file/file_format.h +0 -11
- data/ext/fast_mmaped_file/file_parsing.c +0 -195
- data/ext/fast_mmaped_file/file_parsing.h +0 -27
- data/ext/fast_mmaped_file/file_reading.c +0 -102
- data/ext/fast_mmaped_file/file_reading.h +0 -30
- data/ext/fast_mmaped_file/globals.h +0 -14
- data/ext/fast_mmaped_file/mmap.c +0 -438
- data/ext/fast_mmaped_file/mmap.h +0 -61
- data/ext/fast_mmaped_file/rendering.c +0 -199
- data/ext/fast_mmaped_file/rendering.h +0 -8
- data/ext/fast_mmaped_file/utils.c +0 -56
- data/ext/fast_mmaped_file/utils.h +0 -22
- data/ext/fast_mmaped_file/value_access.c +0 -242
- data/ext/fast_mmaped_file/value_access.h +0 -15
- data/lib/prometheus/client/helper/loader.rb +0 -40
- data/vendor/c/hashmap/.gitignore +0 -52
- data/vendor/c/hashmap/LICENSE +0 -21
- data/vendor/c/hashmap/README.md +0 -90
- data/vendor/c/hashmap/_config.yml +0 -1
- data/vendor/c/hashmap/src/hashmap.c +0 -692
- data/vendor/c/hashmap/src/hashmap.h +0 -267
- data/vendor/c/hashmap/test/Makefile +0 -22
- data/vendor/c/hashmap/test/hashmap_test.c +0 -608
- data/vendor/c/jsmn/.travis.yml +0 -4
- data/vendor/c/jsmn/LICENSE +0 -20
- data/vendor/c/jsmn/Makefile +0 -41
- data/vendor/c/jsmn/README.md +0 -168
- data/vendor/c/jsmn/example/jsondump.c +0 -126
- data/vendor/c/jsmn/example/simple.c +0 -76
- data/vendor/c/jsmn/jsmn.c +0 -314
- data/vendor/c/jsmn/jsmn.h +0 -76
- data/vendor/c/jsmn/library.json +0 -16
- data/vendor/c/jsmn/test/test.h +0 -27
- data/vendor/c/jsmn/test/tests.c +0 -407
- data/vendor/c/jsmn/test/testutil.h +0 -94
| @@ -4,24 +4,31 @@ version = 3 | |
| 4 4 |  | 
| 5 5 | 
             
            [[package]]
         | 
| 6 6 | 
             
            name = "ahash"
         | 
| 7 | 
            -
            version = "0.8. | 
| 7 | 
            +
            version = "0.8.7"
         | 
| 8 8 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 9 | 
            -
            checksum = " | 
| 9 | 
            +
            checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
         | 
| 10 10 | 
             
            dependencies = [
         | 
| 11 11 | 
             
             "cfg-if",
         | 
| 12 12 | 
             
             "once_cell",
         | 
| 13 13 | 
             
             "version_check",
         | 
| 14 | 
            +
             "zerocopy",
         | 
| 14 15 | 
             
            ]
         | 
| 15 16 |  | 
| 16 17 | 
             
            [[package]]
         | 
| 17 18 | 
             
            name = "aho-corasick"
         | 
| 18 | 
            -
            version = " | 
| 19 | 
            +
            version = "1.1.2"
         | 
| 19 20 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 20 | 
            -
            checksum = " | 
| 21 | 
            +
            checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
         | 
| 21 22 | 
             
            dependencies = [
         | 
| 22 23 | 
             
             "memchr",
         | 
| 23 24 | 
             
            ]
         | 
| 24 25 |  | 
| 26 | 
            +
            [[package]]
         | 
| 27 | 
            +
            name = "allocator-api2"
         | 
| 28 | 
            +
            version = "0.2.16"
         | 
| 29 | 
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 30 | 
            +
            checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
         | 
| 31 | 
            +
             | 
| 25 32 | 
             
            [[package]]
         | 
| 26 33 | 
             
            name = "autocfg"
         | 
| 27 34 | 
             
            version = "1.1.0"
         | 
| @@ -30,11 +37,11 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" | |
| 30 37 |  | 
| 31 38 | 
             
            [[package]]
         | 
| 32 39 | 
             
            name = "bindgen"
         | 
| 33 | 
            -
            version = "0. | 
| 40 | 
            +
            version = "0.69.2"
         | 
| 34 41 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 35 | 
            -
            checksum = " | 
| 42 | 
            +
            checksum = "a4c69fae65a523209d34240b60abe0c42d33d1045d445c0839d8a4894a736e2d"
         | 
| 36 43 | 
             
            dependencies = [
         | 
| 37 | 
            -
             "bitflags",
         | 
| 44 | 
            +
             "bitflags 2.4.2",
         | 
| 38 45 | 
             
             "cexpr",
         | 
| 39 46 | 
             
             "clang-sys",
         | 
| 40 47 | 
             
             "lazy_static",
         | 
| @@ -45,7 +52,7 @@ dependencies = [ | |
| 45 52 | 
             
             "regex",
         | 
| 46 53 | 
             
             "rustc-hash",
         | 
| 47 54 | 
             
             "shlex",
         | 
| 48 | 
            -
             "syn | 
| 55 | 
            +
             "syn",
         | 
| 49 56 | 
             
            ]
         | 
| 50 57 |  | 
| 51 58 | 
             
            [[package]]
         | 
| @@ -54,6 +61,12 @@ version = "1.3.2" | |
| 54 61 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 55 62 | 
             
            checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
         | 
| 56 63 |  | 
| 64 | 
            +
            [[package]]
         | 
| 65 | 
            +
            name = "bitflags"
         | 
| 66 | 
            +
            version = "2.4.2"
         | 
| 67 | 
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 68 | 
            +
            checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
         | 
| 69 | 
            +
             | 
| 57 70 | 
             
            [[package]]
         | 
| 58 71 | 
             
            name = "block-buffer"
         | 
| 59 72 | 
             
            version = "0.10.4"
         | 
| @@ -65,22 +78,15 @@ dependencies = [ | |
| 65 78 |  | 
| 66 79 | 
             
            [[package]]
         | 
| 67 80 | 
             
            name = "bstr"
         | 
| 68 | 
            -
            version = "1. | 
| 81 | 
            +
            version = "1.9.0"
         | 
| 69 82 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 70 | 
            -
            checksum = " | 
| 83 | 
            +
            checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
         | 
| 71 84 | 
             
            dependencies = [
         | 
| 72 85 | 
             
             "memchr",
         | 
| 73 | 
            -
             "once_cell",
         | 
| 74 86 | 
             
             "regex-automata",
         | 
| 75 87 | 
             
             "serde",
         | 
| 76 88 | 
             
            ]
         | 
| 77 89 |  | 
| 78 | 
            -
            [[package]]
         | 
| 79 | 
            -
            name = "cc"
         | 
| 80 | 
            -
            version = "1.0.79"
         | 
| 81 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 82 | 
            -
            checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
         | 
| 83 | 
            -
             | 
| 84 90 | 
             
            [[package]]
         | 
| 85 91 | 
             
            name = "cexpr"
         | 
| 86 92 | 
             
            version = "0.6.0"
         | 
| @@ -98,9 +104,9 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" | |
| 98 104 |  | 
| 99 105 | 
             
            [[package]]
         | 
| 100 106 | 
             
            name = "clang-sys"
         | 
| 101 | 
            -
            version = "1. | 
| 107 | 
            +
            version = "1.7.0"
         | 
| 102 108 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 103 | 
            -
            checksum = " | 
| 109 | 
            +
            checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
         | 
| 104 110 | 
             
            dependencies = [
         | 
| 105 111 | 
             
             "glob",
         | 
| 106 112 | 
             
             "libc",
         | 
| @@ -109,9 +115,9 @@ dependencies = [ | |
| 109 115 |  | 
| 110 116 | 
             
            [[package]]
         | 
| 111 117 | 
             
            name = "cpufeatures"
         | 
| 112 | 
            -
            version = "0.2. | 
| 118 | 
            +
            version = "0.2.12"
         | 
| 113 119 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 114 | 
            -
            checksum = " | 
| 120 | 
            +
            checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
         | 
| 115 121 | 
             
            dependencies = [
         | 
| 116 122 | 
             
             "libc",
         | 
| 117 123 | 
             
            ]
         | 
| @@ -128,9 +134,9 @@ dependencies = [ | |
| 128 134 |  | 
| 129 135 | 
             
            [[package]]
         | 
| 130 136 | 
             
            name = "digest"
         | 
| 131 | 
            -
            version = "0.10. | 
| 137 | 
            +
            version = "0.10.7"
         | 
| 132 138 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 133 | 
            -
            checksum = " | 
| 139 | 
            +
            checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
         | 
| 134 140 | 
             
            dependencies = [
         | 
| 135 141 | 
             
             "block-buffer",
         | 
| 136 142 | 
             
             "crypto-common",
         | 
| @@ -138,23 +144,12 @@ dependencies = [ | |
| 138 144 |  | 
| 139 145 | 
             
            [[package]]
         | 
| 140 146 | 
             
            name = "errno"
         | 
| 141 | 
            -
            version = "0.3. | 
| 147 | 
            +
            version = "0.3.8"
         | 
| 142 148 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 143 | 
            -
            checksum = " | 
| 149 | 
            +
            checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
         | 
| 144 150 | 
             
            dependencies = [
         | 
| 145 | 
            -
             "errno-dragonfly",
         | 
| 146 | 
            -
             "libc",
         | 
| 147 | 
            -
             "windows-sys 0.45.0",
         | 
| 148 | 
            -
            ]
         | 
| 149 | 
            -
             | 
| 150 | 
            -
            [[package]]
         | 
| 151 | 
            -
            name = "errno-dragonfly"
         | 
| 152 | 
            -
            version = "0.1.2"
         | 
| 153 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 154 | 
            -
            checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
         | 
| 155 | 
            -
            dependencies = [
         | 
| 156 | 
            -
             "cc",
         | 
| 157 151 | 
             
             "libc",
         | 
| 152 | 
            +
             "windows-sys 0.52.0",
         | 
| 158 153 | 
             
            ]
         | 
| 159 154 |  | 
| 160 155 | 
             
            [[package]]
         | 
| @@ -181,12 +176,9 @@ dependencies = [ | |
| 181 176 |  | 
| 182 177 | 
             
            [[package]]
         | 
| 183 178 | 
             
            name = "fastrand"
         | 
| 184 | 
            -
            version = " | 
| 179 | 
            +
            version = "2.0.1"
         | 
| 185 180 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 186 | 
            -
            checksum = " | 
| 187 | 
            -
            dependencies = [
         | 
| 188 | 
            -
             "instant",
         | 
| 189 | 
            -
            ]
         | 
| 181 | 
            +
            checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
         | 
| 190 182 |  | 
| 191 183 | 
             
            [[package]]
         | 
| 192 184 | 
             
            name = "generic-array"
         | 
| @@ -200,9 +192,9 @@ dependencies = [ | |
| 200 192 |  | 
| 201 193 | 
             
            [[package]]
         | 
| 202 194 | 
             
            name = "getrandom"
         | 
| 203 | 
            -
            version = "0.2. | 
| 195 | 
            +
            version = "0.2.12"
         | 
| 204 196 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 205 | 
            -
            checksum = " | 
| 197 | 
            +
            checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
         | 
| 206 198 | 
             
            dependencies = [
         | 
| 207 199 | 
             
             "cfg-if",
         | 
| 208 200 | 
             
             "libc",
         | 
| @@ -217,50 +209,25 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" | |
| 217 209 |  | 
| 218 210 | 
             
            [[package]]
         | 
| 219 211 | 
             
            name = "hashbrown"
         | 
| 220 | 
            -
            version = "0. | 
| 212 | 
            +
            version = "0.14.3"
         | 
| 221 213 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 222 | 
            -
            checksum = " | 
| 214 | 
            +
            checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
         | 
| 223 215 | 
             
            dependencies = [
         | 
| 224 216 | 
             
             "ahash",
         | 
| 217 | 
            +
             "allocator-api2",
         | 
| 225 218 | 
             
            ]
         | 
| 226 219 |  | 
| 227 | 
            -
            [[package]]
         | 
| 228 | 
            -
            name = "hermit-abi"
         | 
| 229 | 
            -
            version = "0.3.1"
         | 
| 230 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 231 | 
            -
            checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
         | 
| 232 | 
            -
             | 
| 233 220 | 
             
            [[package]]
         | 
| 234 221 | 
             
            name = "indoc"
         | 
| 235 | 
            -
            version = "2.0. | 
| 222 | 
            +
            version = "2.0.4"
         | 
| 236 223 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 237 | 
            -
            checksum = " | 
| 238 | 
            -
             | 
| 239 | 
            -
            [[package]]
         | 
| 240 | 
            -
            name = "instant"
         | 
| 241 | 
            -
            version = "0.1.12"
         | 
| 242 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 243 | 
            -
            checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
         | 
| 244 | 
            -
            dependencies = [
         | 
| 245 | 
            -
             "cfg-if",
         | 
| 246 | 
            -
            ]
         | 
| 247 | 
            -
             | 
| 248 | 
            -
            [[package]]
         | 
| 249 | 
            -
            name = "io-lifetimes"
         | 
| 250 | 
            -
            version = "1.0.10"
         | 
| 251 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 252 | 
            -
            checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
         | 
| 253 | 
            -
            dependencies = [
         | 
| 254 | 
            -
             "hermit-abi",
         | 
| 255 | 
            -
             "libc",
         | 
| 256 | 
            -
             "windows-sys 0.48.0",
         | 
| 257 | 
            -
            ]
         | 
| 224 | 
            +
            checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
         | 
| 258 225 |  | 
| 259 226 | 
             
            [[package]]
         | 
| 260 227 | 
             
            name = "itoa"
         | 
| 261 | 
            -
            version = "1.0. | 
| 228 | 
            +
            version = "1.0.10"
         | 
| 262 229 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 263 | 
            -
            checksum = " | 
| 230 | 
            +
            checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
         | 
| 264 231 |  | 
| 265 232 | 
             
            [[package]]
         | 
| 266 233 | 
             
            name = "lazy_static"
         | 
| @@ -276,30 +243,31 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" | |
| 276 243 |  | 
| 277 244 | 
             
            [[package]]
         | 
| 278 245 | 
             
            name = "libc"
         | 
| 279 | 
            -
            version = "0.2. | 
| 246 | 
            +
            version = "0.2.152"
         | 
| 280 247 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 281 | 
            -
            checksum = " | 
| 248 | 
            +
            checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
         | 
| 282 249 |  | 
| 283 250 | 
             
            [[package]]
         | 
| 284 251 | 
             
            name = "libloading"
         | 
| 285 | 
            -
            version = "0. | 
| 252 | 
            +
            version = "0.8.1"
         | 
| 286 253 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 287 | 
            -
            checksum = " | 
| 254 | 
            +
            checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
         | 
| 288 255 | 
             
            dependencies = [
         | 
| 289 256 | 
             
             "cfg-if",
         | 
| 290 | 
            -
             " | 
| 257 | 
            +
             "windows-sys 0.48.0",
         | 
| 291 258 | 
             
            ]
         | 
| 292 259 |  | 
| 293 260 | 
             
            [[package]]
         | 
| 294 261 | 
             
            name = "linux-raw-sys"
         | 
| 295 | 
            -
            version = "0. | 
| 262 | 
            +
            version = "0.4.13"
         | 
| 296 263 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 297 | 
            -
            checksum = " | 
| 264 | 
            +
            checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
         | 
| 298 265 |  | 
| 299 266 | 
             
            [[package]]
         | 
| 300 267 | 
             
            name = "magnus"
         | 
| 301 | 
            -
            version = "0. | 
| 302 | 
            -
            source = " | 
| 268 | 
            +
            version = "0.6.2"
         | 
| 269 | 
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 270 | 
            +
            checksum = "4778544796676e8428e9c622460ebf284bea52d8b10db3aeb449d8b5e61b3a13"
         | 
| 303 271 | 
             
            dependencies = [
         | 
| 304 272 | 
             
             "magnus-macros",
         | 
| 305 273 | 
             
             "rb-sys",
         | 
| @@ -309,25 +277,26 @@ dependencies = [ | |
| 309 277 |  | 
| 310 278 | 
             
            [[package]]
         | 
| 311 279 | 
             
            name = "magnus-macros"
         | 
| 312 | 
            -
            version = "0. | 
| 313 | 
            -
            source = " | 
| 280 | 
            +
            version = "0.6.0"
         | 
| 281 | 
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 282 | 
            +
            checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
         | 
| 314 283 | 
             
            dependencies = [
         | 
| 315 284 | 
             
             "proc-macro2",
         | 
| 316 285 | 
             
             "quote",
         | 
| 317 | 
            -
             "syn | 
| 286 | 
            +
             "syn",
         | 
| 318 287 | 
             
            ]
         | 
| 319 288 |  | 
| 320 289 | 
             
            [[package]]
         | 
| 321 290 | 
             
            name = "memchr"
         | 
| 322 | 
            -
            version = "2. | 
| 291 | 
            +
            version = "2.7.1"
         | 
| 323 292 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 324 | 
            -
            checksum = " | 
| 293 | 
            +
            checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
         | 
| 325 294 |  | 
| 326 295 | 
             
            [[package]]
         | 
| 327 296 | 
             
            name = "memmap2"
         | 
| 328 | 
            -
            version = "0. | 
| 297 | 
            +
            version = "0.9.3"
         | 
| 329 298 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 330 | 
            -
            checksum = " | 
| 299 | 
            +
            checksum = "45fd3a57831bf88bc63f8cebc0cf956116276e97fef3966103e96416209f7c92"
         | 
| 331 300 | 
             
            dependencies = [
         | 
| 332 301 | 
             
             "libc",
         | 
| 333 302 | 
             
            ]
         | 
| @@ -354,7 +323,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |
| 354 323 | 
             
            checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
         | 
| 355 324 | 
             
            dependencies = [
         | 
| 356 325 | 
             
             "autocfg",
         | 
| 357 | 
            -
             "bitflags",
         | 
| 326 | 
            +
             "bitflags 1.3.2",
         | 
| 358 327 | 
             
             "cfg-if",
         | 
| 359 328 | 
             
             "libc",
         | 
| 360 329 | 
             
             "memoffset",
         | 
| @@ -373,9 +342,9 @@ dependencies = [ | |
| 373 342 |  | 
| 374 343 | 
             
            [[package]]
         | 
| 375 344 | 
             
            name = "once_cell"
         | 
| 376 | 
            -
            version = "1. | 
| 345 | 
            +
            version = "1.19.0"
         | 
| 377 346 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 378 | 
            -
            checksum = " | 
| 347 | 
            +
            checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
         | 
| 379 348 |  | 
| 380 349 | 
             
            [[package]]
         | 
| 381 350 | 
             
            name = "peeking_take_while"
         | 
| @@ -397,18 +366,18 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" | |
| 397 366 |  | 
| 398 367 | 
             
            [[package]]
         | 
| 399 368 | 
             
            name = "proc-macro2"
         | 
| 400 | 
            -
            version = "1.0. | 
| 369 | 
            +
            version = "1.0.78"
         | 
| 401 370 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 402 | 
            -
            checksum = " | 
| 371 | 
            +
            checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
         | 
| 403 372 | 
             
            dependencies = [
         | 
| 404 373 | 
             
             "unicode-ident",
         | 
| 405 374 | 
             
            ]
         | 
| 406 375 |  | 
| 407 376 | 
             
            [[package]]
         | 
| 408 377 | 
             
            name = "quote"
         | 
| 409 | 
            -
            version = "1.0. | 
| 378 | 
            +
            version = "1.0.35"
         | 
| 410 379 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 411 | 
            -
            checksum = " | 
| 380 | 
            +
            checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
         | 
| 412 381 | 
             
            dependencies = [
         | 
| 413 382 | 
             
             "proc-macro2",
         | 
| 414 383 | 
             
            ]
         | 
| @@ -445,18 +414,18 @@ dependencies = [ | |
| 445 414 |  | 
| 446 415 | 
             
            [[package]]
         | 
| 447 416 | 
             
            name = "rb-sys"
         | 
| 448 | 
            -
            version = "0.9. | 
| 417 | 
            +
            version = "0.9.87"
         | 
| 449 418 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 450 | 
            -
            checksum = " | 
| 419 | 
            +
            checksum = "225103e3d69bbfe8831f9fd0d2461335f3a9dd06aa6e88bcb6d6970383494d06"
         | 
| 451 420 | 
             
            dependencies = [
         | 
| 452 421 | 
             
             "rb-sys-build",
         | 
| 453 422 | 
             
            ]
         | 
| 454 423 |  | 
| 455 424 | 
             
            [[package]]
         | 
| 456 425 | 
             
            name = "rb-sys-build"
         | 
| 457 | 
            -
            version = "0.9. | 
| 426 | 
            +
            version = "0.9.87"
         | 
| 458 427 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 459 | 
            -
            checksum = " | 
| 428 | 
            +
            checksum = "bacce8095a5167d5ede618bbd9353e9d9e2f32ddaf54be911106f0ee6baacf09"
         | 
| 460 429 | 
             
            dependencies = [
         | 
| 461 430 | 
             
             "bindgen",
         | 
| 462 431 | 
             
             "lazy_static",
         | 
| @@ -464,7 +433,7 @@ dependencies = [ | |
| 464 433 | 
             
             "quote",
         | 
| 465 434 | 
             
             "regex",
         | 
| 466 435 | 
             
             "shell-words",
         | 
| 467 | 
            -
             "syn | 
| 436 | 
            +
             "syn",
         | 
| 468 437 | 
             
            ]
         | 
| 469 438 |  | 
| 470 439 | 
             
            [[package]]
         | 
| @@ -475,35 +444,41 @@ checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb" | |
| 475 444 |  | 
| 476 445 | 
             
            [[package]]
         | 
| 477 446 | 
             
            name = "redox_syscall"
         | 
| 478 | 
            -
            version = "0. | 
| 447 | 
            +
            version = "0.4.1"
         | 
| 479 448 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 480 | 
            -
            checksum = " | 
| 449 | 
            +
            checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
         | 
| 481 450 | 
             
            dependencies = [
         | 
| 482 | 
            -
             "bitflags",
         | 
| 451 | 
            +
             "bitflags 1.3.2",
         | 
| 483 452 | 
             
            ]
         | 
| 484 453 |  | 
| 485 454 | 
             
            [[package]]
         | 
| 486 455 | 
             
            name = "regex"
         | 
| 487 | 
            -
            version = "1. | 
| 456 | 
            +
            version = "1.10.3"
         | 
| 488 457 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 489 | 
            -
            checksum = " | 
| 458 | 
            +
            checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
         | 
| 490 459 | 
             
            dependencies = [
         | 
| 491 460 | 
             
             "aho-corasick",
         | 
| 492 461 | 
             
             "memchr",
         | 
| 462 | 
            +
             "regex-automata",
         | 
| 493 463 | 
             
             "regex-syntax",
         | 
| 494 464 | 
             
            ]
         | 
| 495 465 |  | 
| 496 466 | 
             
            [[package]]
         | 
| 497 467 | 
             
            name = "regex-automata"
         | 
| 498 | 
            -
            version = "0. | 
| 468 | 
            +
            version = "0.4.4"
         | 
| 499 469 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 500 | 
            -
            checksum = " | 
| 470 | 
            +
            checksum = "3b7fa1134405e2ec9353fd416b17f8dacd46c473d7d3fd1cf202706a14eb792a"
         | 
| 471 | 
            +
            dependencies = [
         | 
| 472 | 
            +
             "aho-corasick",
         | 
| 473 | 
            +
             "memchr",
         | 
| 474 | 
            +
             "regex-syntax",
         | 
| 475 | 
            +
            ]
         | 
| 501 476 |  | 
| 502 477 | 
             
            [[package]]
         | 
| 503 478 | 
             
            name = "regex-syntax"
         | 
| 504 | 
            -
            version = "0. | 
| 479 | 
            +
            version = "0.8.2"
         | 
| 505 480 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 506 | 
            -
            checksum = " | 
| 481 | 
            +
            checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
         | 
| 507 482 |  | 
| 508 483 | 
             
            [[package]]
         | 
| 509 484 | 
             
            name = "rustc-hash"
         | 
| @@ -513,55 +488,54 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" | |
| 513 488 |  | 
| 514 489 | 
             
            [[package]]
         | 
| 515 490 | 
             
            name = "rustix"
         | 
| 516 | 
            -
            version = "0. | 
| 491 | 
            +
            version = "0.38.30"
         | 
| 517 492 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 518 | 
            -
            checksum = " | 
| 493 | 
            +
            checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
         | 
| 519 494 | 
             
            dependencies = [
         | 
| 520 | 
            -
             "bitflags",
         | 
| 495 | 
            +
             "bitflags 2.4.2",
         | 
| 521 496 | 
             
             "errno",
         | 
| 522 | 
            -
             "io-lifetimes",
         | 
| 523 497 | 
             
             "libc",
         | 
| 524 498 | 
             
             "linux-raw-sys",
         | 
| 525 | 
            -
             "windows-sys 0. | 
| 499 | 
            +
             "windows-sys 0.52.0",
         | 
| 526 500 | 
             
            ]
         | 
| 527 501 |  | 
| 528 502 | 
             
            [[package]]
         | 
| 529 503 | 
             
            name = "ryu"
         | 
| 530 | 
            -
            version = "1.0. | 
| 504 | 
            +
            version = "1.0.16"
         | 
| 531 505 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 532 | 
            -
            checksum = " | 
| 506 | 
            +
            checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
         | 
| 533 507 |  | 
| 534 508 | 
             
            [[package]]
         | 
| 535 509 | 
             
            name = "seq-macro"
         | 
| 536 | 
            -
            version = "0.3. | 
| 510 | 
            +
            version = "0.3.5"
         | 
| 537 511 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 538 | 
            -
            checksum = " | 
| 512 | 
            +
            checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
         | 
| 539 513 |  | 
| 540 514 | 
             
            [[package]]
         | 
| 541 515 | 
             
            name = "serde"
         | 
| 542 | 
            -
            version = "1.0. | 
| 516 | 
            +
            version = "1.0.195"
         | 
| 543 517 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 544 | 
            -
            checksum = " | 
| 518 | 
            +
            checksum = "63261df402c67811e9ac6def069e4786148c4563f4b50fd4bf30aa370d626b02"
         | 
| 545 519 | 
             
            dependencies = [
         | 
| 546 520 | 
             
             "serde_derive",
         | 
| 547 521 | 
             
            ]
         | 
| 548 522 |  | 
| 549 523 | 
             
            [[package]]
         | 
| 550 524 | 
             
            name = "serde_derive"
         | 
| 551 | 
            -
            version = "1.0. | 
| 525 | 
            +
            version = "1.0.195"
         | 
| 552 526 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 553 | 
            -
            checksum = " | 
| 527 | 
            +
            checksum = "46fe8f8603d81ba86327b23a2e9cdf49e1255fb94a4c5f297f6ee0547178ea2c"
         | 
| 554 528 | 
             
            dependencies = [
         | 
| 555 529 | 
             
             "proc-macro2",
         | 
| 556 530 | 
             
             "quote",
         | 
| 557 | 
            -
             "syn | 
| 531 | 
            +
             "syn",
         | 
| 558 532 | 
             
            ]
         | 
| 559 533 |  | 
| 560 534 | 
             
            [[package]]
         | 
| 561 535 | 
             
            name = "serde_json"
         | 
| 562 | 
            -
            version = "1.0. | 
| 536 | 
            +
            version = "1.0.111"
         | 
| 563 537 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 564 | 
            -
            checksum = " | 
| 538 | 
            +
            checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
         | 
| 565 539 | 
             
            dependencies = [
         | 
| 566 540 | 
             
             "itoa",
         | 
| 567 541 | 
             
             "ryu",
         | 
| @@ -570,9 +544,9 @@ dependencies = [ | |
| 570 544 |  | 
| 571 545 | 
             
            [[package]]
         | 
| 572 546 | 
             
            name = "sha2"
         | 
| 573 | 
            -
            version = "0.10. | 
| 547 | 
            +
            version = "0.10.8"
         | 
| 574 548 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 575 | 
            -
            checksum = " | 
| 549 | 
            +
            checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
         | 
| 576 550 | 
             
            dependencies = [
         | 
| 577 551 | 
             
             "cfg-if",
         | 
| 578 552 | 
             
             "cpufeatures",
         | 
| @@ -587,35 +561,24 @@ checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" | |
| 587 561 |  | 
| 588 562 | 
             
            [[package]]
         | 
| 589 563 | 
             
            name = "shlex"
         | 
| 590 | 
            -
            version = "1. | 
| 564 | 
            +
            version = "1.3.0"
         | 
| 591 565 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 592 | 
            -
            checksum = " | 
| 566 | 
            +
            checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
         | 
| 593 567 |  | 
| 594 568 | 
             
            [[package]]
         | 
| 595 569 | 
             
            name = "smallvec"
         | 
| 596 | 
            -
            version = "1. | 
| 570 | 
            +
            version = "1.13.1"
         | 
| 597 571 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 598 | 
            -
            checksum = " | 
| 572 | 
            +
            checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
         | 
| 599 573 | 
             
            dependencies = [
         | 
| 600 574 | 
             
             "serde",
         | 
| 601 575 | 
             
            ]
         | 
| 602 576 |  | 
| 603 577 | 
             
            [[package]]
         | 
| 604 578 | 
             
            name = "syn"
         | 
| 605 | 
            -
            version = " | 
| 579 | 
            +
            version = "2.0.48"
         | 
| 606 580 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 607 | 
            -
            checksum = " | 
| 608 | 
            -
            dependencies = [
         | 
| 609 | 
            -
             "proc-macro2",
         | 
| 610 | 
            -
             "quote",
         | 
| 611 | 
            -
             "unicode-ident",
         | 
| 612 | 
            -
            ]
         | 
| 613 | 
            -
             | 
| 614 | 
            -
            [[package]]
         | 
| 615 | 
            -
            name = "syn"
         | 
| 616 | 
            -
            version = "2.0.13"
         | 
| 617 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 618 | 
            -
            checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec"
         | 
| 581 | 
            +
            checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
         | 
| 619 582 | 
             
            dependencies = [
         | 
| 620 583 | 
             
             "proc-macro2",
         | 
| 621 584 | 
             
             "quote",
         | 
| @@ -624,48 +587,48 @@ dependencies = [ | |
| 624 587 |  | 
| 625 588 | 
             
            [[package]]
         | 
| 626 589 | 
             
            name = "tempfile"
         | 
| 627 | 
            -
            version = "3. | 
| 590 | 
            +
            version = "3.9.0"
         | 
| 628 591 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 629 | 
            -
            checksum = " | 
| 592 | 
            +
            checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
         | 
| 630 593 | 
             
            dependencies = [
         | 
| 631 594 | 
             
             "cfg-if",
         | 
| 632 595 | 
             
             "fastrand",
         | 
| 633 596 | 
             
             "redox_syscall",
         | 
| 634 597 | 
             
             "rustix",
         | 
| 635 | 
            -
             "windows-sys 0. | 
| 598 | 
            +
             "windows-sys 0.52.0",
         | 
| 636 599 | 
             
            ]
         | 
| 637 600 |  | 
| 638 601 | 
             
            [[package]]
         | 
| 639 602 | 
             
            name = "thiserror"
         | 
| 640 | 
            -
            version = "1.0. | 
| 603 | 
            +
            version = "1.0.56"
         | 
| 641 604 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 642 | 
            -
            checksum = " | 
| 605 | 
            +
            checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
         | 
| 643 606 | 
             
            dependencies = [
         | 
| 644 607 | 
             
             "thiserror-impl",
         | 
| 645 608 | 
             
            ]
         | 
| 646 609 |  | 
| 647 610 | 
             
            [[package]]
         | 
| 648 611 | 
             
            name = "thiserror-impl"
         | 
| 649 | 
            -
            version = "1.0. | 
| 612 | 
            +
            version = "1.0.56"
         | 
| 650 613 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 651 | 
            -
            checksum = " | 
| 614 | 
            +
            checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
         | 
| 652 615 | 
             
            dependencies = [
         | 
| 653 616 | 
             
             "proc-macro2",
         | 
| 654 617 | 
             
             "quote",
         | 
| 655 | 
            -
             "syn | 
| 618 | 
            +
             "syn",
         | 
| 656 619 | 
             
            ]
         | 
| 657 620 |  | 
| 658 621 | 
             
            [[package]]
         | 
| 659 622 | 
             
            name = "typenum"
         | 
| 660 | 
            -
            version = "1. | 
| 623 | 
            +
            version = "1.17.0"
         | 
| 661 624 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 662 | 
            -
            checksum = " | 
| 625 | 
            +
            checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
         | 
| 663 626 |  | 
| 664 627 | 
             
            [[package]]
         | 
| 665 628 | 
             
            name = "unicode-ident"
         | 
| 666 | 
            -
            version = "1.0. | 
| 629 | 
            +
            version = "1.0.12"
         | 
| 667 630 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 668 | 
            -
            checksum = " | 
| 631 | 
            +
            checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
         | 
| 669 632 |  | 
| 670 633 | 
             
            [[package]]
         | 
| 671 634 | 
             
            name = "version_check"
         | 
| @@ -679,156 +642,154 @@ version = "0.11.0+wasi-snapshot-preview1" | |
| 679 642 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 680 643 | 
             
            checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
         | 
| 681 644 |  | 
| 682 | 
            -
            [[package]]
         | 
| 683 | 
            -
            name = "winapi"
         | 
| 684 | 
            -
            version = "0.3.9"
         | 
| 685 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 686 | 
            -
            checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
         | 
| 687 | 
            -
            dependencies = [
         | 
| 688 | 
            -
             "winapi-i686-pc-windows-gnu",
         | 
| 689 | 
            -
             "winapi-x86_64-pc-windows-gnu",
         | 
| 690 | 
            -
            ]
         | 
| 691 | 
            -
             | 
| 692 | 
            -
            [[package]]
         | 
| 693 | 
            -
            name = "winapi-i686-pc-windows-gnu"
         | 
| 694 | 
            -
            version = "0.4.0"
         | 
| 695 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 696 | 
            -
            checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
         | 
| 697 | 
            -
             | 
| 698 | 
            -
            [[package]]
         | 
| 699 | 
            -
            name = "winapi-x86_64-pc-windows-gnu"
         | 
| 700 | 
            -
            version = "0.4.0"
         | 
| 701 | 
            -
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 702 | 
            -
            checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
         | 
| 703 | 
            -
             | 
| 704 645 | 
             
            [[package]]
         | 
| 705 646 | 
             
            name = "windows-sys"
         | 
| 706 | 
            -
            version = "0. | 
| 647 | 
            +
            version = "0.48.0"
         | 
| 707 648 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 708 | 
            -
            checksum = " | 
| 649 | 
            +
            checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
         | 
| 709 650 | 
             
            dependencies = [
         | 
| 710 | 
            -
             "windows-targets 0. | 
| 651 | 
            +
             "windows-targets 0.48.5",
         | 
| 711 652 | 
             
            ]
         | 
| 712 653 |  | 
| 713 654 | 
             
            [[package]]
         | 
| 714 655 | 
             
            name = "windows-sys"
         | 
| 715 | 
            -
            version = "0. | 
| 656 | 
            +
            version = "0.52.0"
         | 
| 716 657 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 717 | 
            -
            checksum = " | 
| 658 | 
            +
            checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
         | 
| 718 659 | 
             
            dependencies = [
         | 
| 719 | 
            -
             "windows-targets 0. | 
| 660 | 
            +
             "windows-targets 0.52.0",
         | 
| 720 661 | 
             
            ]
         | 
| 721 662 |  | 
| 722 663 | 
             
            [[package]]
         | 
| 723 664 | 
             
            name = "windows-targets"
         | 
| 724 | 
            -
            version = "0. | 
| 665 | 
            +
            version = "0.48.5"
         | 
| 725 666 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 726 | 
            -
            checksum = " | 
| 667 | 
            +
            checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
         | 
| 727 668 | 
             
            dependencies = [
         | 
| 728 | 
            -
             "windows_aarch64_gnullvm 0. | 
| 729 | 
            -
             "windows_aarch64_msvc 0. | 
| 730 | 
            -
             "windows_i686_gnu 0. | 
| 731 | 
            -
             "windows_i686_msvc 0. | 
| 732 | 
            -
             "windows_x86_64_gnu 0. | 
| 733 | 
            -
             "windows_x86_64_gnullvm 0. | 
| 734 | 
            -
             "windows_x86_64_msvc 0. | 
| 669 | 
            +
             "windows_aarch64_gnullvm 0.48.5",
         | 
| 670 | 
            +
             "windows_aarch64_msvc 0.48.5",
         | 
| 671 | 
            +
             "windows_i686_gnu 0.48.5",
         | 
| 672 | 
            +
             "windows_i686_msvc 0.48.5",
         | 
| 673 | 
            +
             "windows_x86_64_gnu 0.48.5",
         | 
| 674 | 
            +
             "windows_x86_64_gnullvm 0.48.5",
         | 
| 675 | 
            +
             "windows_x86_64_msvc 0.48.5",
         | 
| 735 676 | 
             
            ]
         | 
| 736 677 |  | 
| 737 678 | 
             
            [[package]]
         | 
| 738 679 | 
             
            name = "windows-targets"
         | 
| 739 | 
            -
            version = "0. | 
| 680 | 
            +
            version = "0.52.0"
         | 
| 740 681 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 741 | 
            -
            checksum = " | 
| 682 | 
            +
            checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
         | 
| 742 683 | 
             
            dependencies = [
         | 
| 743 | 
            -
             "windows_aarch64_gnullvm 0. | 
| 744 | 
            -
             "windows_aarch64_msvc 0. | 
| 745 | 
            -
             "windows_i686_gnu 0. | 
| 746 | 
            -
             "windows_i686_msvc 0. | 
| 747 | 
            -
             "windows_x86_64_gnu 0. | 
| 748 | 
            -
             "windows_x86_64_gnullvm 0. | 
| 749 | 
            -
             "windows_x86_64_msvc 0. | 
| 684 | 
            +
             "windows_aarch64_gnullvm 0.52.0",
         | 
| 685 | 
            +
             "windows_aarch64_msvc 0.52.0",
         | 
| 686 | 
            +
             "windows_i686_gnu 0.52.0",
         | 
| 687 | 
            +
             "windows_i686_msvc 0.52.0",
         | 
| 688 | 
            +
             "windows_x86_64_gnu 0.52.0",
         | 
| 689 | 
            +
             "windows_x86_64_gnullvm 0.52.0",
         | 
| 690 | 
            +
             "windows_x86_64_msvc 0.52.0",
         | 
| 750 691 | 
             
            ]
         | 
| 751 692 |  | 
| 752 693 | 
             
            [[package]]
         | 
| 753 694 | 
             
            name = "windows_aarch64_gnullvm"
         | 
| 754 | 
            -
            version = "0. | 
| 695 | 
            +
            version = "0.48.5"
         | 
| 755 696 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 756 | 
            -
            checksum = " | 
| 697 | 
            +
            checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
         | 
| 757 698 |  | 
| 758 699 | 
             
            [[package]]
         | 
| 759 700 | 
             
            name = "windows_aarch64_gnullvm"
         | 
| 760 | 
            -
            version = "0. | 
| 701 | 
            +
            version = "0.52.0"
         | 
| 761 702 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 762 | 
            -
            checksum = " | 
| 703 | 
            +
            checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
         | 
| 763 704 |  | 
| 764 705 | 
             
            [[package]]
         | 
| 765 706 | 
             
            name = "windows_aarch64_msvc"
         | 
| 766 | 
            -
            version = "0. | 
| 707 | 
            +
            version = "0.48.5"
         | 
| 767 708 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 768 | 
            -
            checksum = " | 
| 709 | 
            +
            checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
         | 
| 769 710 |  | 
| 770 711 | 
             
            [[package]]
         | 
| 771 712 | 
             
            name = "windows_aarch64_msvc"
         | 
| 772 | 
            -
            version = "0. | 
| 713 | 
            +
            version = "0.52.0"
         | 
| 773 714 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 774 | 
            -
            checksum = " | 
| 715 | 
            +
            checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
         | 
| 775 716 |  | 
| 776 717 | 
             
            [[package]]
         | 
| 777 718 | 
             
            name = "windows_i686_gnu"
         | 
| 778 | 
            -
            version = "0. | 
| 719 | 
            +
            version = "0.48.5"
         | 
| 779 720 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 780 | 
            -
            checksum = " | 
| 721 | 
            +
            checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
         | 
| 781 722 |  | 
| 782 723 | 
             
            [[package]]
         | 
| 783 724 | 
             
            name = "windows_i686_gnu"
         | 
| 784 | 
            -
            version = "0. | 
| 725 | 
            +
            version = "0.52.0"
         | 
| 785 726 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 786 | 
            -
            checksum = " | 
| 727 | 
            +
            checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
         | 
| 787 728 |  | 
| 788 729 | 
             
            [[package]]
         | 
| 789 730 | 
             
            name = "windows_i686_msvc"
         | 
| 790 | 
            -
            version = "0. | 
| 731 | 
            +
            version = "0.48.5"
         | 
| 791 732 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 792 | 
            -
            checksum = " | 
| 733 | 
            +
            checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
         | 
| 793 734 |  | 
| 794 735 | 
             
            [[package]]
         | 
| 795 736 | 
             
            name = "windows_i686_msvc"
         | 
| 796 | 
            -
            version = "0. | 
| 737 | 
            +
            version = "0.52.0"
         | 
| 797 738 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 798 | 
            -
            checksum = " | 
| 739 | 
            +
            checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
         | 
| 799 740 |  | 
| 800 741 | 
             
            [[package]]
         | 
| 801 742 | 
             
            name = "windows_x86_64_gnu"
         | 
| 802 | 
            -
            version = "0. | 
| 743 | 
            +
            version = "0.48.5"
         | 
| 803 744 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 804 | 
            -
            checksum = " | 
| 745 | 
            +
            checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
         | 
| 805 746 |  | 
| 806 747 | 
             
            [[package]]
         | 
| 807 748 | 
             
            name = "windows_x86_64_gnu"
         | 
| 808 | 
            -
            version = "0. | 
| 749 | 
            +
            version = "0.52.0"
         | 
| 809 750 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 810 | 
            -
            checksum = " | 
| 751 | 
            +
            checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
         | 
| 811 752 |  | 
| 812 753 | 
             
            [[package]]
         | 
| 813 754 | 
             
            name = "windows_x86_64_gnullvm"
         | 
| 814 | 
            -
            version = "0. | 
| 755 | 
            +
            version = "0.48.5"
         | 
| 815 756 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 816 | 
            -
            checksum = " | 
| 757 | 
            +
            checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
         | 
| 817 758 |  | 
| 818 759 | 
             
            [[package]]
         | 
| 819 760 | 
             
            name = "windows_x86_64_gnullvm"
         | 
| 820 | 
            -
            version = "0. | 
| 761 | 
            +
            version = "0.52.0"
         | 
| 821 762 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 822 | 
            -
            checksum = " | 
| 763 | 
            +
            checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
         | 
| 823 764 |  | 
| 824 765 | 
             
            [[package]]
         | 
| 825 766 | 
             
            name = "windows_x86_64_msvc"
         | 
| 826 | 
            -
            version = "0. | 
| 767 | 
            +
            version = "0.48.5"
         | 
| 827 768 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 828 | 
            -
            checksum = " | 
| 769 | 
            +
            checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
         | 
| 829 770 |  | 
| 830 771 | 
             
            [[package]]
         | 
| 831 772 | 
             
            name = "windows_x86_64_msvc"
         | 
| 832 | 
            -
            version = "0. | 
| 773 | 
            +
            version = "0.52.0"
         | 
| 774 | 
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 775 | 
            +
            checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
         | 
| 776 | 
            +
             | 
| 777 | 
            +
            [[package]]
         | 
| 778 | 
            +
            name = "zerocopy"
         | 
| 779 | 
            +
            version = "0.7.32"
         | 
| 833 780 | 
             
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 834 | 
            -
            checksum = " | 
| 781 | 
            +
            checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
         | 
| 782 | 
            +
            dependencies = [
         | 
| 783 | 
            +
             "zerocopy-derive",
         | 
| 784 | 
            +
            ]
         | 
| 785 | 
            +
             | 
| 786 | 
            +
            [[package]]
         | 
| 787 | 
            +
            name = "zerocopy-derive"
         | 
| 788 | 
            +
            version = "0.7.32"
         | 
| 789 | 
            +
            source = "registry+https://github.com/rust-lang/crates.io-index"
         | 
| 790 | 
            +
            checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
         | 
| 791 | 
            +
            dependencies = [
         | 
| 792 | 
            +
             "proc-macro2",
         | 
| 793 | 
            +
             "quote",
         | 
| 794 | 
            +
             "syn",
         | 
| 795 | 
            +
            ]
         |