diff options
author | FxQnLr <[email protected]> | 2023-10-30 12:33:57 +0100 |
---|---|---|
committer | FxQnLr <[email protected]> | 2023-10-30 12:33:57 +0100 |
commit | bdbcce55ff7d4494f377fbb7045d572d47f7868c (patch) | |
tree | 44d1e83ce562f8fdec22d15cbab8500b3718014a | |
parent | 348cf5fbe4527865e8aa5cb719fd8790f4d8953e (diff) | |
download | webol-bdbcce55ff7d4494f377fbb7045d572d47f7868c.tar webol-bdbcce55ff7d4494f377fbb7045d572d47f7868c.tar.gz webol-bdbcce55ff7d4494f377fbb7045d572d47f7868c.zip |
cargo update and use cargo directly in actions
-rw-r--r-- | .github/workflows/pull_request.yml | 38 | ||||
-rw-r--r-- | .github/workflows/push.yml | 18 | ||||
-rw-r--r-- | Cargo.lock | 140 |
3 files changed, 83 insertions, 113 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d7eaaf3..279e16d 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml | |||
@@ -19,21 +19,9 @@ jobs: | |||
19 | uses: mozilla-actions/[email protected] | 19 | uses: mozilla-actions/[email protected] |
20 | 20 | ||
21 | - uses: actions/checkout@v4 | 21 | - uses: actions/checkout@v4 |
22 | - uses: actions-rs/toolchain@v1 | 22 | |
23 | with: | 23 | - run: cargo check |
24 | toolchain: stable | 24 | - run: cargo clippy |
25 | components: rustfmt, clippy | ||
26 | override: true | ||
27 | |||
28 | - name: run cargo check | ||
29 | uses: actions-rs/cargo@v1 | ||
30 | with: | ||
31 | command: check | ||
32 | |||
33 | - name: run clippy | ||
34 | uses: actions-rs/cargo@v1 | ||
35 | with: | ||
36 | command: clippy | ||
37 | 25 | ||
38 | check-release: | 26 | check-release: |
39 | runs-on: ubuntu-latest | 27 | runs-on: ubuntu-latest |
@@ -42,20 +30,6 @@ jobs: | |||
42 | uses: mozilla-actions/[email protected] | 30 | uses: mozilla-actions/[email protected] |
43 | 31 | ||
44 | - uses: actions/checkout@v4 | 32 | - uses: actions/checkout@v4 |
45 | - uses: actions-rs/toolchain@v1 | 33 | |
46 | with: | 34 | - run: cargo check --release |
47 | toolchain: stable | 35 | - run: cargo clippy --release \ No newline at end of file |
48 | components: rustfmt, clippy | ||
49 | override: true | ||
50 | |||
51 | - name: run cargo check | ||
52 | uses: actions-rs/cargo@v1 | ||
53 | with: | ||
54 | command: check | ||
55 | args: --release | ||
56 | |||
57 | - name: run clippy | ||
58 | uses: actions-rs/cargo@v1 | ||
59 | with: | ||
60 | command: clippy | ||
61 | args: --release | ||
diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 93b6edb..d41941b 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml | |||
@@ -19,23 +19,9 @@ jobs: | |||
19 | uses: mozilla-actions/[email protected] | 19 | uses: mozilla-actions/[email protected] |
20 | 20 | ||
21 | - uses: actions/checkout@v4 | 21 | - uses: actions/checkout@v4 |
22 | - uses: actions-rs/toolchain@v1 | ||
23 | with: | ||
24 | toolchain: stable | ||
25 | components: rustfmt, clippy | ||
26 | override: true | ||
27 | 22 | ||
28 | - name: Run cargo check | 23 | - run: cargo check --release |
29 | uses: actions-rs/cargo@v1 | 24 | - run: cargo clippy --release |
30 | with: | ||
31 | command: check | ||
32 | args: --release | ||
33 | |||
34 | - name: Run Clippy | ||
35 | uses: actions-rs/cargo@v1 | ||
36 | with: | ||
37 | command: clippy | ||
38 | args: --release | ||
39 | 25 | ||
40 | build: | 26 | build: |
41 | runs-on: ubuntu-latest | 27 | runs-on: ubuntu-latest |
@@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" | |||
19 | 19 | ||
20 | [[package]] | 20 | [[package]] |
21 | name = "ahash" | 21 | name = "ahash" |
22 | version = "0.7.6" | 22 | version = "0.7.7" |
23 | source = "registry+https://github.com/rust-lang/crates.io-index" | 23 | source = "registry+https://github.com/rust-lang/crates.io-index" |
24 | checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47" | 24 | checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd" |
25 | dependencies = [ | 25 | dependencies = [ |
26 | "getrandom", | 26 | "getrandom", |
27 | "once_cell", | 27 | "once_cell", |
@@ -30,14 +30,15 @@ dependencies = [ | |||
30 | 30 | ||
31 | [[package]] | 31 | [[package]] |
32 | name = "ahash" | 32 | name = "ahash" |
33 | version = "0.8.3" | 33 | version = "0.8.6" |
34 | source = "registry+https://github.com/rust-lang/crates.io-index" | 34 | source = "registry+https://github.com/rust-lang/crates.io-index" |
35 | checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" | 35 | checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a" |
36 | dependencies = [ | 36 | dependencies = [ |
37 | "cfg-if", | 37 | "cfg-if", |
38 | "getrandom", | 38 | "getrandom", |
39 | "once_cell", | 39 | "once_cell", |
40 | "version_check", | 40 | "version_check", |
41 | "zerocopy", | ||
41 | ] | 42 | ] |
42 | 43 | ||
43 | [[package]] | 44 | [[package]] |
@@ -89,7 +90,7 @@ checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf" | |||
89 | dependencies = [ | 90 | dependencies = [ |
90 | "async-trait", | 91 | "async-trait", |
91 | "axum-core", | 92 | "axum-core", |
92 | "base64 0.21.4", | 93 | "base64 0.21.5", |
93 | "bitflags 1.3.2", | 94 | "bitflags 1.3.2", |
94 | "bytes", | 95 | "bytes", |
95 | "futures-util", | 96 | "futures-util", |
@@ -169,9 +170,9 @@ checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8" | |||
169 | 170 | ||
170 | [[package]] | 171 | [[package]] |
171 | name = "base64" | 172 | name = "base64" |
172 | version = "0.21.4" | 173 | version = "0.21.5" |
173 | source = "registry+https://github.com/rust-lang/crates.io-index" | 174 | source = "registry+https://github.com/rust-lang/crates.io-index" |
174 | checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2" | 175 | checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9" |
175 | 176 | ||
176 | [[package]] | 177 | [[package]] |
177 | name = "base64ct" | 178 | name = "base64ct" |
@@ -257,9 +258,9 @@ checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f" | |||
257 | 258 | ||
258 | [[package]] | 259 | [[package]] |
259 | name = "cpufeatures" | 260 | name = "cpufeatures" |
260 | version = "0.2.10" | 261 | version = "0.2.11" |
261 | source = "registry+https://github.com/rust-lang/crates.io-index" | 262 | source = "registry+https://github.com/rust-lang/crates.io-index" |
262 | checksum = "3fbc60abd742b35f2492f808e1abbb83d45f72db402e14c55057edc9c7b1e9e4" | 263 | checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0" |
263 | dependencies = [ | 264 | dependencies = [ |
264 | "libc", | 265 | "libc", |
265 | ] | 266 | ] |
@@ -453,9 +454,9 @@ dependencies = [ | |||
453 | 454 | ||
454 | [[package]] | 455 | [[package]] |
455 | name = "futures-channel" | 456 | name = "futures-channel" |
456 | version = "0.3.28" | 457 | version = "0.3.29" |
457 | source = "registry+https://github.com/rust-lang/crates.io-index" | 458 | source = "registry+https://github.com/rust-lang/crates.io-index" |
458 | checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2" | 459 | checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb" |
459 | dependencies = [ | 460 | dependencies = [ |
460 | "futures-core", | 461 | "futures-core", |
461 | "futures-sink", | 462 | "futures-sink", |
@@ -463,15 +464,15 @@ dependencies = [ | |||
463 | 464 | ||
464 | [[package]] | 465 | [[package]] |
465 | name = "futures-core" | 466 | name = "futures-core" |
466 | version = "0.3.28" | 467 | version = "0.3.29" |
467 | source = "registry+https://github.com/rust-lang/crates.io-index" | 468 | source = "registry+https://github.com/rust-lang/crates.io-index" |
468 | checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c" | 469 | checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c" |
469 | 470 | ||
470 | [[package]] | 471 | [[package]] |
471 | name = "futures-executor" | 472 | name = "futures-executor" |
472 | version = "0.3.28" | 473 | version = "0.3.29" |
473 | source = "registry+https://github.com/rust-lang/crates.io-index" | 474 | source = "registry+https://github.com/rust-lang/crates.io-index" |
474 | checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0" | 475 | checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc" |
475 | dependencies = [ | 476 | dependencies = [ |
476 | "futures-core", | 477 | "futures-core", |
477 | "futures-task", | 478 | "futures-task", |
@@ -491,27 +492,27 @@ dependencies = [ | |||
491 | 492 | ||
492 | [[package]] | 493 | [[package]] |
493 | name = "futures-io" | 494 | name = "futures-io" |
494 | version = "0.3.28" | 495 | version = "0.3.29" |
495 | source = "registry+https://github.com/rust-lang/crates.io-index" | 496 | source = "registry+https://github.com/rust-lang/crates.io-index" |
496 | checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964" | 497 | checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" |
497 | 498 | ||
498 | [[package]] | 499 | [[package]] |
499 | name = "futures-sink" | 500 | name = "futures-sink" |
500 | version = "0.3.28" | 501 | version = "0.3.29" |
501 | source = "registry+https://github.com/rust-lang/crates.io-index" | 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
502 | checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e" | 503 | checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817" |
503 | 504 | ||
504 | [[package]] | 505 | [[package]] |
505 | name = "futures-task" | 506 | name = "futures-task" |
506 | version = "0.3.28" | 507 | version = "0.3.29" |
507 | source = "registry+https://github.com/rust-lang/crates.io-index" | 508 | source = "registry+https://github.com/rust-lang/crates.io-index" |
508 | checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65" | 509 | checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2" |
509 | 510 | ||
510 | [[package]] | 511 | [[package]] |
511 | name = "futures-util" | 512 | name = "futures-util" |
512 | version = "0.3.28" | 513 | version = "0.3.29" |
513 | source = "registry+https://github.com/rust-lang/crates.io-index" | 514 | source = "registry+https://github.com/rust-lang/crates.io-index" |
514 | checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533" | 515 | checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104" |
515 | dependencies = [ | 516 | dependencies = [ |
516 | "futures-core", | 517 | "futures-core", |
517 | "futures-io", | 518 | "futures-io", |
@@ -562,7 +563,7 @@ version = "0.12.3" | |||
562 | source = "registry+https://github.com/rust-lang/crates.io-index" | 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
563 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" | 564 | checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
564 | dependencies = [ | 565 | dependencies = [ |
565 | "ahash 0.7.6", | 566 | "ahash 0.7.7", |
566 | ] | 567 | ] |
567 | 568 | ||
568 | [[package]] | 569 | [[package]] |
@@ -571,7 +572,7 @@ version = "0.14.2" | |||
571 | source = "registry+https://github.com/rust-lang/crates.io-index" | 572 | source = "registry+https://github.com/rust-lang/crates.io-index" |
572 | checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" | 573 | checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156" |
573 | dependencies = [ | 574 | dependencies = [ |
574 | "ahash 0.8.3", | 575 | "ahash 0.8.6", |
575 | "allocator-api2", | 576 | "allocator-api2", |
576 | ] | 577 | ] |
577 | 578 | ||
@@ -590,7 +591,7 @@ version = "0.3.9" | |||
590 | source = "registry+https://github.com/rust-lang/crates.io-index" | 591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
591 | checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" | 592 | checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270" |
592 | dependencies = [ | 593 | dependencies = [ |
593 | "base64 0.21.4", | 594 | "base64 0.21.5", |
594 | "bytes", | 595 | "bytes", |
595 | "headers-core", | 596 | "headers-core", |
596 | "http", | 597 | "http", |
@@ -873,9 +874,9 @@ dependencies = [ | |||
873 | 874 | ||
874 | [[package]] | 875 | [[package]] |
875 | name = "mio" | 876 | name = "mio" |
876 | version = "0.8.8" | 877 | version = "0.8.9" |
877 | source = "registry+https://github.com/rust-lang/crates.io-index" | 878 | source = "registry+https://github.com/rust-lang/crates.io-index" |
878 | checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2" | 879 | checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0" |
879 | dependencies = [ | 880 | dependencies = [ |
880 | "libc", | 881 | "libc", |
881 | "wasi", | 882 | "wasi", |
@@ -1024,7 +1025,7 @@ checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e" | |||
1024 | dependencies = [ | 1025 | dependencies = [ |
1025 | "cfg-if", | 1026 | "cfg-if", |
1026 | "libc", | 1027 | "libc", |
1027 | "redox_syscall 0.4.1", | 1028 | "redox_syscall", |
1028 | "smallvec", | 1029 | "smallvec", |
1029 | "windows-targets", | 1030 | "windows-targets", |
1030 | ] | 1031 | ] |
@@ -1058,9 +1059,9 @@ checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94" | |||
1058 | 1059 | ||
1059 | [[package]] | 1060 | [[package]] |
1060 | name = "pest" | 1061 | name = "pest" |
1061 | version = "2.7.4" | 1062 | version = "2.7.5" |
1062 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1063 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1063 | checksum = "c022f1e7b65d6a24c0dbbd5fb344c66881bc01f3e5ae74a1c8100f2f985d98a4" | 1064 | checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5" |
1064 | dependencies = [ | 1065 | dependencies = [ |
1065 | "memchr", | 1066 | "memchr", |
1066 | "thiserror", | 1067 | "thiserror", |
@@ -1069,9 +1070,9 @@ dependencies = [ | |||
1069 | 1070 | ||
1070 | [[package]] | 1071 | [[package]] |
1071 | name = "pest_derive" | 1072 | name = "pest_derive" |
1072 | version = "2.7.4" | 1073 | version = "2.7.5" |
1073 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1074 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1074 | checksum = "35513f630d46400a977c4cb58f78e1bfbe01434316e60c37d27b9ad6139c66d8" | 1075 | checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2" |
1075 | dependencies = [ | 1076 | dependencies = [ |
1076 | "pest", | 1077 | "pest", |
1077 | "pest_generator", | 1078 | "pest_generator", |
@@ -1079,9 +1080,9 @@ dependencies = [ | |||
1079 | 1080 | ||
1080 | [[package]] | 1081 | [[package]] |
1081 | name = "pest_generator" | 1082 | name = "pest_generator" |
1082 | version = "2.7.4" | 1083 | version = "2.7.5" |
1083 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1084 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1084 | checksum = "bc9fc1b9e7057baba189b5c626e2d6f40681ae5b6eb064dc7c7834101ec8123a" | 1085 | checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227" |
1085 | dependencies = [ | 1086 | dependencies = [ |
1086 | "pest", | 1087 | "pest", |
1087 | "pest_meta", | 1088 | "pest_meta", |
@@ -1092,9 +1093,9 @@ dependencies = [ | |||
1092 | 1093 | ||
1093 | [[package]] | 1094 | [[package]] |
1094 | name = "pest_meta" | 1095 | name = "pest_meta" |
1095 | version = "2.7.4" | 1096 | version = "2.7.5" |
1096 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1097 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1097 | checksum = "1df74e9e7ec4053ceb980e7c0c8bd3594e977fde1af91daba9c928e8e8c6708d" | 1098 | checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6" |
1098 | dependencies = [ | 1099 | dependencies = [ |
1099 | "once_cell", | 1100 | "once_cell", |
1100 | "pest", | 1101 | "pest", |
@@ -1264,15 +1265,6 @@ dependencies = [ | |||
1264 | 1265 | ||
1265 | [[package]] | 1266 | [[package]] |
1266 | name = "redox_syscall" | 1267 | name = "redox_syscall" |
1267 | version = "0.3.5" | ||
1268 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
1269 | checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" | ||
1270 | dependencies = [ | ||
1271 | "bitflags 1.3.2", | ||
1272 | ] | ||
1273 | |||
1274 | [[package]] | ||
1275 | name = "redox_syscall" | ||
1276 | version = "0.4.1" | 1268 | version = "0.4.1" |
1277 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1269 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1278 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" | 1270 | checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa" |
@@ -1337,16 +1329,14 @@ dependencies = [ | |||
1337 | 1329 | ||
1338 | [[package]] | 1330 | [[package]] |
1339 | name = "rsa" | 1331 | name = "rsa" |
1340 | version = "0.9.2" | 1332 | version = "0.9.3" |
1341 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1333 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1342 | checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8" | 1334 | checksum = "86ef35bf3e7fe15a53c4ab08a998e42271eab13eb0db224126bc7bc4c4bad96d" |
1343 | dependencies = [ | 1335 | dependencies = [ |
1344 | "byteorder", | ||
1345 | "const-oid", | 1336 | "const-oid", |
1346 | "digest", | 1337 | "digest", |
1347 | "num-bigint-dig", | 1338 | "num-bigint-dig", |
1348 | "num-integer", | 1339 | "num-integer", |
1349 | "num-iter", | ||
1350 | "num-traits", | 1340 | "num-traits", |
1351 | "pkcs1", | 1341 | "pkcs1", |
1352 | "pkcs8", | 1342 | "pkcs8", |
@@ -1375,9 +1365,9 @@ checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76" | |||
1375 | 1365 | ||
1376 | [[package]] | 1366 | [[package]] |
1377 | name = "rustix" | 1367 | name = "rustix" |
1378 | version = "0.38.20" | 1368 | version = "0.38.21" |
1379 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1369 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1380 | checksum = "67ce50cb2e16c2903e30d1cbccfd8387a74b9d4c938b6a4c5ec6cc7556f7a8a0" | 1370 | checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3" |
1381 | dependencies = [ | 1371 | dependencies = [ |
1382 | "bitflags 2.4.1", | 1372 | "bitflags 2.4.1", |
1383 | "errno", | 1373 | "errno", |
@@ -1406,18 +1396,18 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" | |||
1406 | 1396 | ||
1407 | [[package]] | 1397 | [[package]] |
1408 | name = "serde" | 1398 | name = "serde" |
1409 | version = "1.0.189" | 1399 | version = "1.0.190" |
1410 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1400 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1411 | checksum = "8e422a44e74ad4001bdc8eede9a4570ab52f71190e9c076d14369f38b9200537" | 1401 | checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7" |
1412 | dependencies = [ | 1402 | dependencies = [ |
1413 | "serde_derive", | 1403 | "serde_derive", |
1414 | ] | 1404 | ] |
1415 | 1405 | ||
1416 | [[package]] | 1406 | [[package]] |
1417 | name = "serde_derive" | 1407 | name = "serde_derive" |
1418 | version = "1.0.189" | 1408 | version = "1.0.190" |
1419 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1420 | checksum = "1e48d1f918009ce3145511378cf68d613e3b3d9137d67272562080d68a2b32d5" | 1410 | checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3" |
1421 | dependencies = [ | 1411 | dependencies = [ |
1422 | "proc-macro2", | 1412 | "proc-macro2", |
1423 | "quote", | 1413 | "quote", |
@@ -1588,7 +1578,7 @@ version = "0.7.2" | |||
1588 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1578 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1589 | checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d" | 1579 | checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d" |
1590 | dependencies = [ | 1580 | dependencies = [ |
1591 | "ahash 0.8.3", | 1581 | "ahash 0.8.6", |
1592 | "atoi", | 1582 | "atoi", |
1593 | "byteorder", | 1583 | "byteorder", |
1594 | "bytes", | 1584 | "bytes", |
@@ -1668,7 +1658,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1668 | checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db" | 1658 | checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db" |
1669 | dependencies = [ | 1659 | dependencies = [ |
1670 | "atoi", | 1660 | "atoi", |
1671 | "base64 0.21.4", | 1661 | "base64 0.21.5", |
1672 | "bitflags 2.4.1", | 1662 | "bitflags 2.4.1", |
1673 | "byteorder", | 1663 | "byteorder", |
1674 | "bytes", | 1664 | "bytes", |
@@ -1710,7 +1700,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" | |||
1710 | checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624" | 1700 | checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624" |
1711 | dependencies = [ | 1701 | dependencies = [ |
1712 | "atoi", | 1702 | "atoi", |
1713 | "base64 0.21.4", | 1703 | "base64 0.21.5", |
1714 | "bitflags 2.4.1", | 1704 | "bitflags 2.4.1", |
1715 | "byteorder", | 1705 | "byteorder", |
1716 | "crc", | 1706 | "crc", |
@@ -1827,13 +1817,13 @@ checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" | |||
1827 | 1817 | ||
1828 | [[package]] | 1818 | [[package]] |
1829 | name = "tempfile" | 1819 | name = "tempfile" |
1830 | version = "3.8.0" | 1820 | version = "3.8.1" |
1831 | source = "registry+https://github.com/rust-lang/crates.io-index" | 1821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
1832 | checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef" | 1822 | checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5" |
1833 | dependencies = [ | 1823 | dependencies = [ |
1834 | "cfg-if", | 1824 | "cfg-if", |
1835 | "fastrand", | 1825 | "fastrand", |
1836 | "redox_syscall 0.3.5", | 1826 | "redox_syscall", |
1837 | "rustix", | 1827 | "rustix", |
1838 | "windows-sys", | 1828 | "windows-sys", |
1839 | ] | 1829 | ] |
@@ -2037,12 +2027,12 @@ dependencies = [ | |||
2037 | 2027 | ||
2038 | [[package]] | 2028 | [[package]] |
2039 | name = "tracing-log" | 2029 | name = "tracing-log" |
2040 | version = "0.1.3" | 2030 | version = "0.1.4" |
2041 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2031 | source = "registry+https://github.com/rust-lang/crates.io-index" |
2042 | checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922" | 2032 | checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2" |
2043 | dependencies = [ | 2033 | dependencies = [ |
2044 | "lazy_static", | ||
2045 | "log", | 2034 | "log", |
2035 | "once_cell", | ||
2046 | "tracing-core", | 2036 | "tracing-core", |
2047 | ] | 2037 | ] |
2048 | 2038 | ||
@@ -2319,6 +2309,26 @@ dependencies = [ | |||
2319 | ] | 2309 | ] |
2320 | 2310 | ||
2321 | [[package]] | 2311 | [[package]] |
2312 | name = "zerocopy" | ||
2313 | version = "0.7.20" | ||
2314 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2315 | checksum = "dd66a62464e3ffd4e37bd09950c2b9dd6c4f8767380fabba0d523f9a775bc85a" | ||
2316 | dependencies = [ | ||
2317 | "zerocopy-derive", | ||
2318 | ] | ||
2319 | |||
2320 | [[package]] | ||
2321 | name = "zerocopy-derive" | ||
2322 | version = "0.7.20" | ||
2323 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
2324 | checksum = "255c4596d41e6916ced49cfafea18727b24d67878fa180ddfd69b9df34fd1726" | ||
2325 | dependencies = [ | ||
2326 | "proc-macro2", | ||
2327 | "quote", | ||
2328 | "syn 2.0.38", | ||
2329 | ] | ||
2330 | |||
2331 | [[package]] | ||
2322 | name = "zeroize" | 2332 | name = "zeroize" |
2323 | version = "1.6.0" | 2333 | version = "1.6.0" |
2324 | source = "registry+https://github.com/rust-lang/crates.io-index" | 2334 | source = "registry+https://github.com/rust-lang/crates.io-index" |