selenium-webdriver 4.48.0 → 4.49.0
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/CHANGES +8 -0
- data/bin/linux-arm64/selenium-manager +0 -0
- data/bin/{linux → linux-x86_64}/selenium-manager +0 -0
- data/bin/macos/selenium-manager +0 -0
- data/bin/selenium-manager-THIRD-PARTY-NOTICES.txt +271 -26
- data/bin/selenium-manager.cdx.json +211 -211
- data/bin/windows/selenium-manager.exe +0 -0
- data/lib/selenium/webdriver/bidi/protocol/browsing_context.rb +20 -3
- data/lib/selenium/webdriver/bidi/protocol/emulation.rb +272 -6
- data/lib/selenium/webdriver/bidi/support/bidi_generate.rb +21 -12
- data/lib/selenium/webdriver/common/selenium_manager.rb +6 -2
- data/lib/selenium/webdriver/version.rb +1 -1
- metadata +4 -3
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"bomFormat": "CycloneDX",
|
|
3
3
|
"specVersion": "1.3",
|
|
4
4
|
"version": 1,
|
|
5
|
-
"serialNumber": "urn:uuid:
|
|
5
|
+
"serialNumber": "urn:uuid:d33667d2-5182-40bb-a2a4-b804924cc8c0",
|
|
6
6
|
"metadata": {
|
|
7
|
-
"timestamp": "2026-
|
|
7
|
+
"timestamp": "2026-09-09T13:17:17.216296314Z",
|
|
8
8
|
"tools": [
|
|
9
9
|
{
|
|
10
10
|
"vendor": "CycloneDX",
|
|
@@ -19,10 +19,10 @@
|
|
|
19
19
|
],
|
|
20
20
|
"component": {
|
|
21
21
|
"type": "application",
|
|
22
|
-
"bom-ref": "path+file:///home/runner/work/selenium/selenium/rust#selenium-manager@0.4.
|
|
22
|
+
"bom-ref": "path+file:///home/runner/work/selenium/selenium/rust#selenium-manager@0.4.49-nightly",
|
|
23
23
|
"author": "Selenium <selenium-developers@googlegroups.com",
|
|
24
24
|
"name": "selenium-manager",
|
|
25
|
-
"version": "0.4.
|
|
25
|
+
"version": "0.4.49-nightly",
|
|
26
26
|
"description": "Selenium Manager is a CLI tool that automatically manages the browser/driver resources required by Selenium. ",
|
|
27
27
|
"scope": "required",
|
|
28
28
|
"licenses": [
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"expression": "Apache-2.0"
|
|
31
31
|
}
|
|
32
32
|
],
|
|
33
|
-
"purl": "pkg:cargo/selenium-manager@0.4.
|
|
33
|
+
"purl": "pkg:cargo/selenium-manager@0.4.49-nightly?download_url=file://.",
|
|
34
34
|
"externalReferences": [
|
|
35
35
|
{
|
|
36
36
|
"type": "documentation",
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"components": [
|
|
49
49
|
{
|
|
50
50
|
"type": "library",
|
|
51
|
-
"bom-ref": "path+file:///home/runner/work/selenium/selenium/rust#selenium-manager@0.4.
|
|
51
|
+
"bom-ref": "path+file:///home/runner/work/selenium/selenium/rust#selenium-manager@0.4.49-nightly bin-target-0",
|
|
52
52
|
"name": "selenium_manager",
|
|
53
|
-
"version": "0.4.
|
|
54
|
-
"purl": "pkg:cargo/selenium-manager@0.4.
|
|
53
|
+
"version": "0.4.49-nightly",
|
|
54
|
+
"purl": "pkg:cargo/selenium-manager@0.4.49-nightly?download_url=file://.#src/lib.rs"
|
|
55
55
|
},
|
|
56
56
|
{
|
|
57
57
|
"type": "application",
|
|
58
|
-
"bom-ref": "path+file:///home/runner/work/selenium/selenium/rust#selenium-manager@0.4.
|
|
58
|
+
"bom-ref": "path+file:///home/runner/work/selenium/selenium/rust#selenium-manager@0.4.49-nightly bin-target-1",
|
|
59
59
|
"name": "selenium-manager",
|
|
60
|
-
"version": "0.4.
|
|
61
|
-
"purl": "pkg:cargo/selenium-manager@0.4.
|
|
60
|
+
"version": "0.4.49-nightly",
|
|
61
|
+
"purl": "pkg:cargo/selenium-manager@0.4.49-nightly?download_url=file://.#src/main.rs"
|
|
62
62
|
}
|
|
63
63
|
]
|
|
64
64
|
},
|
|
@@ -977,15 +977,15 @@
|
|
|
977
977
|
},
|
|
978
978
|
{
|
|
979
979
|
"type": "library",
|
|
980
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.
|
|
980
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.5",
|
|
981
981
|
"name": "cc",
|
|
982
|
-
"version": "1.4.
|
|
982
|
+
"version": "1.4.5",
|
|
983
983
|
"description": "A build-time dependency for Cargo build scripts to assist in invoking the native C compiler to compile native C code into a static archive to be linked into Rust code. ",
|
|
984
984
|
"scope": "excluded",
|
|
985
985
|
"hashes": [
|
|
986
986
|
{
|
|
987
987
|
"alg": "SHA-256",
|
|
988
|
-
"content": "
|
|
988
|
+
"content": "005ec2760ca554fae18df7a11195552ec576cd665632a881bc011d5bb2fd4d80"
|
|
989
989
|
}
|
|
990
990
|
],
|
|
991
991
|
"licenses": [
|
|
@@ -993,7 +993,7 @@
|
|
|
993
993
|
"expression": "MIT OR Apache-2.0"
|
|
994
994
|
}
|
|
995
995
|
],
|
|
996
|
-
"purl": "pkg:cargo/cc@1.4.
|
|
996
|
+
"purl": "pkg:cargo/cc@1.4.5",
|
|
997
997
|
"externalReferences": [
|
|
998
998
|
{
|
|
999
999
|
"type": "documentation",
|
|
@@ -1104,16 +1104,16 @@
|
|
|
1104
1104
|
},
|
|
1105
1105
|
{
|
|
1106
1106
|
"type": "library",
|
|
1107
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.
|
|
1107
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.2",
|
|
1108
1108
|
"author": "RustCrypto Developers",
|
|
1109
1109
|
"name": "chacha20",
|
|
1110
|
-
"version": "0.10.
|
|
1110
|
+
"version": "0.10.2",
|
|
1111
1111
|
"description": "The ChaCha20 stream cipher (RFC 8439) implemented in pure Rust using traits from the RustCrypto `cipher` crate, with optional architecture-specific hardware acceleration (AVX2, SSE2). Additionally provides the ChaCha8, ChaCha12, XChaCha20, XChaCha12 and XChaCha8 stream ciphers, and also optional rand_core-compatible RNGs based on those ciphers. ",
|
|
1112
1112
|
"scope": "required",
|
|
1113
1113
|
"hashes": [
|
|
1114
1114
|
{
|
|
1115
1115
|
"alg": "SHA-256",
|
|
1116
|
-
"content": "
|
|
1116
|
+
"content": "65c35e4b699c7e15ccbe7ee35c005e4fc0a278d22238a2857e6ce2dadeda1b06"
|
|
1117
1117
|
}
|
|
1118
1118
|
],
|
|
1119
1119
|
"licenses": [
|
|
@@ -1121,7 +1121,7 @@
|
|
|
1121
1121
|
"expression": "MIT OR Apache-2.0"
|
|
1122
1122
|
}
|
|
1123
1123
|
],
|
|
1124
|
-
"purl": "pkg:cargo/chacha20@0.10.
|
|
1124
|
+
"purl": "pkg:cargo/chacha20@0.10.2",
|
|
1125
1125
|
"externalReferences": [
|
|
1126
1126
|
{
|
|
1127
1127
|
"type": "documentation",
|
|
@@ -1481,16 +1481,16 @@
|
|
|
1481
1481
|
},
|
|
1482
1482
|
{
|
|
1483
1483
|
"type": "library",
|
|
1484
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.
|
|
1484
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.1",
|
|
1485
1485
|
"author": "RustCrypto Developers",
|
|
1486
1486
|
"name": "cpufeatures",
|
|
1487
|
-
"version": "0.3.
|
|
1487
|
+
"version": "0.3.1",
|
|
1488
1488
|
"description": "Lightweight runtime CPU feature detection for aarch64, loongarch64, and x86/x86_64 targets, with no_std support and support for mobile targets including Android and iOS ",
|
|
1489
1489
|
"scope": "required",
|
|
1490
1490
|
"hashes": [
|
|
1491
1491
|
{
|
|
1492
1492
|
"alg": "SHA-256",
|
|
1493
|
-
"content": "
|
|
1493
|
+
"content": "5ca28b0ae3115b884660db4118d803791fd6756b6e88f39c0f3f7859060d7566"
|
|
1494
1494
|
}
|
|
1495
1495
|
],
|
|
1496
1496
|
"licenses": [
|
|
@@ -1498,7 +1498,7 @@
|
|
|
1498
1498
|
"expression": "MIT OR Apache-2.0"
|
|
1499
1499
|
}
|
|
1500
1500
|
],
|
|
1501
|
-
"purl": "pkg:cargo/cpufeatures@0.3.
|
|
1501
|
+
"purl": "pkg:cargo/cpufeatures@0.3.1",
|
|
1502
1502
|
"externalReferences": [
|
|
1503
1503
|
{
|
|
1504
1504
|
"type": "documentation",
|
|
@@ -2194,15 +2194,15 @@
|
|
|
2194
2194
|
},
|
|
2195
2195
|
{
|
|
2196
2196
|
"type": "library",
|
|
2197
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.
|
|
2197
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.12",
|
|
2198
2198
|
"name": "find-msvc-tools",
|
|
2199
|
-
"version": "0.1.
|
|
2199
|
+
"version": "0.1.12",
|
|
2200
2200
|
"description": "Find windows-specific tools, read MSVC versions from the registry and from COM interfaces",
|
|
2201
2201
|
"scope": "excluded",
|
|
2202
2202
|
"hashes": [
|
|
2203
2203
|
{
|
|
2204
2204
|
"alg": "SHA-256",
|
|
2205
|
-
"content": "
|
|
2205
|
+
"content": "3e0f1c7c3a72c66fd80abe965175f7523475c0489a87d3ff9d6e8c87d87a9d2d"
|
|
2206
2206
|
}
|
|
2207
2207
|
],
|
|
2208
2208
|
"licenses": [
|
|
@@ -2210,7 +2210,7 @@
|
|
|
2210
2210
|
"expression": "MIT OR Apache-2.0"
|
|
2211
2211
|
}
|
|
2212
2212
|
],
|
|
2213
|
-
"purl": "pkg:cargo/find-msvc-tools@0.1.
|
|
2213
|
+
"purl": "pkg:cargo/find-msvc-tools@0.1.12",
|
|
2214
2214
|
"externalReferences": [
|
|
2215
2215
|
{
|
|
2216
2216
|
"type": "documentation",
|
|
@@ -2224,16 +2224,16 @@
|
|
|
2224
2224
|
},
|
|
2225
2225
|
{
|
|
2226
2226
|
"type": "library",
|
|
2227
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.
|
|
2227
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.10",
|
|
2228
2228
|
"author": "Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>",
|
|
2229
2229
|
"name": "flate2",
|
|
2230
|
-
"version": "1.1.
|
|
2230
|
+
"version": "1.1.10",
|
|
2231
2231
|
"description": "DEFLATE compression and decompression exposed as Read/BufRead/Write streams. Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip, and raw deflate streams. ",
|
|
2232
2232
|
"scope": "required",
|
|
2233
2233
|
"hashes": [
|
|
2234
2234
|
{
|
|
2235
2235
|
"alg": "SHA-256",
|
|
2236
|
-
"content": "
|
|
2236
|
+
"content": "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
|
|
2237
2237
|
}
|
|
2238
2238
|
],
|
|
2239
2239
|
"licenses": [
|
|
@@ -2241,7 +2241,7 @@
|
|
|
2241
2241
|
"expression": "MIT OR Apache-2.0"
|
|
2242
2242
|
}
|
|
2243
2243
|
],
|
|
2244
|
-
"purl": "pkg:cargo/flate2@1.1.
|
|
2244
|
+
"purl": "pkg:cargo/flate2@1.1.10",
|
|
2245
2245
|
"externalReferences": [
|
|
2246
2246
|
{
|
|
2247
2247
|
"type": "documentation",
|
|
@@ -2959,16 +2959,16 @@
|
|
|
2959
2959
|
},
|
|
2960
2960
|
{
|
|
2961
2961
|
"type": "library",
|
|
2962
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.
|
|
2962
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.1",
|
|
2963
2963
|
"author": "Sean McArthur <sean@seanmonstar.com>",
|
|
2964
2964
|
"name": "hyper",
|
|
2965
|
-
"version": "1.11.
|
|
2965
|
+
"version": "1.11.1",
|
|
2966
2966
|
"description": "A protective and efficient HTTP library for all.",
|
|
2967
2967
|
"scope": "required",
|
|
2968
2968
|
"hashes": [
|
|
2969
2969
|
{
|
|
2970
2970
|
"alg": "SHA-256",
|
|
2971
|
-
"content": "
|
|
2971
|
+
"content": "27b501faa50e7a26c3d3560ca625132f4078a17771f4810baf70475ae48cbe43"
|
|
2972
2972
|
}
|
|
2973
2973
|
],
|
|
2974
2974
|
"licenses": [
|
|
@@ -2976,7 +2976,7 @@
|
|
|
2976
2976
|
"expression": "MIT"
|
|
2977
2977
|
}
|
|
2978
2978
|
],
|
|
2979
|
-
"purl": "pkg:cargo/hyper@1.11.
|
|
2979
|
+
"purl": "pkg:cargo/hyper@1.11.1",
|
|
2980
2980
|
"externalReferences": [
|
|
2981
2981
|
{
|
|
2982
2982
|
"type": "documentation",
|
|
@@ -3357,15 +3357,15 @@
|
|
|
3357
3357
|
},
|
|
3358
3358
|
{
|
|
3359
3359
|
"type": "library",
|
|
3360
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.
|
|
3360
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.2",
|
|
3361
3361
|
"name": "indexmap",
|
|
3362
|
-
"version": "2.14.
|
|
3362
|
+
"version": "2.14.2",
|
|
3363
3363
|
"description": "A hash table with consistent order and fast iteration.",
|
|
3364
3364
|
"scope": "required",
|
|
3365
3365
|
"hashes": [
|
|
3366
3366
|
{
|
|
3367
3367
|
"alg": "SHA-256",
|
|
3368
|
-
"content": "
|
|
3368
|
+
"content": "cc4e190f5d26ca7051642629da2c52fc03bde85a03197c99408dcd291734c855"
|
|
3369
3369
|
}
|
|
3370
3370
|
],
|
|
3371
3371
|
"licenses": [
|
|
@@ -3373,7 +3373,7 @@
|
|
|
3373
3373
|
"expression": "Apache-2.0 OR MIT"
|
|
3374
3374
|
}
|
|
3375
3375
|
],
|
|
3376
|
-
"purl": "pkg:cargo/indexmap@2.14.
|
|
3376
|
+
"purl": "pkg:cargo/indexmap@2.14.2",
|
|
3377
3377
|
"externalReferences": [
|
|
3378
3378
|
{
|
|
3379
3379
|
"type": "documentation",
|
|
@@ -3457,16 +3457,16 @@
|
|
|
3457
3457
|
},
|
|
3458
3458
|
{
|
|
3459
3459
|
"type": "library",
|
|
3460
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.
|
|
3460
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.2",
|
|
3461
3461
|
"author": "Kris Price <kris@krisprice.nz>",
|
|
3462
3462
|
"name": "ipnet",
|
|
3463
|
-
"version": "2.12.
|
|
3463
|
+
"version": "2.12.2",
|
|
3464
3464
|
"description": "Provides types and useful methods for working with IPv4 and IPv6 network addresses, commonly called IP prefixes. The new `IpNet`, `Ipv4Net`, and `Ipv6Net` types build on the existing `IpAddr`, `Ipv4Addr`, and `Ipv6Addr` types already provided in Rust's standard library and align to their design to stay consistent. The module also provides useful traits that extend `Ipv4Addr` and `Ipv6Addr` with methods for `Add`, `Sub`, `BitAnd`, and `BitOr` operations. The module only uses stable feature so it is guaranteed to compile using the stable toolchain.",
|
|
3465
3465
|
"scope": "required",
|
|
3466
3466
|
"hashes": [
|
|
3467
3467
|
{
|
|
3468
3468
|
"alg": "SHA-256",
|
|
3469
|
-
"content": "
|
|
3469
|
+
"content": "791930b43c0d5973160d90a8f3894509f2b273430f5c5c73b668636d0287c5c0"
|
|
3470
3470
|
}
|
|
3471
3471
|
],
|
|
3472
3472
|
"licenses": [
|
|
@@ -3474,7 +3474,7 @@
|
|
|
3474
3474
|
"expression": "MIT OR Apache-2.0"
|
|
3475
3475
|
}
|
|
3476
3476
|
],
|
|
3477
|
-
"purl": "pkg:cargo/ipnet@2.12.
|
|
3477
|
+
"purl": "pkg:cargo/ipnet@2.12.2",
|
|
3478
3478
|
"externalReferences": [
|
|
3479
3479
|
{
|
|
3480
3480
|
"type": "documentation",
|
|
@@ -3831,16 +3831,16 @@
|
|
|
3831
3831
|
},
|
|
3832
3832
|
{
|
|
3833
3833
|
"type": "library",
|
|
3834
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
3834
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
3835
3835
|
"author": "The wasm-bindgen Developers",
|
|
3836
3836
|
"name": "js-sys",
|
|
3837
|
-
"version": "0.3.
|
|
3837
|
+
"version": "0.3.105",
|
|
3838
3838
|
"description": "Bindings for all JS global objects and functions in all JS environments like Node.js and browsers, built on `#[wasm_bindgen]` using the `wasm-bindgen` crate. ",
|
|
3839
3839
|
"scope": "required",
|
|
3840
3840
|
"hashes": [
|
|
3841
3841
|
{
|
|
3842
3842
|
"alg": "SHA-256",
|
|
3843
|
-
"content": "
|
|
3843
|
+
"content": "ce57d20d1ea864ce2ac172ab472d409214f4fd359f0b2a2775abdf522e2af99e"
|
|
3844
3844
|
}
|
|
3845
3845
|
],
|
|
3846
3846
|
"licenses": [
|
|
@@ -3848,7 +3848,7 @@
|
|
|
3848
3848
|
"expression": "MIT OR Apache-2.0"
|
|
3849
3849
|
}
|
|
3850
3850
|
],
|
|
3851
|
-
"purl": "pkg:cargo/js-sys@0.3.
|
|
3851
|
+
"purl": "pkg:cargo/js-sys@0.3.105",
|
|
3852
3852
|
"externalReferences": [
|
|
3853
3853
|
{
|
|
3854
3854
|
"type": "documentation",
|
|
@@ -3922,16 +3922,16 @@
|
|
|
3922
3922
|
},
|
|
3923
3923
|
{
|
|
3924
3924
|
"type": "library",
|
|
3925
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.
|
|
3925
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.23",
|
|
3926
3926
|
"author": "4lDO2 <4lDO2@protonmail.com>",
|
|
3927
3927
|
"name": "libredox",
|
|
3928
|
-
"version": "0.1.
|
|
3928
|
+
"version": "0.1.23",
|
|
3929
3929
|
"description": "Redox stable ABI",
|
|
3930
3930
|
"scope": "required",
|
|
3931
3931
|
"hashes": [
|
|
3932
3932
|
{
|
|
3933
3933
|
"alg": "SHA-256",
|
|
3934
|
-
"content": "
|
|
3934
|
+
"content": "8d8f1ea3f21fd3405dcaf6c9b5c1630af9afc422d9073ea39c5f6d6c772e08ed"
|
|
3935
3935
|
}
|
|
3936
3936
|
],
|
|
3937
3937
|
"licenses": [
|
|
@@ -3939,7 +3939,7 @@
|
|
|
3939
3939
|
"expression": "MIT"
|
|
3940
3940
|
}
|
|
3941
3941
|
],
|
|
3942
|
-
"purl": "pkg:cargo/libredox@0.1.
|
|
3942
|
+
"purl": "pkg:cargo/libredox@0.1.23",
|
|
3943
3943
|
"externalReferences": [
|
|
3944
3944
|
{
|
|
3945
3945
|
"type": "vcs",
|
|
@@ -4204,16 +4204,16 @@
|
|
|
4204
4204
|
},
|
|
4205
4205
|
{
|
|
4206
4206
|
"type": "library",
|
|
4207
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.
|
|
4207
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.9.1",
|
|
4208
4208
|
"author": "Frommi <daniil.liferenko@gmail.com>, oyvindln <oyvindln@users.noreply.github.com>, Rich Geldreich richgel99@gmail.com",
|
|
4209
4209
|
"name": "miniz_oxide",
|
|
4210
|
-
"version": "0.
|
|
4210
|
+
"version": "0.9.1",
|
|
4211
4211
|
"description": "DEFLATE compression and decompression library rewritten in Rust based on miniz",
|
|
4212
4212
|
"scope": "required",
|
|
4213
4213
|
"hashes": [
|
|
4214
4214
|
{
|
|
4215
4215
|
"alg": "SHA-256",
|
|
4216
|
-
"content": "
|
|
4216
|
+
"content": "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
|
|
4217
4217
|
}
|
|
4218
4218
|
],
|
|
4219
4219
|
"licenses": [
|
|
@@ -4221,7 +4221,7 @@
|
|
|
4221
4221
|
"expression": "MIT OR Zlib OR Apache-2.0"
|
|
4222
4222
|
}
|
|
4223
4223
|
],
|
|
4224
|
-
"purl": "pkg:cargo/miniz_oxide@0.
|
|
4224
|
+
"purl": "pkg:cargo/miniz_oxide@0.9.1",
|
|
4225
4225
|
"externalReferences": [
|
|
4226
4226
|
{
|
|
4227
4227
|
"type": "documentation",
|
|
@@ -4239,16 +4239,16 @@
|
|
|
4239
4239
|
},
|
|
4240
4240
|
{
|
|
4241
4241
|
"type": "library",
|
|
4242
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.
|
|
4242
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.3",
|
|
4243
4243
|
"author": "Carl Lerche <me@carllerche.com>, Thomas de Zeeuw <thomasdezeeuw@gmail.com>, Tokio Contributors <team@tokio.rs>",
|
|
4244
4244
|
"name": "mio",
|
|
4245
|
-
"version": "1.2.
|
|
4245
|
+
"version": "1.2.3",
|
|
4246
4246
|
"description": "Lightweight non-blocking I/O.",
|
|
4247
4247
|
"scope": "required",
|
|
4248
4248
|
"hashes": [
|
|
4249
4249
|
{
|
|
4250
4250
|
"alg": "SHA-256",
|
|
4251
|
-
"content": "
|
|
4251
|
+
"content": "4b18443e9c262bfe8fa82f51666e2642c53393f7e5c27b3e1aeab922cff5b9d8"
|
|
4252
4252
|
}
|
|
4253
4253
|
],
|
|
4254
4254
|
"licenses": [
|
|
@@ -4256,7 +4256,7 @@
|
|
|
4256
4256
|
"expression": "MIT"
|
|
4257
4257
|
}
|
|
4258
4258
|
],
|
|
4259
|
-
"purl": "pkg:cargo/mio@1.2.
|
|
4259
|
+
"purl": "pkg:cargo/mio@1.2.3",
|
|
4260
4260
|
"externalReferences": [
|
|
4261
4261
|
{
|
|
4262
4262
|
"type": "website",
|
|
@@ -4605,15 +4605,15 @@
|
|
|
4605
4605
|
},
|
|
4606
4606
|
{
|
|
4607
4607
|
"type": "library",
|
|
4608
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic-util@0.2.
|
|
4608
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic-util@0.2.8",
|
|
4609
4609
|
"name": "portable-atomic-util",
|
|
4610
|
-
"version": "0.2.
|
|
4610
|
+
"version": "0.2.8",
|
|
4611
4611
|
"description": "Synchronization primitives built with portable-atomic. ",
|
|
4612
4612
|
"scope": "required",
|
|
4613
4613
|
"hashes": [
|
|
4614
4614
|
{
|
|
4615
4615
|
"alg": "SHA-256",
|
|
4616
|
-
"content": "
|
|
4616
|
+
"content": "10ab3eb7f3becc3a1cbc4f2c6f20267996cfc1a6467a873763411b136a122715"
|
|
4617
4617
|
}
|
|
4618
4618
|
],
|
|
4619
4619
|
"licenses": [
|
|
@@ -4621,7 +4621,7 @@
|
|
|
4621
4621
|
"expression": "Apache-2.0 OR MIT"
|
|
4622
4622
|
}
|
|
4623
4623
|
],
|
|
4624
|
-
"purl": "pkg:cargo/portable-atomic-util@0.2.
|
|
4624
|
+
"purl": "pkg:cargo/portable-atomic-util@0.2.8",
|
|
4625
4625
|
"externalReferences": [
|
|
4626
4626
|
{
|
|
4627
4627
|
"type": "vcs",
|
|
@@ -6418,16 +6418,16 @@
|
|
|
6418
6418
|
},
|
|
6419
6419
|
{
|
|
6420
6420
|
"type": "library",
|
|
6421
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.
|
|
6421
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.16.0",
|
|
6422
6422
|
"author": "The Servo Project Developers",
|
|
6423
6423
|
"name": "smallvec",
|
|
6424
|
-
"version": "1.
|
|
6424
|
+
"version": "1.16.0",
|
|
6425
6425
|
"description": "'Small vector' optimization: store up to a small number of items on the stack",
|
|
6426
6426
|
"scope": "required",
|
|
6427
6427
|
"hashes": [
|
|
6428
6428
|
{
|
|
6429
6429
|
"alg": "SHA-256",
|
|
6430
|
-
"content": "
|
|
6430
|
+
"content": "b9be42f50aa861c555654aa3a37f52f4b1074bacf4e48fe0ef7fa584e80f1f0f"
|
|
6431
6431
|
}
|
|
6432
6432
|
],
|
|
6433
6433
|
"licenses": [
|
|
@@ -6435,7 +6435,7 @@
|
|
|
6435
6435
|
"expression": "MIT OR Apache-2.0"
|
|
6436
6436
|
}
|
|
6437
6437
|
],
|
|
6438
|
-
"purl": "pkg:cargo/smallvec@1.
|
|
6438
|
+
"purl": "pkg:cargo/smallvec@1.16.0",
|
|
6439
6439
|
"externalReferences": [
|
|
6440
6440
|
{
|
|
6441
6441
|
"type": "documentation",
|
|
@@ -6643,16 +6643,16 @@
|
|
|
6643
6643
|
},
|
|
6644
6644
|
{
|
|
6645
6645
|
"type": "library",
|
|
6646
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.
|
|
6646
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.5",
|
|
6647
6647
|
"author": "David Tolnay <dtolnay@gmail.com>",
|
|
6648
6648
|
"name": "syn",
|
|
6649
|
-
"version": "3.0.
|
|
6649
|
+
"version": "3.0.5",
|
|
6650
6650
|
"description": "Parser for Rust source code",
|
|
6651
6651
|
"scope": "required",
|
|
6652
6652
|
"hashes": [
|
|
6653
6653
|
{
|
|
6654
6654
|
"alg": "SHA-256",
|
|
6655
|
-
"content": "
|
|
6655
|
+
"content": "12df2e0110f65b775f769bb17ef989067a1d931b2eb822bd4346631eeada89f9"
|
|
6656
6656
|
}
|
|
6657
6657
|
],
|
|
6658
6658
|
"licenses": [
|
|
@@ -6660,7 +6660,7 @@
|
|
|
6660
6660
|
"expression": "MIT OR Apache-2.0"
|
|
6661
6661
|
}
|
|
6662
6662
|
],
|
|
6663
|
-
"purl": "pkg:cargo/syn@3.0.
|
|
6663
|
+
"purl": "pkg:cargo/syn@3.0.5",
|
|
6664
6664
|
"externalReferences": [
|
|
6665
6665
|
{
|
|
6666
6666
|
"type": "documentation",
|
|
@@ -7038,16 +7038,16 @@
|
|
|
7038
7038
|
},
|
|
7039
7039
|
{
|
|
7040
7040
|
"type": "library",
|
|
7041
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.
|
|
7041
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.13.2",
|
|
7042
7042
|
"author": "Lokathor <zefria@gmail.com>",
|
|
7043
7043
|
"name": "tinyvec",
|
|
7044
|
-
"version": "1.
|
|
7044
|
+
"version": "1.13.2",
|
|
7045
7045
|
"description": "`tinyvec` provides 100% safe vec-like data structures.",
|
|
7046
7046
|
"scope": "required",
|
|
7047
7047
|
"hashes": [
|
|
7048
7048
|
{
|
|
7049
7049
|
"alg": "SHA-256",
|
|
7050
|
-
"content": "
|
|
7050
|
+
"content": "4cf0ded5c4e56918d8f8a339e1bb67d038d3bc6d144ac407904015ba2e4cde9b"
|
|
7051
7051
|
}
|
|
7052
7052
|
],
|
|
7053
7053
|
"licenses": [
|
|
@@ -7055,7 +7055,7 @@
|
|
|
7055
7055
|
"expression": "Zlib OR Apache-2.0 OR MIT"
|
|
7056
7056
|
}
|
|
7057
7057
|
],
|
|
7058
|
-
"purl": "pkg:cargo/tinyvec@1.
|
|
7058
|
+
"purl": "pkg:cargo/tinyvec@1.13.2",
|
|
7059
7059
|
"externalReferences": [
|
|
7060
7060
|
{
|
|
7061
7061
|
"type": "vcs",
|
|
@@ -7123,15 +7123,15 @@
|
|
|
7123
7123
|
},
|
|
7124
7124
|
{
|
|
7125
7125
|
"type": "library",
|
|
7126
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.
|
|
7126
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.5",
|
|
7127
7127
|
"name": "tokio-rustls",
|
|
7128
|
-
"version": "0.26.
|
|
7128
|
+
"version": "0.26.5",
|
|
7129
7129
|
"description": "Asynchronous TLS/SSL streams for Tokio using Rustls.",
|
|
7130
7130
|
"scope": "required",
|
|
7131
7131
|
"hashes": [
|
|
7132
7132
|
{
|
|
7133
7133
|
"alg": "SHA-256",
|
|
7134
|
-
"content": "
|
|
7134
|
+
"content": "b0c85f2c3ef0b1cd58b36682f4b17aaa995f0e5db534d85692b4903abce21f67"
|
|
7135
7135
|
}
|
|
7136
7136
|
],
|
|
7137
7137
|
"licenses": [
|
|
@@ -7139,7 +7139,7 @@
|
|
|
7139
7139
|
"expression": "MIT OR Apache-2.0"
|
|
7140
7140
|
}
|
|
7141
7141
|
],
|
|
7142
|
-
"purl": "pkg:cargo/tokio-rustls@0.26.
|
|
7142
|
+
"purl": "pkg:cargo/tokio-rustls@0.26.5",
|
|
7143
7143
|
"externalReferences": [
|
|
7144
7144
|
{
|
|
7145
7145
|
"type": "documentation",
|
|
@@ -7188,15 +7188,15 @@
|
|
|
7188
7188
|
},
|
|
7189
7189
|
{
|
|
7190
7190
|
"type": "library",
|
|
7191
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.
|
|
7191
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.5+spec-1.1.0",
|
|
7192
7192
|
"name": "toml",
|
|
7193
|
-
"version": "1.1.
|
|
7193
|
+
"version": "1.1.5+spec-1.1.0",
|
|
7194
7194
|
"description": "A native Rust encoder and decoder of TOML-formatted files and streams. Provides implementations of the standard Serialize/Deserialize traits for TOML data to facilitate deserializing and serializing Rust structures. ",
|
|
7195
7195
|
"scope": "required",
|
|
7196
7196
|
"hashes": [
|
|
7197
7197
|
{
|
|
7198
7198
|
"alg": "SHA-256",
|
|
7199
|
-
"content": "
|
|
7199
|
+
"content": "12c0ba9680044b4ce98d391a62094047eada0d64860b80166c39f4a6b5640785"
|
|
7200
7200
|
}
|
|
7201
7201
|
],
|
|
7202
7202
|
"licenses": [
|
|
@@ -7204,7 +7204,7 @@
|
|
|
7204
7204
|
"expression": "MIT OR Apache-2.0"
|
|
7205
7205
|
}
|
|
7206
7206
|
],
|
|
7207
|
-
"purl": "pkg:cargo/toml@1.1.
|
|
7207
|
+
"purl": "pkg:cargo/toml@1.1.5+spec-1.1.0",
|
|
7208
7208
|
"externalReferences": [
|
|
7209
7209
|
{
|
|
7210
7210
|
"type": "vcs",
|
|
@@ -7904,16 +7904,16 @@
|
|
|
7904
7904
|
},
|
|
7905
7905
|
{
|
|
7906
7906
|
"type": "library",
|
|
7907
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.
|
|
7907
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.78",
|
|
7908
7908
|
"author": "The wasm-bindgen Developers",
|
|
7909
7909
|
"name": "wasm-bindgen-futures",
|
|
7910
|
-
"version": "0.4.
|
|
7910
|
+
"version": "0.4.78",
|
|
7911
7911
|
"description": "Bridging the gap between Rust Futures and JavaScript Promises",
|
|
7912
7912
|
"scope": "required",
|
|
7913
7913
|
"hashes": [
|
|
7914
7914
|
{
|
|
7915
7915
|
"alg": "SHA-256",
|
|
7916
|
-
"content": "
|
|
7916
|
+
"content": "6ef4c5d3d2cdf5c54f4231181768f5510842e350db025faf1f7163b1030ed928"
|
|
7917
7917
|
}
|
|
7918
7918
|
],
|
|
7919
7919
|
"licenses": [
|
|
@@ -7921,7 +7921,7 @@
|
|
|
7921
7921
|
"expression": "MIT OR Apache-2.0"
|
|
7922
7922
|
}
|
|
7923
7923
|
],
|
|
7924
|
-
"purl": "pkg:cargo/wasm-bindgen-futures@0.4.
|
|
7924
|
+
"purl": "pkg:cargo/wasm-bindgen-futures@0.4.78",
|
|
7925
7925
|
"externalReferences": [
|
|
7926
7926
|
{
|
|
7927
7927
|
"type": "documentation",
|
|
@@ -7939,16 +7939,16 @@
|
|
|
7939
7939
|
},
|
|
7940
7940
|
{
|
|
7941
7941
|
"type": "library",
|
|
7942
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.
|
|
7942
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.128",
|
|
7943
7943
|
"author": "The wasm-bindgen Developers",
|
|
7944
7944
|
"name": "wasm-bindgen-macro-support",
|
|
7945
|
-
"version": "0.2.
|
|
7945
|
+
"version": "0.2.128",
|
|
7946
7946
|
"description": "Implementation APIs for the `#[wasm_bindgen]` attribute",
|
|
7947
7947
|
"scope": "required",
|
|
7948
7948
|
"hashes": [
|
|
7949
7949
|
{
|
|
7950
7950
|
"alg": "SHA-256",
|
|
7951
|
-
"content": "
|
|
7951
|
+
"content": "411e4887f0071ef2d2164a9d5fdf2d20efbef78fccd3a78b0c10a1dc5295e48a"
|
|
7952
7952
|
}
|
|
7953
7953
|
],
|
|
7954
7954
|
"licenses": [
|
|
@@ -7956,7 +7956,7 @@
|
|
|
7956
7956
|
"expression": "MIT OR Apache-2.0"
|
|
7957
7957
|
}
|
|
7958
7958
|
],
|
|
7959
|
-
"purl": "pkg:cargo/wasm-bindgen-macro-support@0.2.
|
|
7959
|
+
"purl": "pkg:cargo/wasm-bindgen-macro-support@0.2.128",
|
|
7960
7960
|
"externalReferences": [
|
|
7961
7961
|
{
|
|
7962
7962
|
"type": "documentation",
|
|
@@ -7968,22 +7968,22 @@
|
|
|
7968
7968
|
},
|
|
7969
7969
|
{
|
|
7970
7970
|
"type": "vcs",
|
|
7971
|
-
"url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/
|
|
7971
|
+
"url": "https://github.com/wasm-bindgen/wasm-bindgen/tree/main/crates/macro-support"
|
|
7972
7972
|
}
|
|
7973
7973
|
]
|
|
7974
7974
|
},
|
|
7975
7975
|
{
|
|
7976
7976
|
"type": "library",
|
|
7977
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.
|
|
7977
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.128",
|
|
7978
7978
|
"author": "The wasm-bindgen Developers",
|
|
7979
7979
|
"name": "wasm-bindgen-macro",
|
|
7980
|
-
"version": "0.2.
|
|
7980
|
+
"version": "0.2.128",
|
|
7981
7981
|
"description": "Definition of the `#[wasm_bindgen]` attribute, an internal dependency ",
|
|
7982
7982
|
"scope": "required",
|
|
7983
7983
|
"hashes": [
|
|
7984
7984
|
{
|
|
7985
7985
|
"alg": "SHA-256",
|
|
7986
|
-
"content": "
|
|
7986
|
+
"content": "a690d511e3c1a8b3a55e33511e3c2c00c78415cd23650f32b808627f5696b9ed"
|
|
7987
7987
|
}
|
|
7988
7988
|
],
|
|
7989
7989
|
"licenses": [
|
|
@@ -7991,7 +7991,7 @@
|
|
|
7991
7991
|
"expression": "MIT OR Apache-2.0"
|
|
7992
7992
|
}
|
|
7993
7993
|
],
|
|
7994
|
-
"purl": "pkg:cargo/wasm-bindgen-macro@0.2.
|
|
7994
|
+
"purl": "pkg:cargo/wasm-bindgen-macro@0.2.128",
|
|
7995
7995
|
"externalReferences": [
|
|
7996
7996
|
{
|
|
7997
7997
|
"type": "documentation",
|
|
@@ -8009,16 +8009,16 @@
|
|
|
8009
8009
|
},
|
|
8010
8010
|
{
|
|
8011
8011
|
"type": "library",
|
|
8012
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.
|
|
8012
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.128",
|
|
8013
8013
|
"author": "The wasm-bindgen Developers",
|
|
8014
8014
|
"name": "wasm-bindgen-shared",
|
|
8015
|
-
"version": "0.2.
|
|
8015
|
+
"version": "0.2.128",
|
|
8016
8016
|
"description": "Shared support between wasm-bindgen and wasm-bindgen cli, an internal dependency. ",
|
|
8017
8017
|
"scope": "required",
|
|
8018
8018
|
"hashes": [
|
|
8019
8019
|
{
|
|
8020
8020
|
"alg": "SHA-256",
|
|
8021
|
-
"content": "
|
|
8021
|
+
"content": "81941cd78d0c92026c33e5e01312845a4cb1e9af3407f9134b100dd03144103e"
|
|
8022
8022
|
}
|
|
8023
8023
|
],
|
|
8024
8024
|
"licenses": [
|
|
@@ -8026,7 +8026,7 @@
|
|
|
8026
8026
|
"expression": "MIT OR Apache-2.0"
|
|
8027
8027
|
}
|
|
8028
8028
|
],
|
|
8029
|
-
"purl": "pkg:cargo/wasm-bindgen-shared@0.2.
|
|
8029
|
+
"purl": "pkg:cargo/wasm-bindgen-shared@0.2.128",
|
|
8030
8030
|
"externalReferences": [
|
|
8031
8031
|
{
|
|
8032
8032
|
"type": "documentation",
|
|
@@ -8048,16 +8048,16 @@
|
|
|
8048
8048
|
},
|
|
8049
8049
|
{
|
|
8050
8050
|
"type": "library",
|
|
8051
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
8051
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128",
|
|
8052
8052
|
"author": "The wasm-bindgen Developers",
|
|
8053
8053
|
"name": "wasm-bindgen",
|
|
8054
|
-
"version": "0.2.
|
|
8054
|
+
"version": "0.2.128",
|
|
8055
8055
|
"description": "Easy support for interacting between JS and Rust. ",
|
|
8056
8056
|
"scope": "required",
|
|
8057
8057
|
"hashes": [
|
|
8058
8058
|
{
|
|
8059
8059
|
"alg": "SHA-256",
|
|
8060
|
-
"content": "
|
|
8060
|
+
"content": "aecb87a33d3b0c5e3b7aa46336eaf486cffafbd281b195e4c8b80d50df2351bf"
|
|
8061
8061
|
}
|
|
8062
8062
|
],
|
|
8063
8063
|
"licenses": [
|
|
@@ -8065,7 +8065,7 @@
|
|
|
8065
8065
|
"expression": "MIT OR Apache-2.0"
|
|
8066
8066
|
}
|
|
8067
8067
|
],
|
|
8068
|
-
"purl": "pkg:cargo/wasm-bindgen@0.2.
|
|
8068
|
+
"purl": "pkg:cargo/wasm-bindgen@0.2.128",
|
|
8069
8069
|
"externalReferences": [
|
|
8070
8070
|
{
|
|
8071
8071
|
"type": "documentation",
|
|
@@ -8083,16 +8083,16 @@
|
|
|
8083
8083
|
},
|
|
8084
8084
|
{
|
|
8085
8085
|
"type": "library",
|
|
8086
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.
|
|
8086
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.105",
|
|
8087
8087
|
"author": "The wasm-bindgen Developers",
|
|
8088
8088
|
"name": "web-sys",
|
|
8089
|
-
"version": "0.3.
|
|
8089
|
+
"version": "0.3.105",
|
|
8090
8090
|
"description": "Bindings for all Web APIs, a procedurally generated crate from WebIDL ",
|
|
8091
8091
|
"scope": "required",
|
|
8092
8092
|
"hashes": [
|
|
8093
8093
|
{
|
|
8094
8094
|
"alg": "SHA-256",
|
|
8095
|
-
"content": "
|
|
8095
|
+
"content": "9fbddc4a036f00ec4f18c83445bd3115cb306a91da554919a099d9222fe4a7f8"
|
|
8096
8096
|
}
|
|
8097
8097
|
],
|
|
8098
8098
|
"licenses": [
|
|
@@ -8100,7 +8100,7 @@
|
|
|
8100
8100
|
"expression": "MIT OR Apache-2.0"
|
|
8101
8101
|
}
|
|
8102
8102
|
],
|
|
8103
|
-
"purl": "pkg:cargo/web-sys@0.3.
|
|
8103
|
+
"purl": "pkg:cargo/web-sys@0.3.105",
|
|
8104
8104
|
"externalReferences": [
|
|
8105
8105
|
{
|
|
8106
8106
|
"type": "documentation",
|
|
@@ -9444,24 +9444,24 @@
|
|
|
9444
9444
|
},
|
|
9445
9445
|
{
|
|
9446
9446
|
"type": "library",
|
|
9447
|
-
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0
|
|
9447
|
+
"bom-ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.1.0+zstd.1.5.7",
|
|
9448
9448
|
"author": "Alexandre Bury <alexandre.bury@gmail.com>",
|
|
9449
9449
|
"name": "zstd-sys",
|
|
9450
|
-
"version": "2.0
|
|
9450
|
+
"version": "2.1.0+zstd.1.5.7",
|
|
9451
9451
|
"description": "Low-level bindings for the zstd compression library.",
|
|
9452
9452
|
"scope": "required",
|
|
9453
9453
|
"hashes": [
|
|
9454
9454
|
{
|
|
9455
9455
|
"alg": "SHA-256",
|
|
9456
|
-
"content": "
|
|
9456
|
+
"content": "0ef0a8027ec3ee71300ab3bcbcd0393f434aa72b91ca6d635a39941deae8eea0"
|
|
9457
9457
|
}
|
|
9458
9458
|
],
|
|
9459
9459
|
"licenses": [
|
|
9460
9460
|
{
|
|
9461
|
-
"expression": "
|
|
9461
|
+
"expression": "BSD-3-Clause"
|
|
9462
9462
|
}
|
|
9463
9463
|
],
|
|
9464
|
-
"purl": "pkg:cargo/zstd-sys@2.0
|
|
9464
|
+
"purl": "pkg:cargo/zstd-sys@2.1.0+zstd.1.5.7",
|
|
9465
9465
|
"externalReferences": [
|
|
9466
9466
|
{
|
|
9467
9467
|
"type": "other",
|
|
@@ -9507,7 +9507,7 @@
|
|
|
9507
9507
|
],
|
|
9508
9508
|
"dependencies": [
|
|
9509
9509
|
{
|
|
9510
|
-
"ref": "path+file:///home/runner/work/selenium/selenium/rust#selenium-manager@0.4.
|
|
9510
|
+
"ref": "path+file:///home/runner/work/selenium/selenium/rust#selenium-manager@0.4.49-nightly",
|
|
9511
9511
|
"dependsOn": [
|
|
9512
9512
|
"registry+https://github.com/rust-lang/crates.io-index#anyhow@1.0.104",
|
|
9513
9513
|
"registry+https://github.com/rust-lang/crates.io-index#apple-flat-package@0.20.0",
|
|
@@ -9517,7 +9517,7 @@
|
|
|
9517
9517
|
"registry+https://github.com/rust-lang/crates.io-index#directories@6.0.0",
|
|
9518
9518
|
"registry+https://github.com/rust-lang/crates.io-index#env_logger@0.11.11",
|
|
9519
9519
|
"registry+https://github.com/rust-lang/crates.io-index#exitcode@1.1.2",
|
|
9520
|
-
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.
|
|
9520
|
+
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.10",
|
|
9521
9521
|
"registry+https://github.com/rust-lang/crates.io-index#fs2@0.4.3",
|
|
9522
9522
|
"registry+https://github.com/rust-lang/crates.io-index#fs_extra@1.3.0",
|
|
9523
9523
|
"registry+https://github.com/rust-lang/crates.io-index#infer@0.19.0",
|
|
@@ -9531,7 +9531,7 @@
|
|
|
9531
9531
|
"registry+https://github.com/rust-lang/crates.io-index#tar@0.4.46",
|
|
9532
9532
|
"registry+https://github.com/rust-lang/crates.io-index#tempfile@3.27.0",
|
|
9533
9533
|
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
|
|
9534
|
-
"registry+https://github.com/rust-lang/crates.io-index#toml@1.1.
|
|
9534
|
+
"registry+https://github.com/rust-lang/crates.io-index#toml@1.1.5+spec-1.1.0",
|
|
9535
9535
|
"registry+https://github.com/rust-lang/crates.io-index#walkdir@2.5.0",
|
|
9536
9536
|
"registry+https://github.com/rust-lang/crates.io-index#which@8.0.6",
|
|
9537
9537
|
"registry+https://github.com/rust-lang/crates.io-index#winapi@0.3.9",
|
|
@@ -9600,7 +9600,7 @@
|
|
|
9600
9600
|
"dependsOn": [
|
|
9601
9601
|
"registry+https://github.com/rust-lang/crates.io-index#apple-xar@0.20.0",
|
|
9602
9602
|
"registry+https://github.com/rust-lang/crates.io-index#cpio-archive@0.10.0",
|
|
9603
|
-
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.
|
|
9603
|
+
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.10",
|
|
9604
9604
|
"registry+https://github.com/rust-lang/crates.io-index#scroll@0.12.0",
|
|
9605
9605
|
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
|
|
9606
9606
|
"registry+https://github.com/rust-lang/crates.io-index#serde-xml-rs@0.6.0",
|
|
@@ -9616,7 +9616,7 @@
|
|
|
9616
9616
|
"registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
|
|
9617
9617
|
"registry+https://github.com/rust-lang/crates.io-index#cryptographic-message-syntax@0.27.0",
|
|
9618
9618
|
"registry+https://github.com/rust-lang/crates.io-index#digest@0.10.7",
|
|
9619
|
-
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.
|
|
9619
|
+
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.10",
|
|
9620
9620
|
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.34",
|
|
9621
9621
|
"registry+https://github.com/rust-lang/crates.io-index#md-5@0.10.6",
|
|
9622
9622
|
"registry+https://github.com/rust-lang/crates.io-index#rand@0.8.8",
|
|
@@ -9662,7 +9662,7 @@
|
|
|
9662
9662
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#bcder@0.7.7",
|
|
9663
9663
|
"dependsOn": [
|
|
9664
9664
|
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
|
|
9665
|
-
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.
|
|
9665
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.16.0"
|
|
9666
9666
|
]
|
|
9667
9667
|
},
|
|
9668
9668
|
{
|
|
@@ -9704,7 +9704,7 @@
|
|
|
9704
9704
|
{
|
|
9705
9705
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#bzip2-sys@0.1.13+1.0.8",
|
|
9706
9706
|
"dependsOn": [
|
|
9707
|
-
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.
|
|
9707
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.5",
|
|
9708
9708
|
"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.34"
|
|
9709
9709
|
]
|
|
9710
9710
|
},
|
|
@@ -9722,9 +9722,9 @@
|
|
|
9722
9722
|
]
|
|
9723
9723
|
},
|
|
9724
9724
|
{
|
|
9725
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.
|
|
9725
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cc@1.4.5",
|
|
9726
9726
|
"dependsOn": [
|
|
9727
|
-
"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.
|
|
9727
|
+
"registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.12",
|
|
9728
9728
|
"registry+https://github.com/rust-lang/crates.io-index#jobserver@0.1.35",
|
|
9729
9729
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
|
|
9730
9730
|
"registry+https://github.com/rust-lang/crates.io-index#shlex@2.0.1"
|
|
@@ -9747,10 +9747,10 @@
|
|
|
9747
9747
|
"dependsOn": []
|
|
9748
9748
|
},
|
|
9749
9749
|
{
|
|
9750
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.
|
|
9750
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.2",
|
|
9751
9751
|
"dependsOn": [
|
|
9752
9752
|
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
9753
|
-
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.
|
|
9753
|
+
"registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.1",
|
|
9754
9754
|
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
|
|
9755
9755
|
]
|
|
9756
9756
|
},
|
|
@@ -9758,10 +9758,10 @@
|
|
|
9758
9758
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#chrono@0.4.45",
|
|
9759
9759
|
"dependsOn": [
|
|
9760
9760
|
"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone@0.1.65",
|
|
9761
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
9761
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
9762
9762
|
"registry+https://github.com/rust-lang/crates.io-index#num-traits@0.2.19",
|
|
9763
9763
|
"registry+https://github.com/rust-lang/crates.io-index#serde@1.0.229",
|
|
9764
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
9764
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128",
|
|
9765
9765
|
"registry+https://github.com/rust-lang/crates.io-index#windows-link@0.2.1"
|
|
9766
9766
|
]
|
|
9767
9767
|
},
|
|
@@ -9787,7 +9787,7 @@
|
|
|
9787
9787
|
"registry+https://github.com/rust-lang/crates.io-index#heck@0.5.0",
|
|
9788
9788
|
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
|
|
9789
9789
|
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
|
|
9790
|
-
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.
|
|
9790
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.5"
|
|
9791
9791
|
]
|
|
9792
9792
|
},
|
|
9793
9793
|
{
|
|
@@ -9836,7 +9836,7 @@
|
|
|
9836
9836
|
]
|
|
9837
9837
|
},
|
|
9838
9838
|
{
|
|
9839
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.
|
|
9839
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#cpufeatures@0.3.1",
|
|
9840
9840
|
"dependsOn": [
|
|
9841
9841
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
|
|
9842
9842
|
]
|
|
@@ -9884,7 +9884,7 @@
|
|
|
9884
9884
|
"registry+https://github.com/rust-lang/crates.io-index#ar@0.9.0",
|
|
9885
9885
|
"registry+https://github.com/rust-lang/crates.io-index#arrayvec@0.7.8",
|
|
9886
9886
|
"registry+https://github.com/rust-lang/crates.io-index#bzip2@0.4.4",
|
|
9887
|
-
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.
|
|
9887
|
+
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.10",
|
|
9888
9888
|
"registry+https://github.com/rust-lang/crates.io-index#indexmap@1.9.3",
|
|
9889
9889
|
"registry+https://github.com/rust-lang/crates.io-index#infer@0.8.1",
|
|
9890
9890
|
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.34",
|
|
@@ -9953,7 +9953,7 @@
|
|
|
9953
9953
|
"dependsOn": [
|
|
9954
9954
|
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
|
|
9955
9955
|
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
|
|
9956
|
-
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.
|
|
9956
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.5"
|
|
9957
9957
|
]
|
|
9958
9958
|
},
|
|
9959
9959
|
{
|
|
@@ -10008,14 +10008,14 @@
|
|
|
10008
10008
|
]
|
|
10009
10009
|
},
|
|
10010
10010
|
{
|
|
10011
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.
|
|
10011
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#find-msvc-tools@0.1.12",
|
|
10012
10012
|
"dependsOn": []
|
|
10013
10013
|
},
|
|
10014
10014
|
{
|
|
10015
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.
|
|
10015
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.10",
|
|
10016
10016
|
"dependsOn": [
|
|
10017
10017
|
"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.1",
|
|
10018
|
-
"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.
|
|
10018
|
+
"registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.9.1",
|
|
10019
10019
|
"registry+https://github.com/rust-lang/crates.io-index#zlib-rs@0.6.7"
|
|
10020
10020
|
]
|
|
10021
10021
|
},
|
|
@@ -10086,21 +10086,21 @@
|
|
|
10086
10086
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
|
|
10087
10087
|
"dependsOn": [
|
|
10088
10088
|
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
10089
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
10089
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
10090
10090
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
|
|
10091
10091
|
"registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.1+wasi-snapshot-preview1",
|
|
10092
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
10092
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128"
|
|
10093
10093
|
]
|
|
10094
10094
|
},
|
|
10095
10095
|
{
|
|
10096
10096
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
|
|
10097
10097
|
"dependsOn": [
|
|
10098
10098
|
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
10099
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
10099
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
10100
10100
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
|
|
10101
10101
|
"registry+https://github.com/rust-lang/crates.io-index#r-efi@6.0.0",
|
|
10102
10102
|
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1",
|
|
10103
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
10103
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128"
|
|
10104
10104
|
]
|
|
10105
10105
|
},
|
|
10106
10106
|
{
|
|
@@ -10151,11 +10151,11 @@
|
|
|
10151
10151
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9",
|
|
10152
10152
|
"dependsOn": [
|
|
10153
10153
|
"registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
|
|
10154
|
-
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.
|
|
10154
|
+
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.1",
|
|
10155
10155
|
"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
|
|
10156
10156
|
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.43",
|
|
10157
10157
|
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
|
|
10158
|
-
"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.
|
|
10158
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.5",
|
|
10159
10159
|
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
|
|
10160
10160
|
"registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.9"
|
|
10161
10161
|
]
|
|
@@ -10169,8 +10169,8 @@
|
|
|
10169
10169
|
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.34",
|
|
10170
10170
|
"registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
|
|
10171
10171
|
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
|
|
10172
|
-
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.
|
|
10173
|
-
"registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.
|
|
10172
|
+
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.1",
|
|
10173
|
+
"registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.2",
|
|
10174
10174
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
|
|
10175
10175
|
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
10176
10176
|
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
@@ -10181,7 +10181,7 @@
|
|
|
10181
10181
|
]
|
|
10182
10182
|
},
|
|
10183
10183
|
{
|
|
10184
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.
|
|
10184
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.1",
|
|
10185
10185
|
"dependsOn": [
|
|
10186
10186
|
"registry+https://github.com/rust-lang/crates.io-index#atomic-waker@1.1.2",
|
|
10187
10187
|
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
|
|
@@ -10192,7 +10192,7 @@
|
|
|
10192
10192
|
"registry+https://github.com/rust-lang/crates.io-index#httparse@1.10.1",
|
|
10193
10193
|
"registry+https://github.com/rust-lang/crates.io-index#itoa@1.0.18",
|
|
10194
10194
|
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
10195
|
-
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.
|
|
10195
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.16.0",
|
|
10196
10196
|
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
|
|
10197
10197
|
"registry+https://github.com/rust-lang/crates.io-index#want@0.3.1"
|
|
10198
10198
|
]
|
|
@@ -10200,7 +10200,7 @@
|
|
|
10200
10200
|
{
|
|
10201
10201
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2",
|
|
10202
10202
|
"dependsOn": [
|
|
10203
|
-
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.
|
|
10203
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.5"
|
|
10204
10204
|
]
|
|
10205
10205
|
},
|
|
10206
10206
|
{
|
|
@@ -10209,9 +10209,9 @@
|
|
|
10209
10209
|
"registry+https://github.com/rust-lang/crates.io-index#android_system_properties@0.1.6",
|
|
10210
10210
|
"registry+https://github.com/rust-lang/crates.io-index#core-foundation-sys@0.8.7",
|
|
10211
10211
|
"registry+https://github.com/rust-lang/crates.io-index#iana-time-zone-haiku@0.1.2",
|
|
10212
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
10212
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
10213
10213
|
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.34",
|
|
10214
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
10214
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128",
|
|
10215
10215
|
"registry+https://github.com/rust-lang/crates.io-index#windows-core@0.62.2"
|
|
10216
10216
|
]
|
|
10217
10217
|
},
|
|
@@ -10243,7 +10243,7 @@
|
|
|
10243
10243
|
"registry+https://github.com/rust-lang/crates.io-index#icu_normalizer_data@2.3.0",
|
|
10244
10244
|
"registry+https://github.com/rust-lang/crates.io-index#icu_properties@2.3.0",
|
|
10245
10245
|
"registry+https://github.com/rust-lang/crates.io-index#icu_provider@2.3.1",
|
|
10246
|
-
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.
|
|
10246
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.16.0",
|
|
10247
10247
|
"registry+https://github.com/rust-lang/crates.io-index#zerovec@0.11.8"
|
|
10248
10248
|
]
|
|
10249
10249
|
},
|
|
@@ -10283,7 +10283,7 @@
|
|
|
10283
10283
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#idna@1.1.0",
|
|
10284
10284
|
"dependsOn": [
|
|
10285
10285
|
"registry+https://github.com/rust-lang/crates.io-index#idna_adapter@1.2.2",
|
|
10286
|
-
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.
|
|
10286
|
+
"registry+https://github.com/rust-lang/crates.io-index#smallvec@1.16.0",
|
|
10287
10287
|
"registry+https://github.com/rust-lang/crates.io-index#utf8_iter@1.0.4"
|
|
10288
10288
|
]
|
|
10289
10289
|
},
|
|
@@ -10302,7 +10302,7 @@
|
|
|
10302
10302
|
]
|
|
10303
10303
|
},
|
|
10304
10304
|
{
|
|
10305
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.
|
|
10305
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.2",
|
|
10306
10306
|
"dependsOn": [
|
|
10307
10307
|
"registry+https://github.com/rust-lang/crates.io-index#equivalent@1.0.2",
|
|
10308
10308
|
"registry+https://github.com/rust-lang/crates.io-index#hashbrown@0.17.1"
|
|
@@ -10321,7 +10321,7 @@
|
|
|
10321
10321
|
]
|
|
10322
10322
|
},
|
|
10323
10323
|
{
|
|
10324
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.
|
|
10324
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#ipnet@2.12.2",
|
|
10325
10325
|
"dependsOn": []
|
|
10326
10326
|
},
|
|
10327
10327
|
{
|
|
@@ -10361,7 +10361,7 @@
|
|
|
10361
10361
|
"registry+https://github.com/rust-lang/crates.io-index#jiff-static@0.2.35",
|
|
10362
10362
|
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.34",
|
|
10363
10363
|
"registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.15.0",
|
|
10364
|
-
"registry+https://github.com/rust-lang/crates.io-index#portable-atomic-util@0.2.
|
|
10364
|
+
"registry+https://github.com/rust-lang/crates.io-index#portable-atomic-util@0.2.8",
|
|
10365
10365
|
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229"
|
|
10366
10366
|
]
|
|
10367
10367
|
},
|
|
@@ -10410,11 +10410,11 @@
|
|
|
10410
10410
|
]
|
|
10411
10411
|
},
|
|
10412
10412
|
{
|
|
10413
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
10413
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
10414
10414
|
"dependsOn": [
|
|
10415
10415
|
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
10416
10416
|
"registry+https://github.com/rust-lang/crates.io-index#futures-util@0.3.34",
|
|
10417
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
10417
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128"
|
|
10418
10418
|
]
|
|
10419
10419
|
},
|
|
10420
10420
|
{
|
|
@@ -10426,7 +10426,7 @@
|
|
|
10426
10426
|
"dependsOn": []
|
|
10427
10427
|
},
|
|
10428
10428
|
{
|
|
10429
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.
|
|
10429
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.23",
|
|
10430
10430
|
"dependsOn": [
|
|
10431
10431
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189"
|
|
10432
10432
|
]
|
|
@@ -10456,7 +10456,7 @@
|
|
|
10456
10456
|
{
|
|
10457
10457
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#lzma-sys@0.1.20",
|
|
10458
10458
|
"dependsOn": [
|
|
10459
|
-
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.
|
|
10459
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.5",
|
|
10460
10460
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
|
|
10461
10461
|
"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.34"
|
|
10462
10462
|
]
|
|
@@ -10473,14 +10473,14 @@
|
|
|
10473
10473
|
"dependsOn": []
|
|
10474
10474
|
},
|
|
10475
10475
|
{
|
|
10476
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.
|
|
10476
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#miniz_oxide@0.9.1",
|
|
10477
10477
|
"dependsOn": [
|
|
10478
10478
|
"registry+https://github.com/rust-lang/crates.io-index#adler2@2.0.1",
|
|
10479
10479
|
"registry+https://github.com/rust-lang/crates.io-index#simd-adler32@0.3.10"
|
|
10480
10480
|
]
|
|
10481
10481
|
},
|
|
10482
10482
|
{
|
|
10483
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.
|
|
10483
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#mio@1.2.3",
|
|
10484
10484
|
"dependsOn": [
|
|
10485
10485
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
|
|
10486
10486
|
"registry+https://github.com/rust-lang/crates.io-index#wasi@0.11.1+wasi-snapshot-preview1",
|
|
@@ -10540,7 +10540,7 @@
|
|
|
10540
10540
|
"dependsOn": []
|
|
10541
10541
|
},
|
|
10542
10542
|
{
|
|
10543
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic-util@0.2.
|
|
10543
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#portable-atomic-util@0.2.8",
|
|
10544
10544
|
"dependsOn": [
|
|
10545
10545
|
"registry+https://github.com/rust-lang/crates.io-index#portable-atomic@1.15.0"
|
|
10546
10546
|
]
|
|
@@ -10585,7 +10585,7 @@
|
|
|
10585
10585
|
"registry+https://github.com/rust-lang/crates.io-index#rustls-pki-types@1.15.1",
|
|
10586
10586
|
"registry+https://github.com/rust-lang/crates.io-index#slab@0.4.12",
|
|
10587
10587
|
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20",
|
|
10588
|
-
"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.
|
|
10588
|
+
"registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.13.2",
|
|
10589
10589
|
"registry+https://github.com/rust-lang/crates.io-index#tracing@0.1.44",
|
|
10590
10590
|
"registry+https://github.com/rust-lang/crates.io-index#web-time@1.1.0"
|
|
10591
10591
|
]
|
|
@@ -10631,7 +10631,7 @@
|
|
|
10631
10631
|
{
|
|
10632
10632
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#rand@0.10.2",
|
|
10633
10633
|
"dependsOn": [
|
|
10634
|
-
"registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.
|
|
10634
|
+
"registry+https://github.com/rust-lang/crates.io-index#chacha20@0.10.2",
|
|
10635
10635
|
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.4.3",
|
|
10636
10636
|
"registry+https://github.com/rust-lang/crates.io-index#rand_core@0.10.1"
|
|
10637
10637
|
]
|
|
@@ -10671,7 +10671,7 @@
|
|
|
10671
10671
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#redox_users@0.5.2",
|
|
10672
10672
|
"dependsOn": [
|
|
10673
10673
|
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
|
|
10674
|
-
"registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.
|
|
10674
|
+
"registry+https://github.com/rust-lang/crates.io-index#libredox@0.1.23",
|
|
10675
10675
|
"registry+https://github.com/rust-lang/crates.io-index#thiserror@2.0.20"
|
|
10676
10676
|
]
|
|
10677
10677
|
},
|
|
@@ -10707,10 +10707,10 @@
|
|
|
10707
10707
|
"registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
|
|
10708
10708
|
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
|
|
10709
10709
|
"registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.5",
|
|
10710
|
-
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.
|
|
10710
|
+
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.1",
|
|
10711
10711
|
"registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9",
|
|
10712
10712
|
"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
|
|
10713
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
10713
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
10714
10714
|
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.34",
|
|
10715
10715
|
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
10716
10716
|
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
@@ -10722,14 +10722,14 @@
|
|
|
10722
10722
|
"registry+https://github.com/rust-lang/crates.io-index#serde_urlencoded@0.7.1",
|
|
10723
10723
|
"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
|
|
10724
10724
|
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
|
|
10725
|
-
"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.
|
|
10725
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.5",
|
|
10726
10726
|
"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
|
|
10727
10727
|
"registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.11",
|
|
10728
10728
|
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
|
|
10729
10729
|
"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
|
|
10730
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
10731
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.
|
|
10732
|
-
"registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.
|
|
10730
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128",
|
|
10731
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.78",
|
|
10732
|
+
"registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.105",
|
|
10733
10733
|
"registry+https://github.com/rust-lang/crates.io-index#webpki-roots@1.0.9"
|
|
10734
10734
|
]
|
|
10735
10735
|
},
|
|
@@ -10742,10 +10742,10 @@
|
|
|
10742
10742
|
"registry+https://github.com/rust-lang/crates.io-index#http@1.5.0",
|
|
10743
10743
|
"registry+https://github.com/rust-lang/crates.io-index#http-body@1.1.0",
|
|
10744
10744
|
"registry+https://github.com/rust-lang/crates.io-index#http-body-util@0.1.5",
|
|
10745
|
-
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.
|
|
10745
|
+
"registry+https://github.com/rust-lang/crates.io-index#hyper@1.11.1",
|
|
10746
10746
|
"registry+https://github.com/rust-lang/crates.io-index#hyper-rustls@0.27.9",
|
|
10747
10747
|
"registry+https://github.com/rust-lang/crates.io-index#hyper-util@0.1.20",
|
|
10748
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
10748
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
10749
10749
|
"registry+https://github.com/rust-lang/crates.io-index#log@0.4.34",
|
|
10750
10750
|
"registry+https://github.com/rust-lang/crates.io-index#percent-encoding@2.3.2",
|
|
10751
10751
|
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
@@ -10754,20 +10754,20 @@
|
|
|
10754
10754
|
"registry+https://github.com/rust-lang/crates.io-index#rustls-platform-verifier@0.7.0",
|
|
10755
10755
|
"registry+https://github.com/rust-lang/crates.io-index#sync_wrapper@1.0.2",
|
|
10756
10756
|
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1",
|
|
10757
|
-
"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.
|
|
10757
|
+
"registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.5",
|
|
10758
10758
|
"registry+https://github.com/rust-lang/crates.io-index#tower@0.5.3",
|
|
10759
10759
|
"registry+https://github.com/rust-lang/crates.io-index#tower-http@0.6.11",
|
|
10760
10760
|
"registry+https://github.com/rust-lang/crates.io-index#tower-service@0.3.3",
|
|
10761
10761
|
"registry+https://github.com/rust-lang/crates.io-index#url@2.5.8",
|
|
10762
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
10763
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.
|
|
10764
|
-
"registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.
|
|
10762
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128",
|
|
10763
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.78",
|
|
10764
|
+
"registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.105"
|
|
10765
10765
|
]
|
|
10766
10766
|
},
|
|
10767
10767
|
{
|
|
10768
10768
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#ring@0.17.14",
|
|
10769
10769
|
"dependsOn": [
|
|
10770
|
-
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.
|
|
10770
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.5",
|
|
10771
10771
|
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
10772
10772
|
"registry+https://github.com/rust-lang/crates.io-index#getrandom@0.2.17",
|
|
10773
10773
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
|
|
@@ -10935,7 +10935,7 @@
|
|
|
10935
10935
|
"dependsOn": [
|
|
10936
10936
|
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
|
|
10937
10937
|
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
|
|
10938
|
-
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.
|
|
10938
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.5"
|
|
10939
10939
|
]
|
|
10940
10940
|
},
|
|
10941
10941
|
{
|
|
@@ -10970,11 +10970,11 @@
|
|
|
10970
10970
|
"registry+https://github.com/rust-lang/crates.io-index#byteorder@1.5.0",
|
|
10971
10971
|
"registry+https://github.com/rust-lang/crates.io-index#crc@3.4.0",
|
|
10972
10972
|
"registry+https://github.com/rust-lang/crates.io-index#filetime_creation@0.2.0",
|
|
10973
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
10973
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
10974
10974
|
"registry+https://github.com/rust-lang/crates.io-index#lzma-rust@0.1.7",
|
|
10975
10975
|
"registry+https://github.com/rust-lang/crates.io-index#nt-time@0.8.1",
|
|
10976
10976
|
"registry+https://github.com/rust-lang/crates.io-index#sha2@0.10.9",
|
|
10977
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
10977
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128"
|
|
10978
10978
|
]
|
|
10979
10979
|
},
|
|
10980
10980
|
{
|
|
@@ -11027,7 +11027,7 @@
|
|
|
11027
11027
|
"dependsOn": []
|
|
11028
11028
|
},
|
|
11029
11029
|
{
|
|
11030
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.
|
|
11030
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#smallvec@1.16.0",
|
|
11031
11031
|
"dependsOn": []
|
|
11032
11032
|
},
|
|
11033
11033
|
{
|
|
@@ -11065,7 +11065,7 @@
|
|
|
11065
11065
|
]
|
|
11066
11066
|
},
|
|
11067
11067
|
{
|
|
11068
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.
|
|
11068
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#syn@3.0.5",
|
|
11069
11069
|
"dependsOn": [
|
|
11070
11070
|
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
|
|
11071
11071
|
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
|
|
@@ -11117,7 +11117,7 @@
|
|
|
11117
11117
|
"dependsOn": [
|
|
11118
11118
|
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
|
|
11119
11119
|
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
|
|
11120
|
-
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.
|
|
11120
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.5"
|
|
11121
11121
|
]
|
|
11122
11122
|
},
|
|
11123
11123
|
{
|
|
@@ -11162,7 +11162,7 @@
|
|
|
11162
11162
|
]
|
|
11163
11163
|
},
|
|
11164
11164
|
{
|
|
11165
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.
|
|
11165
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tinyvec@1.13.2",
|
|
11166
11166
|
"dependsOn": [
|
|
11167
11167
|
"registry+https://github.com/rust-lang/crates.io-index#tinyvec_macros@0.1.1"
|
|
11168
11168
|
]
|
|
@@ -11176,11 +11176,11 @@
|
|
|
11176
11176
|
"dependsOn": [
|
|
11177
11177
|
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
|
|
11178
11178
|
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
|
|
11179
|
-
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.
|
|
11179
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.5"
|
|
11180
11180
|
]
|
|
11181
11181
|
},
|
|
11182
11182
|
{
|
|
11183
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.
|
|
11183
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#tokio-rustls@0.26.5",
|
|
11184
11184
|
"dependsOn": [
|
|
11185
11185
|
"registry+https://github.com/rust-lang/crates.io-index#rustls@0.23.43",
|
|
11186
11186
|
"registry+https://github.com/rust-lang/crates.io-index#tokio@1.53.1"
|
|
@@ -11191,7 +11191,7 @@
|
|
|
11191
11191
|
"dependsOn": [
|
|
11192
11192
|
"registry+https://github.com/rust-lang/crates.io-index#bytes@1.12.1",
|
|
11193
11193
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
|
|
11194
|
-
"registry+https://github.com/rust-lang/crates.io-index#mio@1.2.
|
|
11194
|
+
"registry+https://github.com/rust-lang/crates.io-index#mio@1.2.3",
|
|
11195
11195
|
"registry+https://github.com/rust-lang/crates.io-index#pin-project-lite@0.2.17",
|
|
11196
11196
|
"registry+https://github.com/rust-lang/crates.io-index#socket2@0.6.5",
|
|
11197
11197
|
"registry+https://github.com/rust-lang/crates.io-index#tokio-macros@2.7.2",
|
|
@@ -11199,9 +11199,9 @@
|
|
|
11199
11199
|
]
|
|
11200
11200
|
},
|
|
11201
11201
|
{
|
|
11202
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.
|
|
11202
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#toml@1.1.5+spec-1.1.0",
|
|
11203
11203
|
"dependsOn": [
|
|
11204
|
-
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.
|
|
11204
|
+
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.2",
|
|
11205
11205
|
"registry+https://github.com/rust-lang/crates.io-index#serde_core@1.0.229",
|
|
11206
11206
|
"registry+https://github.com/rust-lang/crates.io-index#serde_spanned@1.1.1",
|
|
11207
11207
|
"registry+https://github.com/rust-lang/crates.io-index#toml_datetime@1.1.1+spec-1.1.0",
|
|
@@ -11314,8 +11314,8 @@
|
|
|
11314
11314
|
{
|
|
11315
11315
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#uuid@1.26.0",
|
|
11316
11316
|
"dependsOn": [
|
|
11317
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
11318
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
11317
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
11318
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128"
|
|
11319
11319
|
]
|
|
11320
11320
|
},
|
|
11321
11321
|
{
|
|
@@ -11340,57 +11340,57 @@
|
|
|
11340
11340
|
"dependsOn": []
|
|
11341
11341
|
},
|
|
11342
11342
|
{
|
|
11343
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.
|
|
11343
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-futures@0.4.78",
|
|
11344
11344
|
"dependsOn": [
|
|
11345
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
11346
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
11345
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
11346
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128"
|
|
11347
11347
|
]
|
|
11348
11348
|
},
|
|
11349
11349
|
{
|
|
11350
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.
|
|
11350
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.128",
|
|
11351
11351
|
"dependsOn": [
|
|
11352
11352
|
"registry+https://github.com/rust-lang/crates.io-index#bumpalo@3.20.3",
|
|
11353
11353
|
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
|
|
11354
11354
|
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
|
|
11355
|
-
"registry+https://github.com/rust-lang/crates.io-index#syn@
|
|
11356
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.
|
|
11355
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.5",
|
|
11356
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.128"
|
|
11357
11357
|
]
|
|
11358
11358
|
},
|
|
11359
11359
|
{
|
|
11360
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.
|
|
11360
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.128",
|
|
11361
11361
|
"dependsOn": [
|
|
11362
11362
|
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
|
|
11363
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.
|
|
11363
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro-support@0.2.128"
|
|
11364
11364
|
]
|
|
11365
11365
|
},
|
|
11366
11366
|
{
|
|
11367
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.
|
|
11367
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.128",
|
|
11368
11368
|
"dependsOn": [
|
|
11369
11369
|
"registry+https://github.com/rust-lang/crates.io-index#unicode-ident@1.0.24"
|
|
11370
11370
|
]
|
|
11371
11371
|
},
|
|
11372
11372
|
{
|
|
11373
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
11373
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128",
|
|
11374
11374
|
"dependsOn": [
|
|
11375
11375
|
"registry+https://github.com/rust-lang/crates.io-index#cfg-if@1.0.4",
|
|
11376
11376
|
"registry+https://github.com/rust-lang/crates.io-index#once_cell@1.21.4",
|
|
11377
11377
|
"registry+https://github.com/rust-lang/crates.io-index#rustversion@1.0.23",
|
|
11378
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.
|
|
11379
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.
|
|
11378
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-macro@0.2.128",
|
|
11379
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen-shared@0.2.128"
|
|
11380
11380
|
]
|
|
11381
11381
|
},
|
|
11382
11382
|
{
|
|
11383
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.
|
|
11383
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#web-sys@0.3.105",
|
|
11384
11384
|
"dependsOn": [
|
|
11385
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
11386
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
11385
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
11386
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128"
|
|
11387
11387
|
]
|
|
11388
11388
|
},
|
|
11389
11389
|
{
|
|
11390
11390
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#web-time@1.1.0",
|
|
11391
11391
|
"dependsOn": [
|
|
11392
|
-
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.
|
|
11393
|
-
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.
|
|
11392
|
+
"registry+https://github.com/rust-lang/crates.io-index#js-sys@0.3.105",
|
|
11393
|
+
"registry+https://github.com/rust-lang/crates.io-index#wasm-bindgen@0.2.128"
|
|
11394
11394
|
]
|
|
11395
11395
|
},
|
|
11396
11396
|
{
|
|
@@ -11645,7 +11645,7 @@
|
|
|
11645
11645
|
"dependsOn": [
|
|
11646
11646
|
"registry+https://github.com/rust-lang/crates.io-index#proc-macro2@1.0.107",
|
|
11647
11647
|
"registry+https://github.com/rust-lang/crates.io-index#quote@1.0.47",
|
|
11648
|
-
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.
|
|
11648
|
+
"registry+https://github.com/rust-lang/crates.io-index#syn@3.0.5"
|
|
11649
11649
|
]
|
|
11650
11650
|
},
|
|
11651
11651
|
{
|
|
@@ -11660,8 +11660,8 @@
|
|
|
11660
11660
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#zip@8.6.0",
|
|
11661
11661
|
"dependsOn": [
|
|
11662
11662
|
"registry+https://github.com/rust-lang/crates.io-index#crc32fast@1.5.1",
|
|
11663
|
-
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.
|
|
11664
|
-
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.
|
|
11663
|
+
"registry+https://github.com/rust-lang/crates.io-index#flate2@1.1.10",
|
|
11664
|
+
"registry+https://github.com/rust-lang/crates.io-index#indexmap@2.14.2",
|
|
11665
11665
|
"registry+https://github.com/rust-lang/crates.io-index#memchr@2.8.3",
|
|
11666
11666
|
"registry+https://github.com/rust-lang/crates.io-index#typed-path@0.12.3",
|
|
11667
11667
|
"registry+https://github.com/rust-lang/crates.io-index#zopfli@0.8.3"
|
|
@@ -11688,13 +11688,13 @@
|
|
|
11688
11688
|
"ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-safe@5.0.2+zstd.1.5.2",
|
|
11689
11689
|
"dependsOn": [
|
|
11690
11690
|
"registry+https://github.com/rust-lang/crates.io-index#libc@0.2.189",
|
|
11691
|
-
"registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0
|
|
11691
|
+
"registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.1.0+zstd.1.5.7"
|
|
11692
11692
|
]
|
|
11693
11693
|
},
|
|
11694
11694
|
{
|
|
11695
|
-
"ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.0
|
|
11695
|
+
"ref": "registry+https://github.com/rust-lang/crates.io-index#zstd-sys@2.1.0+zstd.1.5.7",
|
|
11696
11696
|
"dependsOn": [
|
|
11697
|
-
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.
|
|
11697
|
+
"registry+https://github.com/rust-lang/crates.io-index#cc@1.4.5",
|
|
11698
11698
|
"registry+https://github.com/rust-lang/crates.io-index#pkg-config@0.3.34"
|
|
11699
11699
|
]
|
|
11700
11700
|
},
|