python-auditor 0.9.1__tar.gz → 0.9.3__tar.gz
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.
- {python_auditor-0.9.1 → python_auditor-0.9.3}/Cargo.lock +370 -386
- {python_auditor-0.9.1 → python_auditor-0.9.3}/Cargo.toml +3 -3
- {python_auditor-0.9.1 → python_auditor-0.9.3}/PKG-INFO +1 -1
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/Cargo.toml +2 -2
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/domain/component.rs +1 -1
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/domain/record.rs +2 -2
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/domain/score.rs +1 -1
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/routes/add.rs +1 -1
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/Cargo.toml +2 -2
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/src/lib.rs +10 -5
- {python_auditor-0.9.1 → python_auditor-0.9.3}/.cargo/config.toml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/.readthedocs.yaml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/README.md +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/docs/Makefile +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/docs/api.rst +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/docs/changelog.rst +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/docs/conf.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/docs/examples.rst +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/docs/index.rst +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/docs/make.bat +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.env +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-0723e1854dee7d889745714fe094a64edfcf3f389eec3e77fefca2d753f1eceb.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-26a72be3c4ba0fddc30f53a71e0317e21982fde8bd24d8b5714439c1af835080.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-56c4218a1b59d8f9dc0af7191e516cb8f505a7d953ef5b2706e2427a136a918b.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-90e6c5e852ed16ef84a113c260d99efb6e193fa46b8115df94e750440e2d5517.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-a5c2d5afb25cf16a58a73c11cdde1bf5d2336cf42c6e84bf24ba27313d827a1f.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-a621b3eb5f42f24a04d216b9ce3c490182712e1276512cdfe74dcbb9e3e9e54e.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-aa313afec8c23e75ee45750e2ce8e520b96a98670d3c46572a6f942f839b99c0.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-cb3125aad5e124a24a976c2cb20a6e8859709f978c9f651740c439abe3b41adb.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-d8c6add014ac34e66ffb0178d497b9e822c569f86a89525f6ed5cc306713995a.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-dc5295938290703233cfe51c2215e6a5f6a6afe26b6ba3635210f5c157032f78.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-e4129d556ba749cb664ef6e876264efd36d82d813c2c9670dde24e4cfd042f94.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/.sqlx/query-e88b5acb79055b5c307e15481bc270e47d65b525ef6d98376455a267972be532.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/build.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/certs/rootCA-key.pem +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/certs/rootCA.pem +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/certs/server-cert.pem +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/certs/server-key.pem +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/configuration/base.yaml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/configuration/dualstack.yaml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/configuration/local.yaml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/configuration/priority-plugin/base.yml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/configuration/production.yaml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/configuration/slurm-epilog-collector/base.yml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/configuration/tls_config.yaml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/scripts/revert_encoding/.env +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/scripts/revert_encoding/requirements.txt +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/scripts/revert_encoding/revert_encodings.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/scripts/revert_encoding/test_script.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_empty_db.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_multiple_entries.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_single_entry.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/scripts/test_valid_names/test_slurm_decoding.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/scripts/test_valid_names/test_valid_names.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/configuration.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/constants.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/domain/meta.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/domain/mod.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/domain/validamount.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/domain/validname.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/domain/validvalue.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/error.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/lib.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/macros.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/main.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/metrics/database.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/metrics/mod.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/routes/advanced_record_filters.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/routes/get.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/routes/health_check.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/routes/mod.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/routes/record_handlers.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/routes/update.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/startup.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/src/telemetry.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/tests/api/add.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/tests/api/advanced_queries.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/tests/api/get.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/tests/api/get_one_record.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/tests/api/get_since.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/tests/api/health_check.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/tests/api/helpers.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/tests/api/main.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor/tests/api/update.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.env +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.sqlx/query-256977e5f7886c61625e92a77efb52b9ca4321cefcac0e544d64334cdbca93ba.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.sqlx/query-440620430cdcfb05e9ded5312614fae4df18e20a2a0730ec9e914ce34338df2d.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.sqlx/query-5b1885d85159029e95b3f6d8dcee5eac70e683956480d225143c1de9169e233b.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.sqlx/query-6be1ec652f57f24ba44ee6efa08a2c5985cf4375e563a1bff02dbc6fc4a1ac6d.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.sqlx/query-7022afed3a87000ca2c5a5a829f8bdfddb266e0a577c428c830b02e3736d264e.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.sqlx/query-7ab91dc1d18e4de022a7bbacc463476f8be8a8992b49fe363f70a2d58460e877.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.sqlx/query-8de0a0fada9ffea04721b67f8df443a8c496bfccef4be482bbdaa36ef7d508a5.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.sqlx/query-c8cba44011d83cdabb543adfae1637c5045144ecc61a6597f538d95a8cc756d4.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/.sqlx/query-f36fa62228e6ca304003dbd75448e95558f544fdbd602173af16c4bada2a3daf.json +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/benches/README.md +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/benches/benchmark_with_http_request.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/benches/configuration/bench.yaml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/benches/configuration.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/configuration/base.yaml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/configuration/local.yaml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/migrations/20231122115509_create_record_table.sql +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/src/configuration.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/src/constants.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/local_dependencies/auditor-client/src/database.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/pyproject.toml +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_add_update.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_add_update_blocking.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_add_update_queued.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_advanced_query.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_advanced_query_blocking.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_advanced_query_queued.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_bulk_insert.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_bulk_insert_blocking.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_bulk_insert_queued.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_components.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_components_blocking.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_components_queued.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_eq.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_get_since.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_get_since_blocking.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_get_since_queued.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_get_single_record.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_get_single_record_blocking.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_get_single_record_queued.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_meta.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_meta_blocking.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/test_meta_queued.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/scripts/tls_test/test_tls.py +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/blocking_client.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/builder.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/client.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/domain/component.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/domain/meta.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/domain/mod.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/domain/record.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/domain/score.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/lib.rs +0 -0
- {python_auditor-0.9.1 → python_auditor-0.9.3}/src/queued_client.rs +0 -0
|
@@ -21,9 +21,9 @@ dependencies = [
|
|
|
21
21
|
|
|
22
22
|
[[package]]
|
|
23
23
|
name = "actix-http"
|
|
24
|
-
version = "3.
|
|
24
|
+
version = "3.11.0"
|
|
25
25
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
26
|
-
checksum = "
|
|
26
|
+
checksum = "44dfe5c9e0004c623edc65391dfd51daa201e7e30ebd9c9bedf873048ec32bc2"
|
|
27
27
|
dependencies = [
|
|
28
28
|
"actix-codec",
|
|
29
29
|
"actix-rt",
|
|
@@ -50,7 +50,7 @@ dependencies = [
|
|
|
50
50
|
"mime",
|
|
51
51
|
"percent-encoding",
|
|
52
52
|
"pin-project-lite",
|
|
53
|
-
"rand 0.9.
|
|
53
|
+
"rand 0.9.1",
|
|
54
54
|
"sha1",
|
|
55
55
|
"smallvec",
|
|
56
56
|
"tokio",
|
|
@@ -66,7 +66,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
66
66
|
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
|
67
67
|
dependencies = [
|
|
68
68
|
"quote",
|
|
69
|
-
"syn
|
|
69
|
+
"syn",
|
|
70
70
|
]
|
|
71
71
|
|
|
72
72
|
[[package]]
|
|
@@ -96,9 +96,9 @@ dependencies = [
|
|
|
96
96
|
|
|
97
97
|
[[package]]
|
|
98
98
|
name = "actix-server"
|
|
99
|
-
version = "2.
|
|
99
|
+
version = "2.6.0"
|
|
100
100
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
101
|
-
checksum = "
|
|
101
|
+
checksum = "a65064ea4a457eaf07f2fba30b4c695bf43b721790e9530d26cb6f9019ff7502"
|
|
102
102
|
dependencies = [
|
|
103
103
|
"actix-rt",
|
|
104
104
|
"actix-service",
|
|
@@ -152,9 +152,9 @@ dependencies = [
|
|
|
152
152
|
|
|
153
153
|
[[package]]
|
|
154
154
|
name = "actix-web"
|
|
155
|
-
version = "4.
|
|
155
|
+
version = "4.11.0"
|
|
156
156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
157
|
-
checksum = "
|
|
157
|
+
checksum = "a597b77b5c6d6a1e1097fddde329a83665e25c5437c696a3a9a4aa514a614dea"
|
|
158
158
|
dependencies = [
|
|
159
159
|
"actix-codec",
|
|
160
160
|
"actix-http",
|
|
@@ -203,7 +203,7 @@ dependencies = [
|
|
|
203
203
|
"actix-router",
|
|
204
204
|
"proc-macro2",
|
|
205
205
|
"quote",
|
|
206
|
-
"syn
|
|
206
|
+
"syn",
|
|
207
207
|
]
|
|
208
208
|
|
|
209
209
|
[[package]]
|
|
@@ -224,19 +224,13 @@ dependencies = [
|
|
|
224
224
|
|
|
225
225
|
[[package]]
|
|
226
226
|
name = "addr2line"
|
|
227
|
-
version = "0.
|
|
227
|
+
version = "0.24.2"
|
|
228
228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
229
|
-
checksum = "
|
|
229
|
+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
230
230
|
dependencies = [
|
|
231
231
|
"gimli",
|
|
232
232
|
]
|
|
233
233
|
|
|
234
|
-
[[package]]
|
|
235
|
-
name = "adler"
|
|
236
|
-
version = "1.0.2"
|
|
237
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
238
|
-
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
239
|
-
|
|
240
234
|
[[package]]
|
|
241
235
|
name = "adler2"
|
|
242
236
|
version = "2.0.0"
|
|
@@ -245,15 +239,15 @@ checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
|
245
239
|
|
|
246
240
|
[[package]]
|
|
247
241
|
name = "ahash"
|
|
248
|
-
version = "0.8.
|
|
242
|
+
version = "0.8.12"
|
|
249
243
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
250
|
-
checksum = "
|
|
244
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
251
245
|
dependencies = [
|
|
252
246
|
"cfg-if",
|
|
253
|
-
"getrandom 0.
|
|
247
|
+
"getrandom 0.3.3",
|
|
254
248
|
"once_cell",
|
|
255
249
|
"version_check",
|
|
256
|
-
"zerocopy
|
|
250
|
+
"zerocopy",
|
|
257
251
|
]
|
|
258
252
|
|
|
259
253
|
[[package]]
|
|
@@ -315,9 +309,9 @@ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
|
315
309
|
|
|
316
310
|
[[package]]
|
|
317
311
|
name = "anyhow"
|
|
318
|
-
version = "1.0.
|
|
312
|
+
version = "1.0.98"
|
|
319
313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
320
|
-
checksum = "
|
|
314
|
+
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
|
|
321
315
|
|
|
322
316
|
[[package]]
|
|
323
317
|
name = "arraydeque"
|
|
@@ -354,7 +348,7 @@ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
|
354
348
|
dependencies = [
|
|
355
349
|
"proc-macro2",
|
|
356
350
|
"quote",
|
|
357
|
-
"syn
|
|
351
|
+
"syn",
|
|
358
352
|
]
|
|
359
353
|
|
|
360
354
|
[[package]]
|
|
@@ -365,7 +359,7 @@ checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
|
|
|
365
359
|
dependencies = [
|
|
366
360
|
"proc-macro2",
|
|
367
361
|
"quote",
|
|
368
|
-
"syn
|
|
362
|
+
"syn",
|
|
369
363
|
]
|
|
370
364
|
|
|
371
365
|
[[package]]
|
|
@@ -385,7 +379,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
385
379
|
|
|
386
380
|
[[package]]
|
|
387
381
|
name = "auditor"
|
|
388
|
-
version = "0.9.
|
|
382
|
+
version = "0.9.3"
|
|
389
383
|
dependencies = [
|
|
390
384
|
"actix-tls",
|
|
391
385
|
"actix-web",
|
|
@@ -411,7 +405,7 @@ dependencies = [
|
|
|
411
405
|
"regex",
|
|
412
406
|
"reqwest",
|
|
413
407
|
"reqwest-streams",
|
|
414
|
-
"rustls 0.23.
|
|
408
|
+
"rustls 0.23.27",
|
|
415
409
|
"rustls-pemfile 2.2.0",
|
|
416
410
|
"secrecy",
|
|
417
411
|
"serde",
|
|
@@ -435,7 +429,7 @@ dependencies = [
|
|
|
435
429
|
|
|
436
430
|
[[package]]
|
|
437
431
|
name = "auditor-client"
|
|
438
|
-
version = "0.9.
|
|
432
|
+
version = "0.9.3"
|
|
439
433
|
dependencies = [
|
|
440
434
|
"anyhow",
|
|
441
435
|
"auditor",
|
|
@@ -453,7 +447,7 @@ dependencies = [
|
|
|
453
447
|
"rand_distr",
|
|
454
448
|
"reqwest",
|
|
455
449
|
"reqwest-streams",
|
|
456
|
-
"rustls 0.23.
|
|
450
|
+
"rustls 0.23.27",
|
|
457
451
|
"serde",
|
|
458
452
|
"serde-aux",
|
|
459
453
|
"serde_json",
|
|
@@ -470,7 +464,7 @@ dependencies = [
|
|
|
470
464
|
|
|
471
465
|
[[package]]
|
|
472
466
|
name = "auditor-kubernetes-collector"
|
|
473
|
-
version = "0.9.
|
|
467
|
+
version = "0.9.3"
|
|
474
468
|
dependencies = [
|
|
475
469
|
"anyhow",
|
|
476
470
|
"auditor",
|
|
@@ -494,7 +488,7 @@ dependencies = [
|
|
|
494
488
|
|
|
495
489
|
[[package]]
|
|
496
490
|
name = "auditor-priority-plugin"
|
|
497
|
-
version = "0.9.
|
|
491
|
+
version = "0.9.3"
|
|
498
492
|
dependencies = [
|
|
499
493
|
"actix-web",
|
|
500
494
|
"actix-web-opentelemetry",
|
|
@@ -521,7 +515,7 @@ dependencies = [
|
|
|
521
515
|
|
|
522
516
|
[[package]]
|
|
523
517
|
name = "auditor-slurm-collector"
|
|
524
|
-
version = "0.9.
|
|
518
|
+
version = "0.9.3"
|
|
525
519
|
dependencies = [
|
|
526
520
|
"anyhow",
|
|
527
521
|
"auditor",
|
|
@@ -547,7 +541,7 @@ dependencies = [
|
|
|
547
541
|
|
|
548
542
|
[[package]]
|
|
549
543
|
name = "auditor-slurm-epilog-collector"
|
|
550
|
-
version = "0.9.
|
|
544
|
+
version = "0.9.3"
|
|
551
545
|
dependencies = [
|
|
552
546
|
"anyhow",
|
|
553
547
|
"auditor",
|
|
@@ -572,9 +566,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
572
566
|
|
|
573
567
|
[[package]]
|
|
574
568
|
name = "aws-lc-rs"
|
|
575
|
-
version = "1.
|
|
569
|
+
version = "1.13.1"
|
|
576
570
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
577
|
-
checksum = "
|
|
571
|
+
checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
|
|
578
572
|
dependencies = [
|
|
579
573
|
"aws-lc-sys",
|
|
580
574
|
"zeroize",
|
|
@@ -582,9 +576,9 @@ dependencies = [
|
|
|
582
576
|
|
|
583
577
|
[[package]]
|
|
584
578
|
name = "aws-lc-sys"
|
|
585
|
-
version = "0.
|
|
579
|
+
version = "0.29.0"
|
|
586
580
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
|
-
checksum = "
|
|
581
|
+
checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
|
|
588
582
|
dependencies = [
|
|
589
583
|
"bindgen",
|
|
590
584
|
"cc",
|
|
@@ -595,17 +589,17 @@ dependencies = [
|
|
|
595
589
|
|
|
596
590
|
[[package]]
|
|
597
591
|
name = "backtrace"
|
|
598
|
-
version = "0.3.
|
|
592
|
+
version = "0.3.75"
|
|
599
593
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
600
|
-
checksum = "
|
|
594
|
+
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
|
601
595
|
dependencies = [
|
|
602
596
|
"addr2line",
|
|
603
|
-
"cc",
|
|
604
597
|
"cfg-if",
|
|
605
598
|
"libc",
|
|
606
|
-
"miniz_oxide
|
|
599
|
+
"miniz_oxide",
|
|
607
600
|
"object",
|
|
608
601
|
"rustc-demangle",
|
|
602
|
+
"windows-targets 0.52.6",
|
|
609
603
|
]
|
|
610
604
|
|
|
611
605
|
[[package]]
|
|
@@ -654,7 +648,7 @@ dependencies = [
|
|
|
654
648
|
"regex",
|
|
655
649
|
"rustc-hash 1.1.0",
|
|
656
650
|
"shlex",
|
|
657
|
-
"syn
|
|
651
|
+
"syn",
|
|
658
652
|
"which",
|
|
659
653
|
]
|
|
660
654
|
|
|
@@ -678,9 +672,9 @@ dependencies = [
|
|
|
678
672
|
|
|
679
673
|
[[package]]
|
|
680
674
|
name = "brotli"
|
|
681
|
-
version = "
|
|
675
|
+
version = "8.0.1"
|
|
682
676
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
|
-
checksum = "
|
|
677
|
+
checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
|
|
684
678
|
dependencies = [
|
|
685
679
|
"alloc-no-stdlib",
|
|
686
680
|
"alloc-stdlib",
|
|
@@ -689,9 +683,9 @@ dependencies = [
|
|
|
689
683
|
|
|
690
684
|
[[package]]
|
|
691
685
|
name = "brotli-decompressor"
|
|
692
|
-
version = "
|
|
686
|
+
version = "5.0.0"
|
|
693
687
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
694
|
-
checksum = "
|
|
688
|
+
checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
|
|
695
689
|
dependencies = [
|
|
696
690
|
"alloc-no-stdlib",
|
|
697
691
|
"alloc-stdlib",
|
|
@@ -738,9 +732,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
738
732
|
|
|
739
733
|
[[package]]
|
|
740
734
|
name = "cc"
|
|
741
|
-
version = "1.2.
|
|
735
|
+
version = "1.2.22"
|
|
742
736
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
743
|
-
checksum = "
|
|
737
|
+
checksum = "32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1"
|
|
744
738
|
dependencies = [
|
|
745
739
|
"jobserver",
|
|
746
740
|
"libc",
|
|
@@ -770,9 +764,9 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
770
764
|
|
|
771
765
|
[[package]]
|
|
772
766
|
name = "chrono"
|
|
773
|
-
version = "0.4.
|
|
767
|
+
version = "0.4.41"
|
|
774
768
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
775
|
-
checksum = "
|
|
769
|
+
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
|
|
776
770
|
dependencies = [
|
|
777
771
|
"android-tzdata",
|
|
778
772
|
"iana-time-zone",
|
|
@@ -830,18 +824,18 @@ dependencies = [
|
|
|
830
824
|
|
|
831
825
|
[[package]]
|
|
832
826
|
name = "clap"
|
|
833
|
-
version = "4.5.
|
|
827
|
+
version = "4.5.38"
|
|
834
828
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
835
|
-
checksum = "
|
|
829
|
+
checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
|
|
836
830
|
dependencies = [
|
|
837
831
|
"clap_builder",
|
|
838
832
|
]
|
|
839
833
|
|
|
840
834
|
[[package]]
|
|
841
835
|
name = "clap_builder"
|
|
842
|
-
version = "4.5.
|
|
836
|
+
version = "4.5.38"
|
|
843
837
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
844
|
-
checksum = "
|
|
838
|
+
checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
|
|
845
839
|
dependencies = [
|
|
846
840
|
"anstyle",
|
|
847
841
|
"clap_lex",
|
|
@@ -864,9 +858,9 @@ dependencies = [
|
|
|
864
858
|
|
|
865
859
|
[[package]]
|
|
866
860
|
name = "color-eyre"
|
|
867
|
-
version = "0.6.
|
|
861
|
+
version = "0.6.4"
|
|
868
862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
869
|
-
checksum = "
|
|
863
|
+
checksum = "e6e1761c0e16f8883bbbb8ce5990867f4f06bf11a0253da6495a04ce4b6ef0ec"
|
|
870
864
|
dependencies = [
|
|
871
865
|
"backtrace",
|
|
872
866
|
"color-spantrace",
|
|
@@ -879,9 +873,9 @@ dependencies = [
|
|
|
879
873
|
|
|
880
874
|
[[package]]
|
|
881
875
|
name = "color-spantrace"
|
|
882
|
-
version = "0.2.
|
|
876
|
+
version = "0.2.2"
|
|
883
877
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
884
|
-
checksum = "
|
|
878
|
+
checksum = "2ddd8d5bfda1e11a501d0a7303f3bfed9aa632ebdb859be40d0fd70478ed70d5"
|
|
885
879
|
dependencies = [
|
|
886
880
|
"once_cell",
|
|
887
881
|
"owo-colors",
|
|
@@ -938,7 +932,7 @@ version = "0.1.16"
|
|
|
938
932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
933
|
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
|
940
934
|
dependencies = [
|
|
941
|
-
"getrandom 0.2.
|
|
935
|
+
"getrandom 0.2.16",
|
|
942
936
|
"once_cell",
|
|
943
937
|
"tiny-keccak",
|
|
944
938
|
]
|
|
@@ -990,9 +984,9 @@ dependencies = [
|
|
|
990
984
|
|
|
991
985
|
[[package]]
|
|
992
986
|
name = "crc"
|
|
993
|
-
version = "3.
|
|
987
|
+
version = "3.3.0"
|
|
994
988
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
995
|
-
checksum = "
|
|
989
|
+
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
|
996
990
|
dependencies = [
|
|
997
991
|
"crc-catalog",
|
|
998
992
|
]
|
|
@@ -1131,7 +1125,7 @@ dependencies = [
|
|
|
1131
1125
|
"proc-macro2",
|
|
1132
1126
|
"quote",
|
|
1133
1127
|
"strsim",
|
|
1134
|
-
"syn
|
|
1128
|
+
"syn",
|
|
1135
1129
|
]
|
|
1136
1130
|
|
|
1137
1131
|
[[package]]
|
|
@@ -1142,7 +1136,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
|
|
|
1142
1136
|
dependencies = [
|
|
1143
1137
|
"darling_core",
|
|
1144
1138
|
"quote",
|
|
1145
|
-
"syn
|
|
1139
|
+
"syn",
|
|
1146
1140
|
]
|
|
1147
1141
|
|
|
1148
1142
|
[[package]]
|
|
@@ -1165,9 +1159,9 @@ checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
|
|
|
1165
1159
|
|
|
1166
1160
|
[[package]]
|
|
1167
1161
|
name = "der"
|
|
1168
|
-
version = "0.7.
|
|
1162
|
+
version = "0.7.10"
|
|
1169
1163
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1170
|
-
checksum = "
|
|
1164
|
+
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
|
1171
1165
|
dependencies = [
|
|
1172
1166
|
"const-oid",
|
|
1173
1167
|
"pem-rfc7468",
|
|
@@ -1176,9 +1170,9 @@ dependencies = [
|
|
|
1176
1170
|
|
|
1177
1171
|
[[package]]
|
|
1178
1172
|
name = "deranged"
|
|
1179
|
-
version = "0.4.
|
|
1173
|
+
version = "0.4.0"
|
|
1180
1174
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1181
|
-
checksum = "
|
|
1175
|
+
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
|
|
1182
1176
|
dependencies = [
|
|
1183
1177
|
"powerfmt",
|
|
1184
1178
|
"serde",
|
|
@@ -1201,15 +1195,15 @@ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
|
|
|
1201
1195
|
dependencies = [
|
|
1202
1196
|
"proc-macro2",
|
|
1203
1197
|
"quote",
|
|
1204
|
-
"syn
|
|
1198
|
+
"syn",
|
|
1205
1199
|
"unicode-xid",
|
|
1206
1200
|
]
|
|
1207
1201
|
|
|
1208
1202
|
[[package]]
|
|
1209
1203
|
name = "deunicode"
|
|
1210
|
-
version = "1.6.
|
|
1204
|
+
version = "1.6.2"
|
|
1211
1205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1212
|
-
checksum = "
|
|
1206
|
+
checksum = "abd57806937c9cc163efc8ea3910e00a62e2aeb0b8119f1793a978088f8f6b04"
|
|
1213
1207
|
|
|
1214
1208
|
[[package]]
|
|
1215
1209
|
name = "digest"
|
|
@@ -1231,7 +1225,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
1231
1225
|
dependencies = [
|
|
1232
1226
|
"proc-macro2",
|
|
1233
1227
|
"quote",
|
|
1234
|
-
"syn
|
|
1228
|
+
"syn",
|
|
1235
1229
|
]
|
|
1236
1230
|
|
|
1237
1231
|
[[package]]
|
|
@@ -1258,7 +1252,7 @@ dependencies = [
|
|
|
1258
1252
|
"darling",
|
|
1259
1253
|
"proc-macro2",
|
|
1260
1254
|
"quote",
|
|
1261
|
-
"syn
|
|
1255
|
+
"syn",
|
|
1262
1256
|
]
|
|
1263
1257
|
|
|
1264
1258
|
[[package]]
|
|
@@ -1294,7 +1288,7 @@ dependencies = [
|
|
|
1294
1288
|
"heck",
|
|
1295
1289
|
"proc-macro2",
|
|
1296
1290
|
"quote",
|
|
1297
|
-
"syn
|
|
1291
|
+
"syn",
|
|
1298
1292
|
]
|
|
1299
1293
|
|
|
1300
1294
|
[[package]]
|
|
@@ -1315,9 +1309,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
1315
1309
|
|
|
1316
1310
|
[[package]]
|
|
1317
1311
|
name = "errno"
|
|
1318
|
-
version = "0.3.
|
|
1312
|
+
version = "0.3.11"
|
|
1319
1313
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1320
|
-
checksum = "
|
|
1314
|
+
checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
|
|
1321
1315
|
dependencies = [
|
|
1322
1316
|
"libc",
|
|
1323
1317
|
"windows-sys 0.59.0",
|
|
@@ -1375,12 +1369,12 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
1375
1369
|
|
|
1376
1370
|
[[package]]
|
|
1377
1371
|
name = "flate2"
|
|
1378
|
-
version = "1.1.
|
|
1372
|
+
version = "1.1.1"
|
|
1379
1373
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
|
-
checksum = "
|
|
1374
|
+
checksum = "7ced92e76e966ca2fd84c8f7aa01a4aea65b0eb6648d72f7c8f3e2764a67fece"
|
|
1381
1375
|
dependencies = [
|
|
1382
1376
|
"crc32fast",
|
|
1383
|
-
"miniz_oxide
|
|
1377
|
+
"miniz_oxide",
|
|
1384
1378
|
]
|
|
1385
1379
|
|
|
1386
1380
|
[[package]]
|
|
@@ -1488,7 +1482,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
1488
1482
|
dependencies = [
|
|
1489
1483
|
"proc-macro2",
|
|
1490
1484
|
"quote",
|
|
1491
|
-
"syn
|
|
1485
|
+
"syn",
|
|
1492
1486
|
]
|
|
1493
1487
|
|
|
1494
1488
|
[[package]]
|
|
@@ -1543,9 +1537,9 @@ dependencies = [
|
|
|
1543
1537
|
|
|
1544
1538
|
[[package]]
|
|
1545
1539
|
name = "getrandom"
|
|
1546
|
-
version = "0.2.
|
|
1540
|
+
version = "0.2.16"
|
|
1547
1541
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1548
|
-
checksum = "
|
|
1542
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
1549
1543
|
dependencies = [
|
|
1550
1544
|
"cfg-if",
|
|
1551
1545
|
"js-sys",
|
|
@@ -1556,9 +1550,9 @@ dependencies = [
|
|
|
1556
1550
|
|
|
1557
1551
|
[[package]]
|
|
1558
1552
|
name = "getrandom"
|
|
1559
|
-
version = "0.3.
|
|
1553
|
+
version = "0.3.3"
|
|
1560
1554
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1561
|
-
checksum = "
|
|
1555
|
+
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
|
1562
1556
|
dependencies = [
|
|
1563
1557
|
"cfg-if",
|
|
1564
1558
|
"js-sys",
|
|
@@ -1570,9 +1564,9 @@ dependencies = [
|
|
|
1570
1564
|
|
|
1571
1565
|
[[package]]
|
|
1572
1566
|
name = "gimli"
|
|
1573
|
-
version = "0.
|
|
1567
|
+
version = "0.31.1"
|
|
1574
1568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1575
|
-
checksum = "
|
|
1569
|
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
1576
1570
|
|
|
1577
1571
|
[[package]]
|
|
1578
1572
|
name = "glob"
|
|
@@ -1592,7 +1586,7 @@ dependencies = [
|
|
|
1592
1586
|
"futures-sink",
|
|
1593
1587
|
"futures-util",
|
|
1594
1588
|
"http 0.2.12",
|
|
1595
|
-
"indexmap 2.
|
|
1589
|
+
"indexmap 2.9.0",
|
|
1596
1590
|
"slab",
|
|
1597
1591
|
"tokio",
|
|
1598
1592
|
"tokio-util",
|
|
@@ -1601,9 +1595,9 @@ dependencies = [
|
|
|
1601
1595
|
|
|
1602
1596
|
[[package]]
|
|
1603
1597
|
name = "h2"
|
|
1604
|
-
version = "0.4.
|
|
1598
|
+
version = "0.4.10"
|
|
1605
1599
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1606
|
-
checksum = "
|
|
1600
|
+
checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5"
|
|
1607
1601
|
dependencies = [
|
|
1608
1602
|
"atomic-waker",
|
|
1609
1603
|
"bytes",
|
|
@@ -1611,7 +1605,7 @@ dependencies = [
|
|
|
1611
1605
|
"futures-core",
|
|
1612
1606
|
"futures-sink",
|
|
1613
1607
|
"http 1.3.1",
|
|
1614
|
-
"indexmap 2.
|
|
1608
|
+
"indexmap 2.9.0",
|
|
1615
1609
|
"slab",
|
|
1616
1610
|
"tokio",
|
|
1617
1611
|
"tokio-util",
|
|
@@ -1620,9 +1614,9 @@ dependencies = [
|
|
|
1620
1614
|
|
|
1621
1615
|
[[package]]
|
|
1622
1616
|
name = "half"
|
|
1623
|
-
version = "2.
|
|
1617
|
+
version = "2.6.0"
|
|
1624
1618
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1625
|
-
checksum = "
|
|
1619
|
+
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
|
|
1626
1620
|
dependencies = [
|
|
1627
1621
|
"cfg-if",
|
|
1628
1622
|
"crunchy",
|
|
@@ -1642,9 +1636,9 @@ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
|
1642
1636
|
|
|
1643
1637
|
[[package]]
|
|
1644
1638
|
name = "hashbrown"
|
|
1645
|
-
version = "0.15.
|
|
1639
|
+
version = "0.15.3"
|
|
1646
1640
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1647
|
-
checksum = "
|
|
1641
|
+
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
|
1648
1642
|
dependencies = [
|
|
1649
1643
|
"allocator-api2",
|
|
1650
1644
|
"equivalent",
|
|
@@ -1657,7 +1651,7 @@ version = "0.10.0"
|
|
|
1657
1651
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1658
1652
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
|
1659
1653
|
dependencies = [
|
|
1660
|
-
"hashbrown 0.15.
|
|
1654
|
+
"hashbrown 0.15.3",
|
|
1661
1655
|
]
|
|
1662
1656
|
|
|
1663
1657
|
[[package]]
|
|
@@ -1674,9 +1668,9 @@ checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
|
1674
1668
|
|
|
1675
1669
|
[[package]]
|
|
1676
1670
|
name = "hermit-abi"
|
|
1677
|
-
version = "0.5.
|
|
1671
|
+
version = "0.5.1"
|
|
1678
1672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1679
|
-
checksum = "
|
|
1673
|
+
checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
|
|
1680
1674
|
|
|
1681
1675
|
[[package]]
|
|
1682
1676
|
name = "hex"
|
|
@@ -1817,7 +1811,7 @@ dependencies = [
|
|
|
1817
1811
|
"bytes",
|
|
1818
1812
|
"futures-channel",
|
|
1819
1813
|
"futures-util",
|
|
1820
|
-
"h2 0.4.
|
|
1814
|
+
"h2 0.4.10",
|
|
1821
1815
|
"http 1.3.1",
|
|
1822
1816
|
"http-body 1.0.1",
|
|
1823
1817
|
"httparse",
|
|
@@ -1855,12 +1849,12 @@ dependencies = [
|
|
|
1855
1849
|
"http 1.3.1",
|
|
1856
1850
|
"hyper 1.6.0",
|
|
1857
1851
|
"hyper-util",
|
|
1858
|
-
"rustls 0.23.
|
|
1852
|
+
"rustls 0.23.27",
|
|
1859
1853
|
"rustls-pki-types",
|
|
1860
1854
|
"tokio",
|
|
1861
1855
|
"tokio-rustls 0.26.2",
|
|
1862
1856
|
"tower-service",
|
|
1863
|
-
"webpki-roots",
|
|
1857
|
+
"webpki-roots 0.26.11",
|
|
1864
1858
|
]
|
|
1865
1859
|
|
|
1866
1860
|
[[package]]
|
|
@@ -1877,9 +1871,9 @@ dependencies = [
|
|
|
1877
1871
|
|
|
1878
1872
|
[[package]]
|
|
1879
1873
|
name = "hyper-util"
|
|
1880
|
-
version = "0.1.
|
|
1874
|
+
version = "0.1.11"
|
|
1881
1875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1882
|
-
checksum = "
|
|
1876
|
+
checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
|
|
1883
1877
|
dependencies = [
|
|
1884
1878
|
"bytes",
|
|
1885
1879
|
"futures-channel",
|
|
@@ -1887,6 +1881,7 @@ dependencies = [
|
|
|
1887
1881
|
"http 1.3.1",
|
|
1888
1882
|
"http-body 1.0.1",
|
|
1889
1883
|
"hyper 1.6.0",
|
|
1884
|
+
"libc",
|
|
1890
1885
|
"pin-project-lite",
|
|
1891
1886
|
"socket2",
|
|
1892
1887
|
"tokio",
|
|
@@ -1896,9 +1891,9 @@ dependencies = [
|
|
|
1896
1891
|
|
|
1897
1892
|
[[package]]
|
|
1898
1893
|
name = "iana-time-zone"
|
|
1899
|
-
version = "0.1.
|
|
1894
|
+
version = "0.1.63"
|
|
1900
1895
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1901
|
-
checksum = "
|
|
1896
|
+
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
|
|
1902
1897
|
dependencies = [
|
|
1903
1898
|
"android_system_properties",
|
|
1904
1899
|
"core-foundation-sys",
|
|
@@ -1920,21 +1915,22 @@ dependencies = [
|
|
|
1920
1915
|
|
|
1921
1916
|
[[package]]
|
|
1922
1917
|
name = "icu_collections"
|
|
1923
|
-
version = "
|
|
1918
|
+
version = "2.0.0"
|
|
1924
1919
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1925
|
-
checksum = "
|
|
1920
|
+
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
|
1926
1921
|
dependencies = [
|
|
1927
1922
|
"displaydoc",
|
|
1923
|
+
"potential_utf",
|
|
1928
1924
|
"yoke",
|
|
1929
1925
|
"zerofrom",
|
|
1930
1926
|
"zerovec",
|
|
1931
1927
|
]
|
|
1932
1928
|
|
|
1933
1929
|
[[package]]
|
|
1934
|
-
name = "
|
|
1935
|
-
version = "
|
|
1930
|
+
name = "icu_locale_core"
|
|
1931
|
+
version = "2.0.0"
|
|
1936
1932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1937
|
-
checksum = "
|
|
1933
|
+
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
|
1938
1934
|
dependencies = [
|
|
1939
1935
|
"displaydoc",
|
|
1940
1936
|
"litemap",
|
|
@@ -1943,31 +1939,11 @@ dependencies = [
|
|
|
1943
1939
|
"zerovec",
|
|
1944
1940
|
]
|
|
1945
1941
|
|
|
1946
|
-
[[package]]
|
|
1947
|
-
name = "icu_locid_transform"
|
|
1948
|
-
version = "1.5.0"
|
|
1949
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1950
|
-
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
1951
|
-
dependencies = [
|
|
1952
|
-
"displaydoc",
|
|
1953
|
-
"icu_locid",
|
|
1954
|
-
"icu_locid_transform_data",
|
|
1955
|
-
"icu_provider",
|
|
1956
|
-
"tinystr",
|
|
1957
|
-
"zerovec",
|
|
1958
|
-
]
|
|
1959
|
-
|
|
1960
|
-
[[package]]
|
|
1961
|
-
name = "icu_locid_transform_data"
|
|
1962
|
-
version = "1.5.1"
|
|
1963
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1964
|
-
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
|
1965
|
-
|
|
1966
1942
|
[[package]]
|
|
1967
1943
|
name = "icu_normalizer"
|
|
1968
|
-
version = "
|
|
1944
|
+
version = "2.0.0"
|
|
1969
1945
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1970
|
-
checksum = "
|
|
1946
|
+
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
|
1971
1947
|
dependencies = [
|
|
1972
1948
|
"displaydoc",
|
|
1973
1949
|
"icu_collections",
|
|
@@ -1975,67 +1951,54 @@ dependencies = [
|
|
|
1975
1951
|
"icu_properties",
|
|
1976
1952
|
"icu_provider",
|
|
1977
1953
|
"smallvec",
|
|
1978
|
-
"utf16_iter",
|
|
1979
|
-
"utf8_iter",
|
|
1980
|
-
"write16",
|
|
1981
1954
|
"zerovec",
|
|
1982
1955
|
]
|
|
1983
1956
|
|
|
1984
1957
|
[[package]]
|
|
1985
1958
|
name = "icu_normalizer_data"
|
|
1986
|
-
version = "
|
|
1959
|
+
version = "2.0.0"
|
|
1987
1960
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1988
|
-
checksum = "
|
|
1961
|
+
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
|
1989
1962
|
|
|
1990
1963
|
[[package]]
|
|
1991
1964
|
name = "icu_properties"
|
|
1992
|
-
version = "
|
|
1965
|
+
version = "2.0.0"
|
|
1993
1966
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1994
|
-
checksum = "
|
|
1967
|
+
checksum = "2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a"
|
|
1995
1968
|
dependencies = [
|
|
1996
1969
|
"displaydoc",
|
|
1997
1970
|
"icu_collections",
|
|
1998
|
-
"
|
|
1971
|
+
"icu_locale_core",
|
|
1999
1972
|
"icu_properties_data",
|
|
2000
1973
|
"icu_provider",
|
|
2001
|
-
"
|
|
1974
|
+
"potential_utf",
|
|
1975
|
+
"zerotrie",
|
|
2002
1976
|
"zerovec",
|
|
2003
1977
|
]
|
|
2004
1978
|
|
|
2005
1979
|
[[package]]
|
|
2006
1980
|
name = "icu_properties_data"
|
|
2007
|
-
version = "
|
|
1981
|
+
version = "2.0.0"
|
|
2008
1982
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2009
|
-
checksum = "
|
|
1983
|
+
checksum = "8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04"
|
|
2010
1984
|
|
|
2011
1985
|
[[package]]
|
|
2012
1986
|
name = "icu_provider"
|
|
2013
|
-
version = "
|
|
1987
|
+
version = "2.0.0"
|
|
2014
1988
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2015
|
-
checksum = "
|
|
1989
|
+
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
|
2016
1990
|
dependencies = [
|
|
2017
1991
|
"displaydoc",
|
|
2018
|
-
"
|
|
2019
|
-
"icu_provider_macros",
|
|
1992
|
+
"icu_locale_core",
|
|
2020
1993
|
"stable_deref_trait",
|
|
2021
1994
|
"tinystr",
|
|
2022
1995
|
"writeable",
|
|
2023
1996
|
"yoke",
|
|
2024
1997
|
"zerofrom",
|
|
1998
|
+
"zerotrie",
|
|
2025
1999
|
"zerovec",
|
|
2026
2000
|
]
|
|
2027
2001
|
|
|
2028
|
-
[[package]]
|
|
2029
|
-
name = "icu_provider_macros"
|
|
2030
|
-
version = "1.5.0"
|
|
2031
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2032
|
-
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
2033
|
-
dependencies = [
|
|
2034
|
-
"proc-macro2",
|
|
2035
|
-
"quote",
|
|
2036
|
-
"syn 2.0.100",
|
|
2037
|
-
]
|
|
2038
|
-
|
|
2039
2002
|
[[package]]
|
|
2040
2003
|
name = "ident_case"
|
|
2041
2004
|
version = "1.0.1"
|
|
@@ -2055,9 +2018,9 @@ dependencies = [
|
|
|
2055
2018
|
|
|
2056
2019
|
[[package]]
|
|
2057
2020
|
name = "idna_adapter"
|
|
2058
|
-
version = "1.2.
|
|
2021
|
+
version = "1.2.1"
|
|
2059
2022
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2060
|
-
checksum = "
|
|
2023
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
2061
2024
|
dependencies = [
|
|
2062
2025
|
"icu_normalizer",
|
|
2063
2026
|
"icu_properties",
|
|
@@ -2088,12 +2051,12 @@ dependencies = [
|
|
|
2088
2051
|
|
|
2089
2052
|
[[package]]
|
|
2090
2053
|
name = "indexmap"
|
|
2091
|
-
version = "2.
|
|
2054
|
+
version = "2.9.0"
|
|
2092
2055
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2093
|
-
checksum = "
|
|
2056
|
+
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
|
2094
2057
|
dependencies = [
|
|
2095
2058
|
"equivalent",
|
|
2096
|
-
"hashbrown 0.15.
|
|
2059
|
+
"hashbrown 0.15.3",
|
|
2097
2060
|
"serde",
|
|
2098
2061
|
]
|
|
2099
2062
|
|
|
@@ -2115,7 +2078,7 @@ version = "0.4.16"
|
|
|
2115
2078
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2116
2079
|
checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
|
|
2117
2080
|
dependencies = [
|
|
2118
|
-
"hermit-abi 0.5.
|
|
2081
|
+
"hermit-abi 0.5.1",
|
|
2119
2082
|
"libc",
|
|
2120
2083
|
"windows-sys 0.59.0",
|
|
2121
2084
|
]
|
|
@@ -2155,10 +2118,11 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
2155
2118
|
|
|
2156
2119
|
[[package]]
|
|
2157
2120
|
name = "jobserver"
|
|
2158
|
-
version = "0.1.
|
|
2121
|
+
version = "0.1.33"
|
|
2159
2122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2160
|
-
checksum = "
|
|
2123
|
+
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
|
2161
2124
|
dependencies = [
|
|
2125
|
+
"getrandom 0.3.3",
|
|
2162
2126
|
"libc",
|
|
2163
2127
|
]
|
|
2164
2128
|
|
|
@@ -2295,25 +2259,25 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
2295
2259
|
|
|
2296
2260
|
[[package]]
|
|
2297
2261
|
name = "libc"
|
|
2298
|
-
version = "0.2.
|
|
2262
|
+
version = "0.2.172"
|
|
2299
2263
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2300
|
-
checksum = "
|
|
2264
|
+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
|
2301
2265
|
|
|
2302
2266
|
[[package]]
|
|
2303
2267
|
name = "libloading"
|
|
2304
|
-
version = "0.8.
|
|
2268
|
+
version = "0.8.7"
|
|
2305
2269
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2306
|
-
checksum = "
|
|
2270
|
+
checksum = "6a793df0d7afeac54f95b471d3af7f0d4fb975699f972341a4b76988d49cdf0c"
|
|
2307
2271
|
dependencies = [
|
|
2308
2272
|
"cfg-if",
|
|
2309
|
-
"windows-targets 0.
|
|
2273
|
+
"windows-targets 0.53.0",
|
|
2310
2274
|
]
|
|
2311
2275
|
|
|
2312
2276
|
[[package]]
|
|
2313
2277
|
name = "libm"
|
|
2314
|
-
version = "0.2.
|
|
2278
|
+
version = "0.2.15"
|
|
2315
2279
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2316
|
-
checksum = "
|
|
2280
|
+
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
|
2317
2281
|
|
|
2318
2282
|
[[package]]
|
|
2319
2283
|
name = "libsqlite3-sys"
|
|
@@ -2334,15 +2298,15 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
2334
2298
|
|
|
2335
2299
|
[[package]]
|
|
2336
2300
|
name = "linux-raw-sys"
|
|
2337
|
-
version = "0.9.
|
|
2301
|
+
version = "0.9.4"
|
|
2338
2302
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2339
|
-
checksum = "
|
|
2303
|
+
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
|
|
2340
2304
|
|
|
2341
2305
|
[[package]]
|
|
2342
2306
|
name = "litemap"
|
|
2343
|
-
version = "0.
|
|
2307
|
+
version = "0.8.0"
|
|
2344
2308
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2345
|
-
checksum = "
|
|
2309
|
+
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
|
2346
2310
|
|
|
2347
2311
|
[[package]]
|
|
2348
2312
|
name = "local-channel"
|
|
@@ -2377,6 +2341,12 @@ version = "0.4.27"
|
|
|
2377
2341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2378
2342
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
|
2379
2343
|
|
|
2344
|
+
[[package]]
|
|
2345
|
+
name = "lru-slab"
|
|
2346
|
+
version = "0.1.2"
|
|
2347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2348
|
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
2349
|
+
|
|
2380
2350
|
[[package]]
|
|
2381
2351
|
name = "matchers"
|
|
2382
2352
|
version = "0.1.0"
|
|
@@ -2425,18 +2395,9 @@ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
2425
2395
|
|
|
2426
2396
|
[[package]]
|
|
2427
2397
|
name = "miniz_oxide"
|
|
2428
|
-
version = "0.
|
|
2429
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2430
|
-
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
|
|
2431
|
-
dependencies = [
|
|
2432
|
-
"adler",
|
|
2433
|
-
]
|
|
2434
|
-
|
|
2435
|
-
[[package]]
|
|
2436
|
-
name = "miniz_oxide"
|
|
2437
|
-
version = "0.8.5"
|
|
2398
|
+
version = "0.8.8"
|
|
2438
2399
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2439
|
-
checksum = "
|
|
2400
|
+
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
|
|
2440
2401
|
dependencies = [
|
|
2441
2402
|
"adler2",
|
|
2442
2403
|
]
|
|
@@ -2544,9 +2505,9 @@ dependencies = [
|
|
|
2544
2505
|
|
|
2545
2506
|
[[package]]
|
|
2546
2507
|
name = "object"
|
|
2547
|
-
version = "0.
|
|
2508
|
+
version = "0.36.7"
|
|
2548
2509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2549
|
-
checksum = "
|
|
2510
|
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
2550
2511
|
dependencies = [
|
|
2551
2512
|
"memchr",
|
|
2552
2513
|
]
|
|
@@ -2703,9 +2664,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
|
2703
2664
|
|
|
2704
2665
|
[[package]]
|
|
2705
2666
|
name = "owo-colors"
|
|
2706
|
-
version = "
|
|
2667
|
+
version = "4.2.0"
|
|
2707
2668
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2708
|
-
checksum = "
|
|
2669
|
+
checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564"
|
|
2709
2670
|
|
|
2710
2671
|
[[package]]
|
|
2711
2672
|
name = "parking"
|
|
@@ -2798,7 +2759,7 @@ dependencies = [
|
|
|
2798
2759
|
"pest_meta",
|
|
2799
2760
|
"proc-macro2",
|
|
2800
2761
|
"quote",
|
|
2801
|
-
"syn
|
|
2762
|
+
"syn",
|
|
2802
2763
|
]
|
|
2803
2764
|
|
|
2804
2765
|
[[package]]
|
|
@@ -2829,7 +2790,7 @@ checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
|
2829
2790
|
dependencies = [
|
|
2830
2791
|
"proc-macro2",
|
|
2831
2792
|
"quote",
|
|
2832
|
-
"syn
|
|
2793
|
+
"syn",
|
|
2833
2794
|
]
|
|
2834
2795
|
|
|
2835
2796
|
[[package]]
|
|
@@ -2905,6 +2866,15 @@ version = "1.11.0"
|
|
|
2905
2866
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2906
2867
|
checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
|
|
2907
2868
|
|
|
2869
|
+
[[package]]
|
|
2870
|
+
name = "potential_utf"
|
|
2871
|
+
version = "0.1.2"
|
|
2872
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2873
|
+
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
|
2874
|
+
dependencies = [
|
|
2875
|
+
"zerovec",
|
|
2876
|
+
]
|
|
2877
|
+
|
|
2908
2878
|
[[package]]
|
|
2909
2879
|
name = "powerfmt"
|
|
2910
2880
|
version = "0.2.0"
|
|
@@ -2917,24 +2887,24 @@ version = "0.2.21"
|
|
|
2917
2887
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2918
2888
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
2919
2889
|
dependencies = [
|
|
2920
|
-
"zerocopy
|
|
2890
|
+
"zerocopy",
|
|
2921
2891
|
]
|
|
2922
2892
|
|
|
2923
2893
|
[[package]]
|
|
2924
2894
|
name = "prettyplease"
|
|
2925
|
-
version = "0.2.
|
|
2895
|
+
version = "0.2.32"
|
|
2926
2896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2927
|
-
checksum = "
|
|
2897
|
+
checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
|
|
2928
2898
|
dependencies = [
|
|
2929
2899
|
"proc-macro2",
|
|
2930
|
-
"syn
|
|
2900
|
+
"syn",
|
|
2931
2901
|
]
|
|
2932
2902
|
|
|
2933
2903
|
[[package]]
|
|
2934
2904
|
name = "proc-macro2"
|
|
2935
|
-
version = "1.0.
|
|
2905
|
+
version = "1.0.95"
|
|
2936
2906
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2937
|
-
checksum = "
|
|
2907
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
|
2938
2908
|
dependencies = [
|
|
2939
2909
|
"unicode-ident",
|
|
2940
2910
|
]
|
|
@@ -2976,9 +2946,9 @@ checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
|
|
|
2976
2946
|
|
|
2977
2947
|
[[package]]
|
|
2978
2948
|
name = "pyo3"
|
|
2979
|
-
version = "0.
|
|
2949
|
+
version = "0.24.2"
|
|
2980
2950
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2981
|
-
checksum = "
|
|
2951
|
+
checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
|
|
2982
2952
|
dependencies = [
|
|
2983
2953
|
"anyhow",
|
|
2984
2954
|
"cfg-if",
|
|
@@ -2996,9 +2966,9 @@ dependencies = [
|
|
|
2996
2966
|
|
|
2997
2967
|
[[package]]
|
|
2998
2968
|
name = "pyo3-async-runtimes"
|
|
2999
|
-
version = "0.
|
|
2969
|
+
version = "0.24.0"
|
|
3000
2970
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3001
|
-
checksum = "
|
|
2971
|
+
checksum = "dd0b83dc42f9d41f50d38180dad65f0c99763b65a3ff2a81bf351dd35a1df8bf"
|
|
3002
2972
|
dependencies = [
|
|
3003
2973
|
"futures",
|
|
3004
2974
|
"once_cell",
|
|
@@ -3010,20 +2980,20 @@ dependencies = [
|
|
|
3010
2980
|
|
|
3011
2981
|
[[package]]
|
|
3012
2982
|
name = "pyo3-async-runtimes-macros"
|
|
3013
|
-
version = "0.
|
|
2983
|
+
version = "0.24.0"
|
|
3014
2984
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3015
|
-
checksum = "
|
|
2985
|
+
checksum = "cf103ba4062fbb1e8022d9ed9b9830fbab074b2db0a0496c78e45a62f4330bcd"
|
|
3016
2986
|
dependencies = [
|
|
3017
2987
|
"proc-macro2",
|
|
3018
2988
|
"quote",
|
|
3019
|
-
"syn
|
|
2989
|
+
"syn",
|
|
3020
2990
|
]
|
|
3021
2991
|
|
|
3022
2992
|
[[package]]
|
|
3023
2993
|
name = "pyo3-build-config"
|
|
3024
|
-
version = "0.
|
|
2994
|
+
version = "0.24.2"
|
|
3025
2995
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3026
|
-
checksum = "
|
|
2996
|
+
checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
|
|
3027
2997
|
dependencies = [
|
|
3028
2998
|
"once_cell",
|
|
3029
2999
|
"target-lexicon",
|
|
@@ -3031,9 +3001,9 @@ dependencies = [
|
|
|
3031
3001
|
|
|
3032
3002
|
[[package]]
|
|
3033
3003
|
name = "pyo3-ffi"
|
|
3034
|
-
version = "0.
|
|
3004
|
+
version = "0.24.2"
|
|
3035
3005
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3036
|
-
checksum = "
|
|
3006
|
+
checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
|
|
3037
3007
|
dependencies = [
|
|
3038
3008
|
"libc",
|
|
3039
3009
|
"pyo3-build-config",
|
|
@@ -3041,32 +3011,32 @@ dependencies = [
|
|
|
3041
3011
|
|
|
3042
3012
|
[[package]]
|
|
3043
3013
|
name = "pyo3-macros"
|
|
3044
|
-
version = "0.
|
|
3014
|
+
version = "0.24.2"
|
|
3045
3015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3046
|
-
checksum = "
|
|
3016
|
+
checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
|
|
3047
3017
|
dependencies = [
|
|
3048
3018
|
"proc-macro2",
|
|
3049
3019
|
"pyo3-macros-backend",
|
|
3050
3020
|
"quote",
|
|
3051
|
-
"syn
|
|
3021
|
+
"syn",
|
|
3052
3022
|
]
|
|
3053
3023
|
|
|
3054
3024
|
[[package]]
|
|
3055
3025
|
name = "pyo3-macros-backend"
|
|
3056
|
-
version = "0.
|
|
3026
|
+
version = "0.24.2"
|
|
3057
3027
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3058
|
-
checksum = "
|
|
3028
|
+
checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
|
|
3059
3029
|
dependencies = [
|
|
3060
3030
|
"heck",
|
|
3061
3031
|
"proc-macro2",
|
|
3062
3032
|
"pyo3-build-config",
|
|
3063
3033
|
"quote",
|
|
3064
|
-
"syn
|
|
3034
|
+
"syn",
|
|
3065
3035
|
]
|
|
3066
3036
|
|
|
3067
3037
|
[[package]]
|
|
3068
3038
|
name = "python-auditor"
|
|
3069
|
-
version = "0.9.
|
|
3039
|
+
version = "0.9.3"
|
|
3070
3040
|
dependencies = [
|
|
3071
3041
|
"anyhow",
|
|
3072
3042
|
"auditor",
|
|
@@ -3092,20 +3062,20 @@ dependencies = [
|
|
|
3092
3062
|
|
|
3093
3063
|
[[package]]
|
|
3094
3064
|
name = "quickcheck_macros"
|
|
3095
|
-
version = "1.
|
|
3065
|
+
version = "1.1.0"
|
|
3096
3066
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3097
|
-
checksum = "
|
|
3067
|
+
checksum = "f71ee38b42f8459a88d3362be6f9b841ad2d5421844f61eb1c59c11bff3ac14a"
|
|
3098
3068
|
dependencies = [
|
|
3099
3069
|
"proc-macro2",
|
|
3100
3070
|
"quote",
|
|
3101
|
-
"syn
|
|
3071
|
+
"syn",
|
|
3102
3072
|
]
|
|
3103
3073
|
|
|
3104
3074
|
[[package]]
|
|
3105
3075
|
name = "quinn"
|
|
3106
|
-
version = "0.11.
|
|
3076
|
+
version = "0.11.8"
|
|
3107
3077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3108
|
-
checksum = "
|
|
3078
|
+
checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
|
|
3109
3079
|
dependencies = [
|
|
3110
3080
|
"bytes",
|
|
3111
3081
|
"cfg_aliases",
|
|
@@ -3113,7 +3083,7 @@ dependencies = [
|
|
|
3113
3083
|
"quinn-proto",
|
|
3114
3084
|
"quinn-udp",
|
|
3115
3085
|
"rustc-hash 2.1.1",
|
|
3116
|
-
"rustls 0.23.
|
|
3086
|
+
"rustls 0.23.27",
|
|
3117
3087
|
"socket2",
|
|
3118
3088
|
"thiserror 2.0.12",
|
|
3119
3089
|
"tokio",
|
|
@@ -3123,16 +3093,17 @@ dependencies = [
|
|
|
3123
3093
|
|
|
3124
3094
|
[[package]]
|
|
3125
3095
|
name = "quinn-proto"
|
|
3126
|
-
version = "0.11.
|
|
3096
|
+
version = "0.11.12"
|
|
3127
3097
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3128
|
-
checksum = "
|
|
3098
|
+
checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
|
|
3129
3099
|
dependencies = [
|
|
3130
3100
|
"bytes",
|
|
3131
|
-
"getrandom 0.3.
|
|
3132
|
-
"
|
|
3101
|
+
"getrandom 0.3.3",
|
|
3102
|
+
"lru-slab",
|
|
3103
|
+
"rand 0.9.1",
|
|
3133
3104
|
"ring",
|
|
3134
3105
|
"rustc-hash 2.1.1",
|
|
3135
|
-
"rustls 0.23.
|
|
3106
|
+
"rustls 0.23.27",
|
|
3136
3107
|
"rustls-pki-types",
|
|
3137
3108
|
"slab",
|
|
3138
3109
|
"thiserror 2.0.12",
|
|
@@ -3143,9 +3114,9 @@ dependencies = [
|
|
|
3143
3114
|
|
|
3144
3115
|
[[package]]
|
|
3145
3116
|
name = "quinn-udp"
|
|
3146
|
-
version = "0.5.
|
|
3117
|
+
version = "0.5.12"
|
|
3147
3118
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3148
|
-
checksum = "
|
|
3119
|
+
checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
|
|
3149
3120
|
dependencies = [
|
|
3150
3121
|
"cfg_aliases",
|
|
3151
3122
|
"libc",
|
|
@@ -3183,13 +3154,12 @@ dependencies = [
|
|
|
3183
3154
|
|
|
3184
3155
|
[[package]]
|
|
3185
3156
|
name = "rand"
|
|
3186
|
-
version = "0.9.
|
|
3157
|
+
version = "0.9.1"
|
|
3187
3158
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3188
|
-
checksum = "
|
|
3159
|
+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
|
3189
3160
|
dependencies = [
|
|
3190
3161
|
"rand_chacha 0.9.0",
|
|
3191
3162
|
"rand_core 0.9.3",
|
|
3192
|
-
"zerocopy 0.8.24",
|
|
3193
3163
|
]
|
|
3194
3164
|
|
|
3195
3165
|
[[package]]
|
|
@@ -3218,7 +3188,7 @@ version = "0.6.4"
|
|
|
3218
3188
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3219
3189
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
3220
3190
|
dependencies = [
|
|
3221
|
-
"getrandom 0.2.
|
|
3191
|
+
"getrandom 0.2.16",
|
|
3222
3192
|
]
|
|
3223
3193
|
|
|
3224
3194
|
[[package]]
|
|
@@ -3227,7 +3197,7 @@ version = "0.9.3"
|
|
|
3227
3197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3228
3198
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
3229
3199
|
dependencies = [
|
|
3230
|
-
"getrandom 0.3.
|
|
3200
|
+
"getrandom 0.3.3",
|
|
3231
3201
|
]
|
|
3232
3202
|
|
|
3233
3203
|
[[package]]
|
|
@@ -3262,9 +3232,9 @@ dependencies = [
|
|
|
3262
3232
|
|
|
3263
3233
|
[[package]]
|
|
3264
3234
|
name = "redox_syscall"
|
|
3265
|
-
version = "0.5.
|
|
3235
|
+
version = "0.5.12"
|
|
3266
3236
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3267
|
-
checksum = "
|
|
3237
|
+
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
|
|
3268
3238
|
dependencies = [
|
|
3269
3239
|
"bitflags",
|
|
3270
3240
|
]
|
|
@@ -3344,7 +3314,7 @@ dependencies = [
|
|
|
3344
3314
|
"percent-encoding",
|
|
3345
3315
|
"pin-project-lite",
|
|
3346
3316
|
"quinn",
|
|
3347
|
-
"rustls 0.23.
|
|
3317
|
+
"rustls 0.23.27",
|
|
3348
3318
|
"rustls-pemfile 2.2.0",
|
|
3349
3319
|
"rustls-pki-types",
|
|
3350
3320
|
"serde",
|
|
@@ -3361,7 +3331,7 @@ dependencies = [
|
|
|
3361
3331
|
"wasm-bindgen-futures",
|
|
3362
3332
|
"wasm-streams",
|
|
3363
3333
|
"web-sys",
|
|
3364
|
-
"webpki-roots",
|
|
3334
|
+
"webpki-roots 0.26.11",
|
|
3365
3335
|
"windows-registry",
|
|
3366
3336
|
]
|
|
3367
3337
|
|
|
@@ -3390,7 +3360,7 @@ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
3390
3360
|
dependencies = [
|
|
3391
3361
|
"cc",
|
|
3392
3362
|
"cfg-if",
|
|
3393
|
-
"getrandom 0.2.
|
|
3363
|
+
"getrandom 0.2.16",
|
|
3394
3364
|
"libc",
|
|
3395
3365
|
"untrusted",
|
|
3396
3366
|
"windows-sys 0.52.0",
|
|
@@ -3472,14 +3442,14 @@ dependencies = [
|
|
|
3472
3442
|
|
|
3473
3443
|
[[package]]
|
|
3474
3444
|
name = "rustix"
|
|
3475
|
-
version = "1.0.
|
|
3445
|
+
version = "1.0.7"
|
|
3476
3446
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3477
|
-
checksum = "
|
|
3447
|
+
checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
|
|
3478
3448
|
dependencies = [
|
|
3479
3449
|
"bitflags",
|
|
3480
3450
|
"errno",
|
|
3481
3451
|
"libc",
|
|
3482
|
-
"linux-raw-sys 0.9.
|
|
3452
|
+
"linux-raw-sys 0.9.4",
|
|
3483
3453
|
"windows-sys 0.59.0",
|
|
3484
3454
|
]
|
|
3485
3455
|
|
|
@@ -3497,16 +3467,16 @@ dependencies = [
|
|
|
3497
3467
|
|
|
3498
3468
|
[[package]]
|
|
3499
3469
|
name = "rustls"
|
|
3500
|
-
version = "0.23.
|
|
3470
|
+
version = "0.23.27"
|
|
3501
3471
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3502
|
-
checksum = "
|
|
3472
|
+
checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
|
|
3503
3473
|
dependencies = [
|
|
3504
3474
|
"aws-lc-rs",
|
|
3505
3475
|
"log",
|
|
3506
3476
|
"once_cell",
|
|
3507
3477
|
"ring",
|
|
3508
3478
|
"rustls-pki-types",
|
|
3509
|
-
"rustls-webpki 0.103.
|
|
3479
|
+
"rustls-webpki 0.103.3",
|
|
3510
3480
|
"subtle",
|
|
3511
3481
|
"zeroize",
|
|
3512
3482
|
]
|
|
@@ -3543,11 +3513,12 @@ dependencies = [
|
|
|
3543
3513
|
|
|
3544
3514
|
[[package]]
|
|
3545
3515
|
name = "rustls-pki-types"
|
|
3546
|
-
version = "1.
|
|
3516
|
+
version = "1.12.0"
|
|
3547
3517
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3548
|
-
checksum = "
|
|
3518
|
+
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
|
3549
3519
|
dependencies = [
|
|
3550
3520
|
"web-time",
|
|
3521
|
+
"zeroize",
|
|
3551
3522
|
]
|
|
3552
3523
|
|
|
3553
3524
|
[[package]]
|
|
@@ -3562,9 +3533,9 @@ dependencies = [
|
|
|
3562
3533
|
|
|
3563
3534
|
[[package]]
|
|
3564
3535
|
name = "rustls-webpki"
|
|
3565
|
-
version = "0.103.
|
|
3536
|
+
version = "0.103.3"
|
|
3566
3537
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3567
|
-
checksum = "
|
|
3538
|
+
checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
|
|
3568
3539
|
dependencies = [
|
|
3569
3540
|
"aws-lc-rs",
|
|
3570
3541
|
"ring",
|
|
@@ -3662,9 +3633,9 @@ dependencies = [
|
|
|
3662
3633
|
|
|
3663
3634
|
[[package]]
|
|
3664
3635
|
name = "serde-aux"
|
|
3665
|
-
version = "4.
|
|
3636
|
+
version = "4.7.0"
|
|
3666
3637
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3667
|
-
checksum = "
|
|
3638
|
+
checksum = "207f67b28fe90fb596503a9bf0bf1ea5e831e21307658e177c5dfcdfc3ab8a0a"
|
|
3668
3639
|
dependencies = [
|
|
3669
3640
|
"chrono",
|
|
3670
3641
|
"serde",
|
|
@@ -3690,7 +3661,7 @@ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
|
|
3690
3661
|
dependencies = [
|
|
3691
3662
|
"proc-macro2",
|
|
3692
3663
|
"quote",
|
|
3693
|
-
"syn
|
|
3664
|
+
"syn",
|
|
3694
3665
|
]
|
|
3695
3666
|
|
|
3696
3667
|
[[package]]
|
|
@@ -3749,7 +3720,7 @@ dependencies = [
|
|
|
3749
3720
|
"chrono",
|
|
3750
3721
|
"hex",
|
|
3751
3722
|
"indexmap 1.9.3",
|
|
3752
|
-
"indexmap 2.
|
|
3723
|
+
"indexmap 2.9.0",
|
|
3753
3724
|
"serde",
|
|
3754
3725
|
"serde_derive",
|
|
3755
3726
|
"serde_json",
|
|
@@ -3766,7 +3737,7 @@ dependencies = [
|
|
|
3766
3737
|
"darling",
|
|
3767
3738
|
"proc-macro2",
|
|
3768
3739
|
"quote",
|
|
3769
|
-
"syn
|
|
3740
|
+
"syn",
|
|
3770
3741
|
]
|
|
3771
3742
|
|
|
3772
3743
|
[[package]]
|
|
@@ -3775,7 +3746,7 @@ version = "0.9.34+deprecated"
|
|
|
3775
3746
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3776
3747
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
3777
3748
|
dependencies = [
|
|
3778
|
-
"indexmap 2.
|
|
3749
|
+
"indexmap 2.9.0",
|
|
3779
3750
|
"itoa",
|
|
3780
3751
|
"ryu",
|
|
3781
3752
|
"serde",
|
|
@@ -3795,9 +3766,9 @@ dependencies = [
|
|
|
3795
3766
|
|
|
3796
3767
|
[[package]]
|
|
3797
3768
|
name = "sha2"
|
|
3798
|
-
version = "0.10.
|
|
3769
|
+
version = "0.10.9"
|
|
3799
3770
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3800
|
-
checksum = "
|
|
3771
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
3801
3772
|
dependencies = [
|
|
3802
3773
|
"cfg-if",
|
|
3803
3774
|
"cpufeatures",
|
|
@@ -3827,9 +3798,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
3827
3798
|
|
|
3828
3799
|
[[package]]
|
|
3829
3800
|
name = "signal-hook-registry"
|
|
3830
|
-
version = "1.4.
|
|
3801
|
+
version = "1.4.5"
|
|
3831
3802
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3832
|
-
checksum = "
|
|
3803
|
+
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
|
|
3833
3804
|
dependencies = [
|
|
3834
3805
|
"libc",
|
|
3835
3806
|
]
|
|
@@ -3855,9 +3826,9 @@ dependencies = [
|
|
|
3855
3826
|
|
|
3856
3827
|
[[package]]
|
|
3857
3828
|
name = "smallvec"
|
|
3858
|
-
version = "1.
|
|
3829
|
+
version = "1.15.0"
|
|
3859
3830
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3860
|
-
checksum = "
|
|
3831
|
+
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
|
3861
3832
|
dependencies = [
|
|
3862
3833
|
"serde",
|
|
3863
3834
|
]
|
|
@@ -3893,9 +3864,9 @@ dependencies = [
|
|
|
3893
3864
|
|
|
3894
3865
|
[[package]]
|
|
3895
3866
|
name = "sqlx"
|
|
3896
|
-
version = "0.8.
|
|
3867
|
+
version = "0.8.5"
|
|
3897
3868
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3898
|
-
checksum = "
|
|
3869
|
+
checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
|
|
3899
3870
|
dependencies = [
|
|
3900
3871
|
"sqlx-core",
|
|
3901
3872
|
"sqlx-macros",
|
|
@@ -3906,10 +3877,11 @@ dependencies = [
|
|
|
3906
3877
|
|
|
3907
3878
|
[[package]]
|
|
3908
3879
|
name = "sqlx-core"
|
|
3909
|
-
version = "0.8.
|
|
3880
|
+
version = "0.8.5"
|
|
3910
3881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3911
|
-
checksum = "
|
|
3882
|
+
checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
|
|
3912
3883
|
dependencies = [
|
|
3884
|
+
"base64 0.22.1",
|
|
3913
3885
|
"bytes",
|
|
3914
3886
|
"chrono",
|
|
3915
3887
|
"crc",
|
|
@@ -3920,15 +3892,14 @@ dependencies = [
|
|
|
3920
3892
|
"futures-intrusive",
|
|
3921
3893
|
"futures-io",
|
|
3922
3894
|
"futures-util",
|
|
3923
|
-
"hashbrown 0.15.
|
|
3895
|
+
"hashbrown 0.15.3",
|
|
3924
3896
|
"hashlink",
|
|
3925
|
-
"indexmap 2.
|
|
3897
|
+
"indexmap 2.9.0",
|
|
3926
3898
|
"log",
|
|
3927
3899
|
"memchr",
|
|
3928
3900
|
"once_cell",
|
|
3929
3901
|
"percent-encoding",
|
|
3930
|
-
"rustls 0.23.
|
|
3931
|
-
"rustls-pemfile 2.2.0",
|
|
3902
|
+
"rustls 0.23.27",
|
|
3932
3903
|
"serde",
|
|
3933
3904
|
"serde_json",
|
|
3934
3905
|
"sha2",
|
|
@@ -3939,27 +3910,27 @@ dependencies = [
|
|
|
3939
3910
|
"tracing",
|
|
3940
3911
|
"url",
|
|
3941
3912
|
"uuid",
|
|
3942
|
-
"webpki-roots",
|
|
3913
|
+
"webpki-roots 0.26.11",
|
|
3943
3914
|
]
|
|
3944
3915
|
|
|
3945
3916
|
[[package]]
|
|
3946
3917
|
name = "sqlx-macros"
|
|
3947
|
-
version = "0.8.
|
|
3918
|
+
version = "0.8.5"
|
|
3948
3919
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3949
|
-
checksum = "
|
|
3920
|
+
checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
|
|
3950
3921
|
dependencies = [
|
|
3951
3922
|
"proc-macro2",
|
|
3952
3923
|
"quote",
|
|
3953
3924
|
"sqlx-core",
|
|
3954
3925
|
"sqlx-macros-core",
|
|
3955
|
-
"syn
|
|
3926
|
+
"syn",
|
|
3956
3927
|
]
|
|
3957
3928
|
|
|
3958
3929
|
[[package]]
|
|
3959
3930
|
name = "sqlx-macros-core"
|
|
3960
|
-
version = "0.8.
|
|
3931
|
+
version = "0.8.5"
|
|
3961
3932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3962
|
-
checksum = "
|
|
3933
|
+
checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
|
|
3963
3934
|
dependencies = [
|
|
3964
3935
|
"dotenvy",
|
|
3965
3936
|
"either",
|
|
@@ -3975,7 +3946,7 @@ dependencies = [
|
|
|
3975
3946
|
"sqlx-mysql",
|
|
3976
3947
|
"sqlx-postgres",
|
|
3977
3948
|
"sqlx-sqlite",
|
|
3978
|
-
"syn
|
|
3949
|
+
"syn",
|
|
3979
3950
|
"tempfile",
|
|
3980
3951
|
"tokio",
|
|
3981
3952
|
"url",
|
|
@@ -3983,9 +3954,9 @@ dependencies = [
|
|
|
3983
3954
|
|
|
3984
3955
|
[[package]]
|
|
3985
3956
|
name = "sqlx-mysql"
|
|
3986
|
-
version = "0.8.
|
|
3957
|
+
version = "0.8.5"
|
|
3987
3958
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3988
|
-
checksum = "
|
|
3959
|
+
checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
|
|
3989
3960
|
dependencies = [
|
|
3990
3961
|
"atoi",
|
|
3991
3962
|
"base64 0.22.1",
|
|
@@ -4027,9 +3998,9 @@ dependencies = [
|
|
|
4027
3998
|
|
|
4028
3999
|
[[package]]
|
|
4029
4000
|
name = "sqlx-postgres"
|
|
4030
|
-
version = "0.8.
|
|
4001
|
+
version = "0.8.5"
|
|
4031
4002
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4032
|
-
checksum = "
|
|
4003
|
+
checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
|
|
4033
4004
|
dependencies = [
|
|
4034
4005
|
"atoi",
|
|
4035
4006
|
"base64 0.22.1",
|
|
@@ -4066,9 +4037,9 @@ dependencies = [
|
|
|
4066
4037
|
|
|
4067
4038
|
[[package]]
|
|
4068
4039
|
name = "sqlx-sqlite"
|
|
4069
|
-
version = "0.8.
|
|
4040
|
+
version = "0.8.5"
|
|
4070
4041
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4071
|
-
checksum = "
|
|
4042
|
+
checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
|
|
4072
4043
|
dependencies = [
|
|
4073
4044
|
"atoi",
|
|
4074
4045
|
"chrono",
|
|
@@ -4084,6 +4055,7 @@ dependencies = [
|
|
|
4084
4055
|
"serde",
|
|
4085
4056
|
"serde_urlencoded",
|
|
4086
4057
|
"sqlx-core",
|
|
4058
|
+
"thiserror 2.0.12",
|
|
4087
4059
|
"tracing",
|
|
4088
4060
|
"url",
|
|
4089
4061
|
"uuid",
|
|
@@ -4120,20 +4092,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
4120
4092
|
|
|
4121
4093
|
[[package]]
|
|
4122
4094
|
name = "syn"
|
|
4123
|
-
version = "
|
|
4124
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4125
|
-
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
4126
|
-
dependencies = [
|
|
4127
|
-
"proc-macro2",
|
|
4128
|
-
"quote",
|
|
4129
|
-
"unicode-ident",
|
|
4130
|
-
]
|
|
4131
|
-
|
|
4132
|
-
[[package]]
|
|
4133
|
-
name = "syn"
|
|
4134
|
-
version = "2.0.100"
|
|
4095
|
+
version = "2.0.101"
|
|
4135
4096
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4136
|
-
checksum = "
|
|
4097
|
+
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
|
4137
4098
|
dependencies = [
|
|
4138
4099
|
"proc-macro2",
|
|
4139
4100
|
"quote",
|
|
@@ -4151,31 +4112,31 @@ dependencies = [
|
|
|
4151
4112
|
|
|
4152
4113
|
[[package]]
|
|
4153
4114
|
name = "synstructure"
|
|
4154
|
-
version = "0.13.
|
|
4115
|
+
version = "0.13.2"
|
|
4155
4116
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4156
|
-
checksum = "
|
|
4117
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
4157
4118
|
dependencies = [
|
|
4158
4119
|
"proc-macro2",
|
|
4159
4120
|
"quote",
|
|
4160
|
-
"syn
|
|
4121
|
+
"syn",
|
|
4161
4122
|
]
|
|
4162
4123
|
|
|
4163
4124
|
[[package]]
|
|
4164
4125
|
name = "target-lexicon"
|
|
4165
|
-
version = "0.
|
|
4126
|
+
version = "0.13.2"
|
|
4166
4127
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4167
|
-
checksum = "
|
|
4128
|
+
checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
|
|
4168
4129
|
|
|
4169
4130
|
[[package]]
|
|
4170
4131
|
name = "tempfile"
|
|
4171
|
-
version = "3.
|
|
4132
|
+
version = "3.20.0"
|
|
4172
4133
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4173
|
-
checksum = "
|
|
4134
|
+
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
|
|
4174
4135
|
dependencies = [
|
|
4175
4136
|
"fastrand",
|
|
4176
|
-
"getrandom 0.3.
|
|
4137
|
+
"getrandom 0.3.3",
|
|
4177
4138
|
"once_cell",
|
|
4178
|
-
"rustix 1.0.
|
|
4139
|
+
"rustix 1.0.7",
|
|
4179
4140
|
"windows-sys 0.59.0",
|
|
4180
4141
|
]
|
|
4181
4142
|
|
|
@@ -4205,7 +4166,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
4205
4166
|
dependencies = [
|
|
4206
4167
|
"proc-macro2",
|
|
4207
4168
|
"quote",
|
|
4208
|
-
"syn
|
|
4169
|
+
"syn",
|
|
4209
4170
|
]
|
|
4210
4171
|
|
|
4211
4172
|
[[package]]
|
|
@@ -4216,7 +4177,7 @@ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
|
4216
4177
|
dependencies = [
|
|
4217
4178
|
"proc-macro2",
|
|
4218
4179
|
"quote",
|
|
4219
|
-
"syn
|
|
4180
|
+
"syn",
|
|
4220
4181
|
]
|
|
4221
4182
|
|
|
4222
4183
|
[[package]]
|
|
@@ -4271,9 +4232,9 @@ dependencies = [
|
|
|
4271
4232
|
|
|
4272
4233
|
[[package]]
|
|
4273
4234
|
name = "tinystr"
|
|
4274
|
-
version = "0.
|
|
4235
|
+
version = "0.8.1"
|
|
4275
4236
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4276
|
-
checksum = "
|
|
4237
|
+
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
|
4277
4238
|
dependencies = [
|
|
4278
4239
|
"displaydoc",
|
|
4279
4240
|
"zerovec",
|
|
@@ -4306,9 +4267,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
4306
4267
|
|
|
4307
4268
|
[[package]]
|
|
4308
4269
|
name = "tokio"
|
|
4309
|
-
version = "1.
|
|
4270
|
+
version = "1.45.0"
|
|
4310
4271
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4311
|
-
checksum = "
|
|
4272
|
+
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
|
|
4312
4273
|
dependencies = [
|
|
4313
4274
|
"backtrace",
|
|
4314
4275
|
"bytes",
|
|
@@ -4340,7 +4301,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
|
4340
4301
|
dependencies = [
|
|
4341
4302
|
"proc-macro2",
|
|
4342
4303
|
"quote",
|
|
4343
|
-
"syn
|
|
4304
|
+
"syn",
|
|
4344
4305
|
]
|
|
4345
4306
|
|
|
4346
4307
|
[[package]]
|
|
@@ -4359,7 +4320,7 @@ version = "0.26.2"
|
|
|
4359
4320
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4360
4321
|
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
|
4361
4322
|
dependencies = [
|
|
4362
|
-
"rustls 0.23.
|
|
4323
|
+
"rustls 0.23.27",
|
|
4363
4324
|
"tokio",
|
|
4364
4325
|
]
|
|
4365
4326
|
|
|
@@ -4376,9 +4337,9 @@ dependencies = [
|
|
|
4376
4337
|
|
|
4377
4338
|
[[package]]
|
|
4378
4339
|
name = "tokio-util"
|
|
4379
|
-
version = "0.7.
|
|
4340
|
+
version = "0.7.15"
|
|
4380
4341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4381
|
-
checksum = "
|
|
4342
|
+
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
|
|
4382
4343
|
dependencies = [
|
|
4383
4344
|
"bytes",
|
|
4384
4345
|
"futures-core",
|
|
@@ -4389,9 +4350,9 @@ dependencies = [
|
|
|
4389
4350
|
|
|
4390
4351
|
[[package]]
|
|
4391
4352
|
name = "toml"
|
|
4392
|
-
version = "0.8.
|
|
4353
|
+
version = "0.8.22"
|
|
4393
4354
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4394
|
-
checksum = "
|
|
4355
|
+
checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae"
|
|
4395
4356
|
dependencies = [
|
|
4396
4357
|
"serde",
|
|
4397
4358
|
"serde_spanned",
|
|
@@ -4401,20 +4362,20 @@ dependencies = [
|
|
|
4401
4362
|
|
|
4402
4363
|
[[package]]
|
|
4403
4364
|
name = "toml_datetime"
|
|
4404
|
-
version = "0.6.
|
|
4365
|
+
version = "0.6.9"
|
|
4405
4366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4406
|
-
checksum = "
|
|
4367
|
+
checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
|
|
4407
4368
|
dependencies = [
|
|
4408
4369
|
"serde",
|
|
4409
4370
|
]
|
|
4410
4371
|
|
|
4411
4372
|
[[package]]
|
|
4412
4373
|
name = "toml_edit"
|
|
4413
|
-
version = "0.22.
|
|
4374
|
+
version = "0.22.26"
|
|
4414
4375
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4415
|
-
checksum = "
|
|
4376
|
+
checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
|
|
4416
4377
|
dependencies = [
|
|
4417
|
-
"indexmap 2.
|
|
4378
|
+
"indexmap 2.9.0",
|
|
4418
4379
|
"serde",
|
|
4419
4380
|
"serde_spanned",
|
|
4420
4381
|
"toml_datetime",
|
|
@@ -4500,9 +4461,9 @@ dependencies = [
|
|
|
4500
4461
|
|
|
4501
4462
|
[[package]]
|
|
4502
4463
|
name = "tracing-actix-web"
|
|
4503
|
-
version = "0.7.
|
|
4464
|
+
version = "0.7.18"
|
|
4504
4465
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4505
|
-
checksum = "
|
|
4466
|
+
checksum = "2340b7722695166c7fc9b3e3cd1166e7c74fedb9075b8f0c74d3822d2e41caf5"
|
|
4506
4467
|
dependencies = [
|
|
4507
4468
|
"actix-web",
|
|
4508
4469
|
"mutually_exclusive_features",
|
|
@@ -4519,7 +4480,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
|
4519
4480
|
dependencies = [
|
|
4520
4481
|
"proc-macro2",
|
|
4521
4482
|
"quote",
|
|
4522
|
-
"syn
|
|
4483
|
+
"syn",
|
|
4523
4484
|
]
|
|
4524
4485
|
|
|
4525
4486
|
[[package]]
|
|
@@ -4699,12 +4660,6 @@ version = "2.1.3"
|
|
|
4699
4660
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4700
4661
|
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
4701
4662
|
|
|
4702
|
-
[[package]]
|
|
4703
|
-
name = "utf16_iter"
|
|
4704
|
-
version = "1.0.5"
|
|
4705
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4706
|
-
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
4707
|
-
|
|
4708
4663
|
[[package]]
|
|
4709
4664
|
name = "utf8_iter"
|
|
4710
4665
|
version = "1.0.4"
|
|
@@ -4717,7 +4672,7 @@ version = "1.16.0"
|
|
|
4717
4672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4718
4673
|
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
|
|
4719
4674
|
dependencies = [
|
|
4720
|
-
"getrandom 0.3.
|
|
4675
|
+
"getrandom 0.3.3",
|
|
4721
4676
|
]
|
|
4722
4677
|
|
|
4723
4678
|
[[package]]
|
|
@@ -4800,7 +4755,7 @@ dependencies = [
|
|
|
4800
4755
|
"log",
|
|
4801
4756
|
"proc-macro2",
|
|
4802
4757
|
"quote",
|
|
4803
|
-
"syn
|
|
4758
|
+
"syn",
|
|
4804
4759
|
"wasm-bindgen-shared",
|
|
4805
4760
|
]
|
|
4806
4761
|
|
|
@@ -4835,7 +4790,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
|
4835
4790
|
dependencies = [
|
|
4836
4791
|
"proc-macro2",
|
|
4837
4792
|
"quote",
|
|
4838
|
-
"syn
|
|
4793
|
+
"syn",
|
|
4839
4794
|
"wasm-bindgen-backend",
|
|
4840
4795
|
"wasm-bindgen-shared",
|
|
4841
4796
|
]
|
|
@@ -4884,9 +4839,18 @@ dependencies = [
|
|
|
4884
4839
|
|
|
4885
4840
|
[[package]]
|
|
4886
4841
|
name = "webpki-roots"
|
|
4887
|
-
version = "0.26.
|
|
4842
|
+
version = "0.26.11"
|
|
4843
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4844
|
+
checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
|
|
4845
|
+
dependencies = [
|
|
4846
|
+
"webpki-roots 1.0.0",
|
|
4847
|
+
]
|
|
4848
|
+
|
|
4849
|
+
[[package]]
|
|
4850
|
+
name = "webpki-roots"
|
|
4851
|
+
version = "1.0.0"
|
|
4888
4852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4889
|
-
checksum = "
|
|
4853
|
+
checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
|
|
4890
4854
|
dependencies = [
|
|
4891
4855
|
"rustls-pki-types",
|
|
4892
4856
|
]
|
|
@@ -4946,11 +4910,37 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
4946
4910
|
|
|
4947
4911
|
[[package]]
|
|
4948
4912
|
name = "windows-core"
|
|
4949
|
-
version = "0.
|
|
4913
|
+
version = "0.61.0"
|
|
4950
4914
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4951
|
-
checksum = "
|
|
4915
|
+
checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
|
|
4952
4916
|
dependencies = [
|
|
4953
|
-
"windows-
|
|
4917
|
+
"windows-implement",
|
|
4918
|
+
"windows-interface",
|
|
4919
|
+
"windows-link",
|
|
4920
|
+
"windows-result",
|
|
4921
|
+
"windows-strings 0.4.0",
|
|
4922
|
+
]
|
|
4923
|
+
|
|
4924
|
+
[[package]]
|
|
4925
|
+
name = "windows-implement"
|
|
4926
|
+
version = "0.60.0"
|
|
4927
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4928
|
+
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
|
4929
|
+
dependencies = [
|
|
4930
|
+
"proc-macro2",
|
|
4931
|
+
"quote",
|
|
4932
|
+
"syn",
|
|
4933
|
+
]
|
|
4934
|
+
|
|
4935
|
+
[[package]]
|
|
4936
|
+
name = "windows-interface"
|
|
4937
|
+
version = "0.59.1"
|
|
4938
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4939
|
+
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
|
4940
|
+
dependencies = [
|
|
4941
|
+
"proc-macro2",
|
|
4942
|
+
"quote",
|
|
4943
|
+
"syn",
|
|
4954
4944
|
]
|
|
4955
4945
|
|
|
4956
4946
|
[[package]]
|
|
@@ -4966,7 +4956,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4966
4956
|
checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
|
|
4967
4957
|
dependencies = [
|
|
4968
4958
|
"windows-result",
|
|
4969
|
-
"windows-strings",
|
|
4959
|
+
"windows-strings 0.3.1",
|
|
4970
4960
|
"windows-targets 0.53.0",
|
|
4971
4961
|
]
|
|
4972
4962
|
|
|
@@ -4988,6 +4978,15 @@ dependencies = [
|
|
|
4988
4978
|
"windows-link",
|
|
4989
4979
|
]
|
|
4990
4980
|
|
|
4981
|
+
[[package]]
|
|
4982
|
+
name = "windows-strings"
|
|
4983
|
+
version = "0.4.0"
|
|
4984
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4985
|
+
checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
|
|
4986
|
+
dependencies = [
|
|
4987
|
+
"windows-link",
|
|
4988
|
+
]
|
|
4989
|
+
|
|
4991
4990
|
[[package]]
|
|
4992
4991
|
name = "windows-sys"
|
|
4993
4992
|
version = "0.48.0"
|
|
@@ -5202,9 +5201,9 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
|
5202
5201
|
|
|
5203
5202
|
[[package]]
|
|
5204
5203
|
name = "winnow"
|
|
5205
|
-
version = "0.7.
|
|
5204
|
+
version = "0.7.10"
|
|
5206
5205
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5207
|
-
checksum = "
|
|
5206
|
+
checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
|
|
5208
5207
|
dependencies = [
|
|
5209
5208
|
"memchr",
|
|
5210
5209
|
]
|
|
@@ -5242,17 +5241,11 @@ dependencies = [
|
|
|
5242
5241
|
"bitflags",
|
|
5243
5242
|
]
|
|
5244
5243
|
|
|
5245
|
-
[[package]]
|
|
5246
|
-
name = "write16"
|
|
5247
|
-
version = "1.0.0"
|
|
5248
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5249
|
-
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
5250
|
-
|
|
5251
5244
|
[[package]]
|
|
5252
5245
|
name = "writeable"
|
|
5253
|
-
version = "0.
|
|
5246
|
+
version = "0.6.1"
|
|
5254
5247
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5255
|
-
checksum = "
|
|
5248
|
+
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
|
5256
5249
|
|
|
5257
5250
|
[[package]]
|
|
5258
5251
|
name = "yaml-rust2"
|
|
@@ -5267,9 +5260,9 @@ dependencies = [
|
|
|
5267
5260
|
|
|
5268
5261
|
[[package]]
|
|
5269
5262
|
name = "yoke"
|
|
5270
|
-
version = "0.
|
|
5263
|
+
version = "0.8.0"
|
|
5271
5264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5272
|
-
checksum = "
|
|
5265
|
+
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
|
5273
5266
|
dependencies = [
|
|
5274
5267
|
"serde",
|
|
5275
5268
|
"stable_deref_trait",
|
|
@@ -5279,54 +5272,34 @@ dependencies = [
|
|
|
5279
5272
|
|
|
5280
5273
|
[[package]]
|
|
5281
5274
|
name = "yoke-derive"
|
|
5282
|
-
version = "0.
|
|
5275
|
+
version = "0.8.0"
|
|
5283
5276
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5284
|
-
checksum = "
|
|
5277
|
+
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
|
5285
5278
|
dependencies = [
|
|
5286
5279
|
"proc-macro2",
|
|
5287
5280
|
"quote",
|
|
5288
|
-
"syn
|
|
5281
|
+
"syn",
|
|
5289
5282
|
"synstructure",
|
|
5290
5283
|
]
|
|
5291
5284
|
|
|
5292
5285
|
[[package]]
|
|
5293
5286
|
name = "zerocopy"
|
|
5294
|
-
version = "0.
|
|
5295
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5296
|
-
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
5297
|
-
dependencies = [
|
|
5298
|
-
"zerocopy-derive 0.7.35",
|
|
5299
|
-
]
|
|
5300
|
-
|
|
5301
|
-
[[package]]
|
|
5302
|
-
name = "zerocopy"
|
|
5303
|
-
version = "0.8.24"
|
|
5304
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5305
|
-
checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
|
|
5306
|
-
dependencies = [
|
|
5307
|
-
"zerocopy-derive 0.8.24",
|
|
5308
|
-
]
|
|
5309
|
-
|
|
5310
|
-
[[package]]
|
|
5311
|
-
name = "zerocopy-derive"
|
|
5312
|
-
version = "0.7.35"
|
|
5287
|
+
version = "0.8.25"
|
|
5313
5288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5314
|
-
checksum = "
|
|
5289
|
+
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
|
|
5315
5290
|
dependencies = [
|
|
5316
|
-
"
|
|
5317
|
-
"quote",
|
|
5318
|
-
"syn 2.0.100",
|
|
5291
|
+
"zerocopy-derive",
|
|
5319
5292
|
]
|
|
5320
5293
|
|
|
5321
5294
|
[[package]]
|
|
5322
5295
|
name = "zerocopy-derive"
|
|
5323
|
-
version = "0.8.
|
|
5296
|
+
version = "0.8.25"
|
|
5324
5297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5325
|
-
checksum = "
|
|
5298
|
+
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
|
|
5326
5299
|
dependencies = [
|
|
5327
5300
|
"proc-macro2",
|
|
5328
5301
|
"quote",
|
|
5329
|
-
"syn
|
|
5302
|
+
"syn",
|
|
5330
5303
|
]
|
|
5331
5304
|
|
|
5332
5305
|
[[package]]
|
|
@@ -5346,7 +5319,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
|
5346
5319
|
dependencies = [
|
|
5347
5320
|
"proc-macro2",
|
|
5348
5321
|
"quote",
|
|
5349
|
-
"syn
|
|
5322
|
+
"syn",
|
|
5350
5323
|
"synstructure",
|
|
5351
5324
|
]
|
|
5352
5325
|
|
|
@@ -5356,11 +5329,22 @@ version = "1.8.1"
|
|
|
5356
5329
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5357
5330
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
5358
5331
|
|
|
5332
|
+
[[package]]
|
|
5333
|
+
name = "zerotrie"
|
|
5334
|
+
version = "0.2.2"
|
|
5335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5336
|
+
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
|
5337
|
+
dependencies = [
|
|
5338
|
+
"displaydoc",
|
|
5339
|
+
"yoke",
|
|
5340
|
+
"zerofrom",
|
|
5341
|
+
]
|
|
5342
|
+
|
|
5359
5343
|
[[package]]
|
|
5360
5344
|
name = "zerovec"
|
|
5361
|
-
version = "0.
|
|
5345
|
+
version = "0.11.2"
|
|
5362
5346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5363
|
-
checksum = "
|
|
5347
|
+
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
|
|
5364
5348
|
dependencies = [
|
|
5365
5349
|
"yoke",
|
|
5366
5350
|
"zerofrom",
|
|
@@ -5369,13 +5353,13 @@ dependencies = [
|
|
|
5369
5353
|
|
|
5370
5354
|
[[package]]
|
|
5371
5355
|
name = "zerovec-derive"
|
|
5372
|
-
version = "0.
|
|
5356
|
+
version = "0.11.1"
|
|
5373
5357
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5374
|
-
checksum = "
|
|
5358
|
+
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
|
5375
5359
|
dependencies = [
|
|
5376
5360
|
"proc-macro2",
|
|
5377
5361
|
"quote",
|
|
5378
|
-
"syn
|
|
5362
|
+
"syn",
|
|
5379
5363
|
]
|
|
5380
5364
|
|
|
5381
5365
|
[[package]]
|