python-auditor 0.6.2__tar.gz → 0.6.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.6.2 → python_auditor-0.6.3}/Cargo.lock +431 -412
- {python_auditor-0.6.2 → python_auditor-0.6.3}/Cargo.toml +2 -2
- {python_auditor-0.6.2 → python_auditor-0.6.3}/PKG-INFO +1 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/docs/examples.rst +4 -4
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/Cargo.toml +4 -4
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_empty_db.py +2 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_multiple_entries.py +2 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_single_entry.py +2 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/domain/score.rs +1 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/tests/api/get_since.rs +1 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/tests/api/helpers.rs +7 -7
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/tests/api/update.rs +3 -3
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.sqlx/query-256977e5f7886c61625e92a77efb52b9ca4321cefcac0e544d64334cdbca93ba.json +1 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.sqlx/query-440620430cdcfb05e9ded5312614fae4df18e20a2a0730ec9e914ce34338df2d.json +1 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.sqlx/query-7022afed3a87000ca2c5a5a829f8bdfddb266e0a577c428c830b02e3736d264e.json +1 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.sqlx/query-8de0a0fada9ffea04721b67f8df443a8c496bfccef4be482bbdaa36ef7d508a5.json +1 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/Cargo.toml +2 -2
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/src/lib.rs +15 -15
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_add_update.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_add_update_blocking.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_add_update_queued.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_advanced_query.py +11 -4
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_advanced_query_blocking.py +11 -4
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_advanced_query_queued.py +11 -4
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_bulk_insert.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_bulk_insert_blocking.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_bulk_insert_queued.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_components.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_components_blocking.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_components_queued.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_eq.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_get_since.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_get_since_blocking.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_get_since_queued.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_get_single_record.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_get_single_record_blocking.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_get_single_record_queued.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_meta.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_meta_blocking.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/scripts/test_meta_queued.py +3 -1
- {python_auditor-0.6.2 → python_auditor-0.6.3}/src/client.rs +4 -4
- {python_auditor-0.6.2 → python_auditor-0.6.3}/.cargo/config.toml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/.readthedocs.yaml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/README.md +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/docs/Makefile +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/docs/api.rst +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/docs/changelog.rst +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/docs/conf.py +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/docs/index.rst +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/docs/make.bat +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.env +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-0723e1854dee7d889745714fe094a64edfcf3f389eec3e77fefca2d753f1eceb.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-26a72be3c4ba0fddc30f53a71e0317e21982fde8bd24d8b5714439c1af835080.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-56c4218a1b59d8f9dc0af7191e516cb8f505a7d953ef5b2706e2427a136a918b.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-90e6c5e852ed16ef84a113c260d99efb6e193fa46b8115df94e750440e2d5517.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-a5c2d5afb25cf16a58a73c11cdde1bf5d2336cf42c6e84bf24ba27313d827a1f.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-a621b3eb5f42f24a04d216b9ce3c490182712e1276512cdfe74dcbb9e3e9e54e.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-aa313afec8c23e75ee45750e2ce8e520b96a98670d3c46572a6f942f839b99c0.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-cb3125aad5e124a24a976c2cb20a6e8859709f978c9f651740c439abe3b41adb.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-d8c6add014ac34e66ffb0178d497b9e822c569f86a89525f6ed5cc306713995a.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-dc5295938290703233cfe51c2215e6a5f6a6afe26b6ba3635210f5c157032f78.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-e4129d556ba749cb664ef6e876264efd36d82d813c2c9670dde24e4cfd042f94.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/.sqlx/query-e88b5acb79055b5c307e15481bc270e47d65b525ef6d98376455a267972be532.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/build.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/configuration/base.yaml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/configuration/local.yaml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/configuration/priority-plugin/base.yml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/configuration/production.yaml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/configuration/slurm-epilog-collector/base.yml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/configuration.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/constants.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/domain/component.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/domain/meta.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/domain/mod.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/domain/record.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/domain/validamount.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/domain/validname.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/domain/validvalue.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/error.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/lib.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/macros.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/main.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/metrics/database.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/metrics/mod.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/routes/add.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/routes/advanced_record_filters.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/routes/get.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/routes/health_check.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/routes/mod.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/routes/record_handlers.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/routes/update.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/startup.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/src/telemetry.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/tests/api/add.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/tests/api/advanced_queries.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/tests/api/get.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/tests/api/get_one_record.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/tests/api/health_check.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor/tests/api/main.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.env +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.sqlx/query-5b1885d85159029e95b3f6d8dcee5eac70e683956480d225143c1de9169e233b.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.sqlx/query-6be1ec652f57f24ba44ee6efa08a2c5985cf4375e563a1bff02dbc6fc4a1ac6d.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.sqlx/query-7ab91dc1d18e4de022a7bbacc463476f8be8a8992b49fe363f70a2d58460e877.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.sqlx/query-c8cba44011d83cdabb543adfae1637c5045144ecc61a6597f538d95a8cc756d4.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/.sqlx/query-f36fa62228e6ca304003dbd75448e95558f544fdbd602173af16c4bada2a3daf.json +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/benches/README.md +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/benches/benchmark_with_http_request.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/benches/configuration/bench.yaml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/benches/configuration.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/configuration/base.yaml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/configuration/local.yaml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/migrations/20231122115509_create_record_table.sql +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/src/configuration.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/src/constants.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/local_dependencies/auditor-client/src/database.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/pyproject.toml +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/src/blocking_client.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/src/builder.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/src/domain/component.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/src/domain/meta.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/src/domain/mod.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/src/domain/record.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/src/domain/score.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.3}/src/lib.rs +0 -0
- {python_auditor-0.6.2 → python_auditor-0.6.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.9.0"
|
|
25
25
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
26
|
-
checksum = "
|
|
26
|
+
checksum = "d48f96fc3003717aeb9856ca3d02a8c7de502667ad76eeacd830b48d2e91fac4"
|
|
27
27
|
dependencies = [
|
|
28
28
|
"actix-codec",
|
|
29
29
|
"actix-rt",
|
|
@@ -65,7 +65,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
65
65
|
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
|
66
66
|
dependencies = [
|
|
67
67
|
"quote",
|
|
68
|
-
"syn 2.0.
|
|
68
|
+
"syn 2.0.85",
|
|
69
69
|
]
|
|
70
70
|
|
|
71
71
|
[[package]]
|
|
@@ -95,16 +95,16 @@ dependencies = [
|
|
|
95
95
|
|
|
96
96
|
[[package]]
|
|
97
97
|
name = "actix-server"
|
|
98
|
-
version = "2.
|
|
98
|
+
version = "2.5.0"
|
|
99
99
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
100
|
-
checksum = "
|
|
100
|
+
checksum = "7ca2549781d8dd6d75c40cf6b6051260a2cc2f3c62343d761a969a0640646894"
|
|
101
101
|
dependencies = [
|
|
102
102
|
"actix-rt",
|
|
103
103
|
"actix-service",
|
|
104
104
|
"actix-utils",
|
|
105
105
|
"futures-core",
|
|
106
106
|
"futures-util",
|
|
107
|
-
"mio
|
|
107
|
+
"mio",
|
|
108
108
|
"socket2",
|
|
109
109
|
"tokio",
|
|
110
110
|
"tracing",
|
|
@@ -133,9 +133,9 @@ dependencies = [
|
|
|
133
133
|
|
|
134
134
|
[[package]]
|
|
135
135
|
name = "actix-web"
|
|
136
|
-
version = "4.
|
|
136
|
+
version = "4.9.0"
|
|
137
137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
138
|
-
checksum = "
|
|
138
|
+
checksum = "9180d76e5cc7ccbc4d60a506f2c727730b154010262df5b910eb17dbe4b8cb38"
|
|
139
139
|
dependencies = [
|
|
140
140
|
"actix-codec",
|
|
141
141
|
"actix-http",
|
|
@@ -155,6 +155,7 @@ dependencies = [
|
|
|
155
155
|
"encoding_rs",
|
|
156
156
|
"futures-core",
|
|
157
157
|
"futures-util",
|
|
158
|
+
"impl-more",
|
|
158
159
|
"itoa",
|
|
159
160
|
"language-tags",
|
|
160
161
|
"log",
|
|
@@ -181,7 +182,7 @@ dependencies = [
|
|
|
181
182
|
"actix-router",
|
|
182
183
|
"proc-macro2",
|
|
183
184
|
"quote",
|
|
184
|
-
"syn 2.0.
|
|
185
|
+
"syn 2.0.85",
|
|
185
186
|
]
|
|
186
187
|
|
|
187
188
|
[[package]]
|
|
@@ -215,6 +216,12 @@ version = "1.0.2"
|
|
|
215
216
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
217
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
217
218
|
|
|
219
|
+
[[package]]
|
|
220
|
+
name = "adler2"
|
|
221
|
+
version = "2.0.0"
|
|
222
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
223
|
+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
224
|
+
|
|
218
225
|
[[package]]
|
|
219
226
|
name = "ahash"
|
|
220
227
|
version = "0.7.8"
|
|
@@ -292,15 +299,15 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
|
292
299
|
|
|
293
300
|
[[package]]
|
|
294
301
|
name = "anstyle"
|
|
295
|
-
version = "1.0.
|
|
302
|
+
version = "1.0.9"
|
|
296
303
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
-
checksum = "
|
|
304
|
+
checksum = "8365de52b16c035ff4fcafe0092ba9390540e3e352870ac09933bebcaa2c8c56"
|
|
298
305
|
|
|
299
306
|
[[package]]
|
|
300
307
|
name = "anyhow"
|
|
301
|
-
version = "1.0.
|
|
308
|
+
version = "1.0.91"
|
|
302
309
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
|
-
checksum = "
|
|
310
|
+
checksum = "c042108f3ed77fd83760a5fd79b53be043192bb3b9dba91d8c574c0ada7850c8"
|
|
304
311
|
|
|
305
312
|
[[package]]
|
|
306
313
|
name = "assert-json-diff"
|
|
@@ -314,13 +321,13 @@ dependencies = [
|
|
|
314
321
|
|
|
315
322
|
[[package]]
|
|
316
323
|
name = "async-trait"
|
|
317
|
-
version = "0.1.
|
|
324
|
+
version = "0.1.83"
|
|
318
325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
319
|
-
checksum = "
|
|
326
|
+
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
|
320
327
|
dependencies = [
|
|
321
328
|
"proc-macro2",
|
|
322
329
|
"quote",
|
|
323
|
-
"syn 2.0.
|
|
330
|
+
"syn 2.0.85",
|
|
324
331
|
]
|
|
325
332
|
|
|
326
333
|
[[package]]
|
|
@@ -340,7 +347,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
340
347
|
|
|
341
348
|
[[package]]
|
|
342
349
|
name = "auditor"
|
|
343
|
-
version = "0.6.
|
|
350
|
+
version = "0.6.3"
|
|
344
351
|
dependencies = [
|
|
345
352
|
"actix-web",
|
|
346
353
|
"actix-web-opentelemetry",
|
|
@@ -384,7 +391,7 @@ dependencies = [
|
|
|
384
391
|
|
|
385
392
|
[[package]]
|
|
386
393
|
name = "auditor-client"
|
|
387
|
-
version = "0.6.
|
|
394
|
+
version = "0.6.3"
|
|
388
395
|
dependencies = [
|
|
389
396
|
"anyhow",
|
|
390
397
|
"auditor",
|
|
@@ -415,7 +422,7 @@ dependencies = [
|
|
|
415
422
|
|
|
416
423
|
[[package]]
|
|
417
424
|
name = "auditor-priority-plugin"
|
|
418
|
-
version = "0.6.
|
|
425
|
+
version = "0.6.3"
|
|
419
426
|
dependencies = [
|
|
420
427
|
"actix-web",
|
|
421
428
|
"actix-web-opentelemetry",
|
|
@@ -443,7 +450,7 @@ dependencies = [
|
|
|
443
450
|
|
|
444
451
|
[[package]]
|
|
445
452
|
name = "auditor-slurm-collector"
|
|
446
|
-
version = "0.6.
|
|
453
|
+
version = "0.6.3"
|
|
447
454
|
dependencies = [
|
|
448
455
|
"anyhow",
|
|
449
456
|
"auditor",
|
|
@@ -469,7 +476,7 @@ dependencies = [
|
|
|
469
476
|
|
|
470
477
|
[[package]]
|
|
471
478
|
name = "auditor-slurm-epilog-collector"
|
|
472
|
-
version = "0.6.
|
|
479
|
+
version = "0.6.3"
|
|
473
480
|
dependencies = [
|
|
474
481
|
"anyhow",
|
|
475
482
|
"auditor",
|
|
@@ -487,9 +494,9 @@ dependencies = [
|
|
|
487
494
|
|
|
488
495
|
[[package]]
|
|
489
496
|
name = "autocfg"
|
|
490
|
-
version = "1.
|
|
497
|
+
version = "1.4.0"
|
|
491
498
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
492
|
-
checksum = "
|
|
499
|
+
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
493
500
|
|
|
494
501
|
[[package]]
|
|
495
502
|
name = "backtrace"
|
|
@@ -501,7 +508,7 @@ dependencies = [
|
|
|
501
508
|
"cc",
|
|
502
509
|
"cfg-if",
|
|
503
510
|
"libc",
|
|
504
|
-
"miniz_oxide",
|
|
511
|
+
"miniz_oxide 0.7.4",
|
|
505
512
|
"object",
|
|
506
513
|
"rustc-demangle",
|
|
507
514
|
]
|
|
@@ -512,12 +519,6 @@ version = "0.13.1"
|
|
|
512
519
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
513
520
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
514
521
|
|
|
515
|
-
[[package]]
|
|
516
|
-
name = "base64"
|
|
517
|
-
version = "0.21.7"
|
|
518
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
519
|
-
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
520
|
-
|
|
521
522
|
[[package]]
|
|
522
523
|
name = "base64"
|
|
523
524
|
version = "0.22.1"
|
|
@@ -598,9 +599,9 @@ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
598
599
|
|
|
599
600
|
[[package]]
|
|
600
601
|
name = "bytes"
|
|
601
|
-
version = "1.
|
|
602
|
+
version = "1.8.0"
|
|
602
603
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
-
checksum = "
|
|
604
|
+
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
|
604
605
|
|
|
605
606
|
[[package]]
|
|
606
607
|
name = "bytestring"
|
|
@@ -619,12 +620,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
619
620
|
|
|
620
621
|
[[package]]
|
|
621
622
|
name = "cc"
|
|
622
|
-
version = "1.1.
|
|
623
|
+
version = "1.1.31"
|
|
623
624
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
624
|
-
checksum = "
|
|
625
|
+
checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f"
|
|
625
626
|
dependencies = [
|
|
626
627
|
"jobserver",
|
|
627
628
|
"libc",
|
|
629
|
+
"shlex",
|
|
628
630
|
]
|
|
629
631
|
|
|
630
632
|
[[package]]
|
|
@@ -633,6 +635,12 @@ version = "1.0.0"
|
|
|
633
635
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
634
636
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
635
637
|
|
|
638
|
+
[[package]]
|
|
639
|
+
name = "cfg_aliases"
|
|
640
|
+
version = "0.2.1"
|
|
641
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
642
|
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
643
|
+
|
|
636
644
|
[[package]]
|
|
637
645
|
name = "chrono"
|
|
638
646
|
version = "0.4.38"
|
|
@@ -684,18 +692,18 @@ dependencies = [
|
|
|
684
692
|
|
|
685
693
|
[[package]]
|
|
686
694
|
name = "clap"
|
|
687
|
-
version = "4.5.
|
|
695
|
+
version = "4.5.20"
|
|
688
696
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
689
|
-
checksum = "
|
|
697
|
+
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
|
|
690
698
|
dependencies = [
|
|
691
699
|
"clap_builder",
|
|
692
700
|
]
|
|
693
701
|
|
|
694
702
|
[[package]]
|
|
695
703
|
name = "clap_builder"
|
|
696
|
-
version = "4.5.
|
|
704
|
+
version = "4.5.20"
|
|
697
705
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
698
|
-
checksum = "
|
|
706
|
+
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
|
|
699
707
|
dependencies = [
|
|
700
708
|
"anstyle",
|
|
701
709
|
"clap_lex",
|
|
@@ -734,6 +742,15 @@ dependencies = [
|
|
|
734
742
|
"tracing-error",
|
|
735
743
|
]
|
|
736
744
|
|
|
745
|
+
[[package]]
|
|
746
|
+
name = "concurrent-queue"
|
|
747
|
+
version = "2.5.0"
|
|
748
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
749
|
+
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
750
|
+
dependencies = [
|
|
751
|
+
"crossbeam-utils",
|
|
752
|
+
]
|
|
753
|
+
|
|
737
754
|
[[package]]
|
|
738
755
|
name = "config"
|
|
739
756
|
version = "0.13.4"
|
|
@@ -778,15 +795,15 @@ dependencies = [
|
|
|
778
795
|
|
|
779
796
|
[[package]]
|
|
780
797
|
name = "core-foundation-sys"
|
|
781
|
-
version = "0.8.
|
|
798
|
+
version = "0.8.7"
|
|
782
799
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
783
|
-
checksum = "
|
|
800
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
784
801
|
|
|
785
802
|
[[package]]
|
|
786
803
|
name = "cpufeatures"
|
|
787
|
-
version = "0.2.
|
|
804
|
+
version = "0.2.14"
|
|
788
805
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
789
|
-
checksum = "
|
|
806
|
+
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
|
|
790
807
|
dependencies = [
|
|
791
808
|
"libc",
|
|
792
809
|
]
|
|
@@ -934,7 +951,7 @@ dependencies = [
|
|
|
934
951
|
"proc-macro2",
|
|
935
952
|
"quote",
|
|
936
953
|
"strsim",
|
|
937
|
-
"syn 2.0.
|
|
954
|
+
"syn 2.0.85",
|
|
938
955
|
]
|
|
939
956
|
|
|
940
957
|
[[package]]
|
|
@@ -945,7 +962,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
|
945
962
|
dependencies = [
|
|
946
963
|
"darling_core",
|
|
947
964
|
"quote",
|
|
948
|
-
"syn 2.0.
|
|
965
|
+
"syn 2.0.85",
|
|
949
966
|
]
|
|
950
967
|
|
|
951
968
|
[[package]]
|
|
@@ -997,7 +1014,7 @@ dependencies = [
|
|
|
997
1014
|
"proc-macro2",
|
|
998
1015
|
"quote",
|
|
999
1016
|
"rustc_version",
|
|
1000
|
-
"syn 2.0.
|
|
1017
|
+
"syn 2.0.85",
|
|
1001
1018
|
]
|
|
1002
1019
|
|
|
1003
1020
|
[[package]]
|
|
@@ -1041,9 +1058,9 @@ dependencies = [
|
|
|
1041
1058
|
|
|
1042
1059
|
[[package]]
|
|
1043
1060
|
name = "encoding_rs"
|
|
1044
|
-
version = "0.8.
|
|
1061
|
+
version = "0.8.35"
|
|
1045
1062
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1046
|
-
checksum = "
|
|
1063
|
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
1047
1064
|
dependencies = [
|
|
1048
1065
|
"cfg-if",
|
|
1049
1066
|
]
|
|
@@ -1087,9 +1104,14 @@ dependencies = [
|
|
|
1087
1104
|
|
|
1088
1105
|
[[package]]
|
|
1089
1106
|
name = "event-listener"
|
|
1090
|
-
version = "
|
|
1107
|
+
version = "5.3.1"
|
|
1091
1108
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1092
|
-
checksum = "
|
|
1109
|
+
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
|
|
1110
|
+
dependencies = [
|
|
1111
|
+
"concurrent-queue",
|
|
1112
|
+
"parking",
|
|
1113
|
+
"pin-project-lite",
|
|
1114
|
+
]
|
|
1093
1115
|
|
|
1094
1116
|
[[package]]
|
|
1095
1117
|
name = "eyre"
|
|
@@ -1103,9 +1125,9 @@ dependencies = [
|
|
|
1103
1125
|
|
|
1104
1126
|
[[package]]
|
|
1105
1127
|
name = "fake"
|
|
1106
|
-
version = "2.
|
|
1128
|
+
version = "2.10.0"
|
|
1107
1129
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1108
|
-
checksum = "
|
|
1130
|
+
checksum = "2d391ba4af7f1d93f01fcf7b2f29e2bc9348e109dfdbf4dcbdc51dfa38dab0b6"
|
|
1109
1131
|
dependencies = [
|
|
1110
1132
|
"chrono",
|
|
1111
1133
|
"deunicode",
|
|
@@ -1114,25 +1136,25 @@ dependencies = [
|
|
|
1114
1136
|
|
|
1115
1137
|
[[package]]
|
|
1116
1138
|
name = "fastrand"
|
|
1117
|
-
version = "2.1.
|
|
1139
|
+
version = "2.1.1"
|
|
1118
1140
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1119
|
-
checksum = "
|
|
1141
|
+
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
|
|
1120
1142
|
|
|
1121
1143
|
[[package]]
|
|
1122
1144
|
name = "flate2"
|
|
1123
|
-
version = "1.0.
|
|
1145
|
+
version = "1.0.34"
|
|
1124
1146
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1125
|
-
checksum = "
|
|
1147
|
+
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
|
|
1126
1148
|
dependencies = [
|
|
1127
1149
|
"crc32fast",
|
|
1128
|
-
"miniz_oxide",
|
|
1150
|
+
"miniz_oxide 0.8.0",
|
|
1129
1151
|
]
|
|
1130
1152
|
|
|
1131
1153
|
[[package]]
|
|
1132
1154
|
name = "flume"
|
|
1133
|
-
version = "0.11.
|
|
1155
|
+
version = "0.11.1"
|
|
1134
1156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1135
|
-
checksum = "
|
|
1157
|
+
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
|
|
1136
1158
|
dependencies = [
|
|
1137
1159
|
"futures-core",
|
|
1138
1160
|
"futures-sink",
|
|
@@ -1156,9 +1178,9 @@ dependencies = [
|
|
|
1156
1178
|
|
|
1157
1179
|
[[package]]
|
|
1158
1180
|
name = "futures"
|
|
1159
|
-
version = "0.3.
|
|
1181
|
+
version = "0.3.31"
|
|
1160
1182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1161
|
-
checksum = "
|
|
1183
|
+
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
1162
1184
|
dependencies = [
|
|
1163
1185
|
"futures-channel",
|
|
1164
1186
|
"futures-core",
|
|
@@ -1171,9 +1193,9 @@ dependencies = [
|
|
|
1171
1193
|
|
|
1172
1194
|
[[package]]
|
|
1173
1195
|
name = "futures-channel"
|
|
1174
|
-
version = "0.3.
|
|
1196
|
+
version = "0.3.31"
|
|
1175
1197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1176
|
-
checksum = "
|
|
1198
|
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
1177
1199
|
dependencies = [
|
|
1178
1200
|
"futures-core",
|
|
1179
1201
|
"futures-sink",
|
|
@@ -1181,15 +1203,15 @@ dependencies = [
|
|
|
1181
1203
|
|
|
1182
1204
|
[[package]]
|
|
1183
1205
|
name = "futures-core"
|
|
1184
|
-
version = "0.3.
|
|
1206
|
+
version = "0.3.31"
|
|
1185
1207
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1186
|
-
checksum = "
|
|
1208
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
1187
1209
|
|
|
1188
1210
|
[[package]]
|
|
1189
1211
|
name = "futures-executor"
|
|
1190
|
-
version = "0.3.
|
|
1212
|
+
version = "0.3.31"
|
|
1191
1213
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1192
|
-
checksum = "
|
|
1214
|
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
1193
1215
|
dependencies = [
|
|
1194
1216
|
"futures-core",
|
|
1195
1217
|
"futures-task",
|
|
@@ -1209,38 +1231,38 @@ dependencies = [
|
|
|
1209
1231
|
|
|
1210
1232
|
[[package]]
|
|
1211
1233
|
name = "futures-io"
|
|
1212
|
-
version = "0.3.
|
|
1234
|
+
version = "0.3.31"
|
|
1213
1235
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1214
|
-
checksum = "
|
|
1236
|
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
1215
1237
|
|
|
1216
1238
|
[[package]]
|
|
1217
1239
|
name = "futures-macro"
|
|
1218
|
-
version = "0.3.
|
|
1240
|
+
version = "0.3.31"
|
|
1219
1241
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1220
|
-
checksum = "
|
|
1242
|
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
1221
1243
|
dependencies = [
|
|
1222
1244
|
"proc-macro2",
|
|
1223
1245
|
"quote",
|
|
1224
|
-
"syn 2.0.
|
|
1246
|
+
"syn 2.0.85",
|
|
1225
1247
|
]
|
|
1226
1248
|
|
|
1227
1249
|
[[package]]
|
|
1228
1250
|
name = "futures-sink"
|
|
1229
|
-
version = "0.3.
|
|
1251
|
+
version = "0.3.31"
|
|
1230
1252
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1231
|
-
checksum = "
|
|
1253
|
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
1232
1254
|
|
|
1233
1255
|
[[package]]
|
|
1234
1256
|
name = "futures-task"
|
|
1235
|
-
version = "0.3.
|
|
1257
|
+
version = "0.3.31"
|
|
1236
1258
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1237
|
-
checksum = "
|
|
1259
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
1238
1260
|
|
|
1239
1261
|
[[package]]
|
|
1240
1262
|
name = "futures-util"
|
|
1241
|
-
version = "0.3.
|
|
1263
|
+
version = "0.3.31"
|
|
1242
1264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1243
|
-
checksum = "
|
|
1265
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
1244
1266
|
dependencies = [
|
|
1245
1267
|
"futures-channel",
|
|
1246
1268
|
"futures-core",
|
|
@@ -1309,7 +1331,7 @@ dependencies = [
|
|
|
1309
1331
|
"futures-sink",
|
|
1310
1332
|
"futures-util",
|
|
1311
1333
|
"http 0.2.12",
|
|
1312
|
-
"indexmap 2.
|
|
1334
|
+
"indexmap 2.6.0",
|
|
1313
1335
|
"slab",
|
|
1314
1336
|
"tokio",
|
|
1315
1337
|
"tokio-util",
|
|
@@ -1318,9 +1340,9 @@ dependencies = [
|
|
|
1318
1340
|
|
|
1319
1341
|
[[package]]
|
|
1320
1342
|
name = "h2"
|
|
1321
|
-
version = "0.4.
|
|
1343
|
+
version = "0.4.6"
|
|
1322
1344
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1323
|
-
checksum = "
|
|
1345
|
+
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
|
|
1324
1346
|
dependencies = [
|
|
1325
1347
|
"atomic-waker",
|
|
1326
1348
|
"bytes",
|
|
@@ -1328,7 +1350,7 @@ dependencies = [
|
|
|
1328
1350
|
"futures-core",
|
|
1329
1351
|
"futures-sink",
|
|
1330
1352
|
"http 1.1.0",
|
|
1331
|
-
"indexmap 2.
|
|
1353
|
+
"indexmap 2.6.0",
|
|
1332
1354
|
"slab",
|
|
1333
1355
|
"tokio",
|
|
1334
1356
|
"tokio-util",
|
|
@@ -1364,11 +1386,17 @@ dependencies = [
|
|
|
1364
1386
|
"allocator-api2",
|
|
1365
1387
|
]
|
|
1366
1388
|
|
|
1389
|
+
[[package]]
|
|
1390
|
+
name = "hashbrown"
|
|
1391
|
+
version = "0.15.0"
|
|
1392
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1393
|
+
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
|
1394
|
+
|
|
1367
1395
|
[[package]]
|
|
1368
1396
|
name = "hashlink"
|
|
1369
|
-
version = "0.
|
|
1397
|
+
version = "0.9.1"
|
|
1370
1398
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1371
|
-
checksum = "
|
|
1399
|
+
checksum = "6ba4ff7128dee98c7dc9794b6a411377e1404dba1c97deb8d1a55297bd25d8af"
|
|
1372
1400
|
dependencies = [
|
|
1373
1401
|
"hashbrown 0.14.5",
|
|
1374
1402
|
]
|
|
@@ -1378,9 +1406,12 @@ name = "heck"
|
|
|
1378
1406
|
version = "0.4.1"
|
|
1379
1407
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1380
1408
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1409
|
+
|
|
1410
|
+
[[package]]
|
|
1411
|
+
name = "heck"
|
|
1412
|
+
version = "0.5.0"
|
|
1413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1414
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
1384
1415
|
|
|
1385
1416
|
[[package]]
|
|
1386
1417
|
name = "hermit-abi"
|
|
@@ -1388,6 +1419,12 @@ version = "0.3.9"
|
|
|
1388
1419
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1389
1420
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
1390
1421
|
|
|
1422
|
+
[[package]]
|
|
1423
|
+
name = "hermit-abi"
|
|
1424
|
+
version = "0.4.0"
|
|
1425
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1426
|
+
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
1427
|
+
|
|
1391
1428
|
[[package]]
|
|
1392
1429
|
name = "hex"
|
|
1393
1430
|
version = "0.4.3"
|
|
@@ -1468,9 +1505,9 @@ dependencies = [
|
|
|
1468
1505
|
|
|
1469
1506
|
[[package]]
|
|
1470
1507
|
name = "httparse"
|
|
1471
|
-
version = "1.9.
|
|
1508
|
+
version = "1.9.5"
|
|
1472
1509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1473
|
-
checksum = "
|
|
1510
|
+
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
|
1474
1511
|
|
|
1475
1512
|
[[package]]
|
|
1476
1513
|
name = "httpdate"
|
|
@@ -1480,14 +1517,14 @@ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
1480
1517
|
|
|
1481
1518
|
[[package]]
|
|
1482
1519
|
name = "hyper"
|
|
1483
|
-
version = "1.
|
|
1520
|
+
version = "1.5.0"
|
|
1484
1521
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1485
|
-
checksum = "
|
|
1522
|
+
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
|
1486
1523
|
dependencies = [
|
|
1487
1524
|
"bytes",
|
|
1488
1525
|
"futures-channel",
|
|
1489
1526
|
"futures-util",
|
|
1490
|
-
"h2 0.4.
|
|
1527
|
+
"h2 0.4.6",
|
|
1491
1528
|
"http 1.1.0",
|
|
1492
1529
|
"http-body",
|
|
1493
1530
|
"httparse",
|
|
@@ -1501,27 +1538,27 @@ dependencies = [
|
|
|
1501
1538
|
|
|
1502
1539
|
[[package]]
|
|
1503
1540
|
name = "hyper-rustls"
|
|
1504
|
-
version = "0.27.
|
|
1541
|
+
version = "0.27.3"
|
|
1505
1542
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1506
|
-
checksum = "
|
|
1543
|
+
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
|
|
1507
1544
|
dependencies = [
|
|
1508
1545
|
"futures-util",
|
|
1509
1546
|
"http 1.1.0",
|
|
1510
1547
|
"hyper",
|
|
1511
1548
|
"hyper-util",
|
|
1512
|
-
"rustls
|
|
1549
|
+
"rustls",
|
|
1513
1550
|
"rustls-pki-types",
|
|
1514
1551
|
"tokio",
|
|
1515
1552
|
"tokio-rustls",
|
|
1516
1553
|
"tower-service",
|
|
1517
|
-
"webpki-roots
|
|
1554
|
+
"webpki-roots",
|
|
1518
1555
|
]
|
|
1519
1556
|
|
|
1520
1557
|
[[package]]
|
|
1521
1558
|
name = "hyper-util"
|
|
1522
|
-
version = "0.1.
|
|
1559
|
+
version = "0.1.10"
|
|
1523
1560
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1524
|
-
checksum = "
|
|
1561
|
+
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
1525
1562
|
dependencies = [
|
|
1526
1563
|
"bytes",
|
|
1527
1564
|
"futures-channel",
|
|
@@ -1532,16 +1569,15 @@ dependencies = [
|
|
|
1532
1569
|
"pin-project-lite",
|
|
1533
1570
|
"socket2",
|
|
1534
1571
|
"tokio",
|
|
1535
|
-
"tower",
|
|
1536
1572
|
"tower-service",
|
|
1537
1573
|
"tracing",
|
|
1538
1574
|
]
|
|
1539
1575
|
|
|
1540
1576
|
[[package]]
|
|
1541
1577
|
name = "iana-time-zone"
|
|
1542
|
-
version = "0.1.
|
|
1578
|
+
version = "0.1.61"
|
|
1543
1579
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1544
|
-
checksum = "
|
|
1580
|
+
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
|
1545
1581
|
dependencies = [
|
|
1546
1582
|
"android_system_properties",
|
|
1547
1583
|
"core-foundation-sys",
|
|
@@ -1576,6 +1612,12 @@ dependencies = [
|
|
|
1576
1612
|
"unicode-normalization",
|
|
1577
1613
|
]
|
|
1578
1614
|
|
|
1615
|
+
[[package]]
|
|
1616
|
+
name = "impl-more"
|
|
1617
|
+
version = "0.1.8"
|
|
1618
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1619
|
+
checksum = "aae21c3177a27788957044151cc2800043d127acaa460a47ebb9b84dfa2c6aa0"
|
|
1620
|
+
|
|
1579
1621
|
[[package]]
|
|
1580
1622
|
name = "indenter"
|
|
1581
1623
|
version = "0.3.3"
|
|
@@ -1595,12 +1637,12 @@ dependencies = [
|
|
|
1595
1637
|
|
|
1596
1638
|
[[package]]
|
|
1597
1639
|
name = "indexmap"
|
|
1598
|
-
version = "2.
|
|
1640
|
+
version = "2.6.0"
|
|
1599
1641
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1600
|
-
checksum = "
|
|
1642
|
+
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
|
1601
1643
|
dependencies = [
|
|
1602
1644
|
"equivalent",
|
|
1603
|
-
"hashbrown 0.
|
|
1645
|
+
"hashbrown 0.15.0",
|
|
1604
1646
|
"serde",
|
|
1605
1647
|
]
|
|
1606
1648
|
|
|
@@ -1612,17 +1654,17 @@ checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
|
|
1612
1654
|
|
|
1613
1655
|
[[package]]
|
|
1614
1656
|
name = "ipnet"
|
|
1615
|
-
version = "2.
|
|
1657
|
+
version = "2.10.1"
|
|
1616
1658
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1617
|
-
checksum = "
|
|
1659
|
+
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
|
1618
1660
|
|
|
1619
1661
|
[[package]]
|
|
1620
1662
|
name = "is-terminal"
|
|
1621
|
-
version = "0.4.
|
|
1663
|
+
version = "0.4.13"
|
|
1622
1664
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1623
|
-
checksum = "
|
|
1665
|
+
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
|
|
1624
1666
|
dependencies = [
|
|
1625
|
-
"hermit-abi",
|
|
1667
|
+
"hermit-abi 0.4.0",
|
|
1626
1668
|
"libc",
|
|
1627
1669
|
"windows-sys 0.52.0",
|
|
1628
1670
|
]
|
|
@@ -1662,9 +1704,9 @@ dependencies = [
|
|
|
1662
1704
|
|
|
1663
1705
|
[[package]]
|
|
1664
1706
|
name = "js-sys"
|
|
1665
|
-
version = "0.3.
|
|
1707
|
+
version = "0.3.72"
|
|
1666
1708
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1667
|
-
checksum = "
|
|
1709
|
+
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
|
1668
1710
|
dependencies = [
|
|
1669
1711
|
"wasm-bindgen",
|
|
1670
1712
|
]
|
|
@@ -1697,21 +1739,21 @@ dependencies = [
|
|
|
1697
1739
|
|
|
1698
1740
|
[[package]]
|
|
1699
1741
|
name = "libc"
|
|
1700
|
-
version = "0.2.
|
|
1742
|
+
version = "0.2.161"
|
|
1701
1743
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1702
|
-
checksum = "
|
|
1744
|
+
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
|
1703
1745
|
|
|
1704
1746
|
[[package]]
|
|
1705
1747
|
name = "libm"
|
|
1706
|
-
version = "0.2.
|
|
1748
|
+
version = "0.2.11"
|
|
1707
1749
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1708
|
-
checksum = "
|
|
1750
|
+
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
|
|
1709
1751
|
|
|
1710
1752
|
[[package]]
|
|
1711
1753
|
name = "libsqlite3-sys"
|
|
1712
|
-
version = "0.
|
|
1754
|
+
version = "0.30.1"
|
|
1713
1755
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1714
|
-
checksum = "
|
|
1756
|
+
checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
|
|
1715
1757
|
dependencies = [
|
|
1716
1758
|
"cc",
|
|
1717
1759
|
"pkg-config",
|
|
@@ -1819,34 +1861,32 @@ dependencies = [
|
|
|
1819
1861
|
]
|
|
1820
1862
|
|
|
1821
1863
|
[[package]]
|
|
1822
|
-
name = "
|
|
1823
|
-
version = "0.8.
|
|
1864
|
+
name = "miniz_oxide"
|
|
1865
|
+
version = "0.8.0"
|
|
1824
1866
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1825
|
-
checksum = "
|
|
1867
|
+
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
|
1826
1868
|
dependencies = [
|
|
1827
|
-
"
|
|
1828
|
-
"log",
|
|
1829
|
-
"wasi",
|
|
1830
|
-
"windows-sys 0.48.0",
|
|
1869
|
+
"adler2",
|
|
1831
1870
|
]
|
|
1832
1871
|
|
|
1833
1872
|
[[package]]
|
|
1834
1873
|
name = "mio"
|
|
1835
|
-
version = "1.0.
|
|
1874
|
+
version = "1.0.2"
|
|
1836
1875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1837
|
-
checksum = "
|
|
1876
|
+
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
|
1838
1877
|
dependencies = [
|
|
1839
|
-
"hermit-abi",
|
|
1878
|
+
"hermit-abi 0.3.9",
|
|
1840
1879
|
"libc",
|
|
1880
|
+
"log",
|
|
1841
1881
|
"wasi",
|
|
1842
1882
|
"windows-sys 0.52.0",
|
|
1843
1883
|
]
|
|
1844
1884
|
|
|
1845
1885
|
[[package]]
|
|
1846
1886
|
name = "mutually_exclusive_features"
|
|
1847
|
-
version = "0.0
|
|
1887
|
+
version = "0.1.0"
|
|
1848
1888
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1849
|
-
checksum = "
|
|
1889
|
+
checksum = "e94e1e6445d314f972ff7395df2de295fe51b71821694f0b0e1e79c4f12c8577"
|
|
1850
1890
|
|
|
1851
1891
|
[[package]]
|
|
1852
1892
|
name = "nom"
|
|
@@ -1927,7 +1967,7 @@ version = "1.16.0"
|
|
|
1927
1967
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1928
1968
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
1929
1969
|
dependencies = [
|
|
1930
|
-
"hermit-abi",
|
|
1970
|
+
"hermit-abi 0.3.9",
|
|
1931
1971
|
"libc",
|
|
1932
1972
|
]
|
|
1933
1973
|
|
|
@@ -1942,9 +1982,9 @@ dependencies = [
|
|
|
1942
1982
|
|
|
1943
1983
|
[[package]]
|
|
1944
1984
|
name = "once_cell"
|
|
1945
|
-
version = "1.
|
|
1985
|
+
version = "1.20.2"
|
|
1946
1986
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1947
|
-
checksum = "
|
|
1987
|
+
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
1948
1988
|
|
|
1949
1989
|
[[package]]
|
|
1950
1990
|
name = "oorandom"
|
|
@@ -2068,9 +2108,9 @@ dependencies = [
|
|
|
2068
2108
|
|
|
2069
2109
|
[[package]]
|
|
2070
2110
|
name = "ordered-float"
|
|
2071
|
-
version = "4.
|
|
2111
|
+
version = "4.4.0"
|
|
2072
2112
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2073
|
-
checksum = "
|
|
2113
|
+
checksum = "83e7ccb95e240b7c9506a3d544f10d935e142cc90b0a1d56954fb44d89ad6b97"
|
|
2074
2114
|
dependencies = [
|
|
2075
2115
|
"num-traits",
|
|
2076
2116
|
]
|
|
@@ -2097,6 +2137,12 @@ version = "3.5.0"
|
|
|
2097
2137
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2098
2138
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
|
|
2099
2139
|
|
|
2140
|
+
[[package]]
|
|
2141
|
+
name = "parking"
|
|
2142
|
+
version = "2.2.1"
|
|
2143
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2144
|
+
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
2145
|
+
|
|
2100
2146
|
[[package]]
|
|
2101
2147
|
name = "parking_lot"
|
|
2102
2148
|
version = "0.12.3"
|
|
@@ -2115,7 +2161,7 @@ checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
|
2115
2161
|
dependencies = [
|
|
2116
2162
|
"cfg-if",
|
|
2117
2163
|
"libc",
|
|
2118
|
-
"redox_syscall
|
|
2164
|
+
"redox_syscall",
|
|
2119
2165
|
"smallvec",
|
|
2120
2166
|
"windows-targets 0.52.6",
|
|
2121
2167
|
]
|
|
@@ -2128,9 +2174,9 @@ checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
2128
2174
|
|
|
2129
2175
|
[[package]]
|
|
2130
2176
|
name = "pathdiff"
|
|
2131
|
-
version = "0.2.
|
|
2177
|
+
version = "0.2.2"
|
|
2132
2178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2133
|
-
checksum = "
|
|
2179
|
+
checksum = "d61c5ce1153ab5b689d0c074c4e7fc613e942dfb7dd9eea5ab202d2ad91fe361"
|
|
2134
2180
|
|
|
2135
2181
|
[[package]]
|
|
2136
2182
|
name = "pem-rfc7468"
|
|
@@ -2149,9 +2195,9 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
2149
2195
|
|
|
2150
2196
|
[[package]]
|
|
2151
2197
|
name = "pest"
|
|
2152
|
-
version = "2.7.
|
|
2198
|
+
version = "2.7.14"
|
|
2153
2199
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2154
|
-
checksum = "
|
|
2200
|
+
checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
|
|
2155
2201
|
dependencies = [
|
|
2156
2202
|
"memchr",
|
|
2157
2203
|
"thiserror",
|
|
@@ -2160,9 +2206,9 @@ dependencies = [
|
|
|
2160
2206
|
|
|
2161
2207
|
[[package]]
|
|
2162
2208
|
name = "pest_derive"
|
|
2163
|
-
version = "2.7.
|
|
2209
|
+
version = "2.7.14"
|
|
2164
2210
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2165
|
-
checksum = "
|
|
2211
|
+
checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd"
|
|
2166
2212
|
dependencies = [
|
|
2167
2213
|
"pest",
|
|
2168
2214
|
"pest_generator",
|
|
@@ -2170,22 +2216,22 @@ dependencies = [
|
|
|
2170
2216
|
|
|
2171
2217
|
[[package]]
|
|
2172
2218
|
name = "pest_generator"
|
|
2173
|
-
version = "2.7.
|
|
2219
|
+
version = "2.7.14"
|
|
2174
2220
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2175
|
-
checksum = "
|
|
2221
|
+
checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e"
|
|
2176
2222
|
dependencies = [
|
|
2177
2223
|
"pest",
|
|
2178
2224
|
"pest_meta",
|
|
2179
2225
|
"proc-macro2",
|
|
2180
2226
|
"quote",
|
|
2181
|
-
"syn 2.0.
|
|
2227
|
+
"syn 2.0.85",
|
|
2182
2228
|
]
|
|
2183
2229
|
|
|
2184
2230
|
[[package]]
|
|
2185
2231
|
name = "pest_meta"
|
|
2186
|
-
version = "2.7.
|
|
2232
|
+
version = "2.7.14"
|
|
2187
2233
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2188
|
-
checksum = "
|
|
2234
|
+
checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d"
|
|
2189
2235
|
dependencies = [
|
|
2190
2236
|
"once_cell",
|
|
2191
2237
|
"pest",
|
|
@@ -2194,29 +2240,29 @@ dependencies = [
|
|
|
2194
2240
|
|
|
2195
2241
|
[[package]]
|
|
2196
2242
|
name = "pin-project"
|
|
2197
|
-
version = "1.1.
|
|
2243
|
+
version = "1.1.7"
|
|
2198
2244
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2199
|
-
checksum = "
|
|
2245
|
+
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
|
|
2200
2246
|
dependencies = [
|
|
2201
2247
|
"pin-project-internal",
|
|
2202
2248
|
]
|
|
2203
2249
|
|
|
2204
2250
|
[[package]]
|
|
2205
2251
|
name = "pin-project-internal"
|
|
2206
|
-
version = "1.1.
|
|
2252
|
+
version = "1.1.7"
|
|
2207
2253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2208
|
-
checksum = "
|
|
2254
|
+
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
|
|
2209
2255
|
dependencies = [
|
|
2210
2256
|
"proc-macro2",
|
|
2211
2257
|
"quote",
|
|
2212
|
-
"syn 2.0.
|
|
2258
|
+
"syn 2.0.85",
|
|
2213
2259
|
]
|
|
2214
2260
|
|
|
2215
2261
|
[[package]]
|
|
2216
2262
|
name = "pin-project-lite"
|
|
2217
|
-
version = "0.2.
|
|
2263
|
+
version = "0.2.15"
|
|
2218
2264
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2219
|
-
checksum = "
|
|
2265
|
+
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
|
2220
2266
|
|
|
2221
2267
|
[[package]]
|
|
2222
2268
|
name = "pin-utils"
|
|
@@ -2247,15 +2293,15 @@ dependencies = [
|
|
|
2247
2293
|
|
|
2248
2294
|
[[package]]
|
|
2249
2295
|
name = "pkg-config"
|
|
2250
|
-
version = "0.3.
|
|
2296
|
+
version = "0.3.31"
|
|
2251
2297
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2252
|
-
checksum = "
|
|
2298
|
+
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
2253
2299
|
|
|
2254
2300
|
[[package]]
|
|
2255
2301
|
name = "plotters"
|
|
2256
|
-
version = "0.3.
|
|
2302
|
+
version = "0.3.7"
|
|
2257
2303
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2258
|
-
checksum = "
|
|
2304
|
+
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
|
2259
2305
|
dependencies = [
|
|
2260
2306
|
"num-traits",
|
|
2261
2307
|
"plotters-backend",
|
|
@@ -2266,24 +2312,24 @@ dependencies = [
|
|
|
2266
2312
|
|
|
2267
2313
|
[[package]]
|
|
2268
2314
|
name = "plotters-backend"
|
|
2269
|
-
version = "0.3.
|
|
2315
|
+
version = "0.3.7"
|
|
2270
2316
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2271
|
-
checksum = "
|
|
2317
|
+
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
|
2272
2318
|
|
|
2273
2319
|
[[package]]
|
|
2274
2320
|
name = "plotters-svg"
|
|
2275
|
-
version = "0.3.
|
|
2321
|
+
version = "0.3.7"
|
|
2276
2322
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2277
|
-
checksum = "
|
|
2323
|
+
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
|
2278
2324
|
dependencies = [
|
|
2279
2325
|
"plotters-backend",
|
|
2280
2326
|
]
|
|
2281
2327
|
|
|
2282
2328
|
[[package]]
|
|
2283
2329
|
name = "portable-atomic"
|
|
2284
|
-
version = "1.
|
|
2330
|
+
version = "1.9.0"
|
|
2285
2331
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2286
|
-
checksum = "
|
|
2332
|
+
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
|
|
2287
2333
|
|
|
2288
2334
|
[[package]]
|
|
2289
2335
|
name = "powerfmt"
|
|
@@ -2293,15 +2339,18 @@ checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
2293
2339
|
|
|
2294
2340
|
[[package]]
|
|
2295
2341
|
name = "ppv-lite86"
|
|
2296
|
-
version = "0.2.
|
|
2342
|
+
version = "0.2.20"
|
|
2297
2343
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2298
|
-
checksum = "
|
|
2344
|
+
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
2345
|
+
dependencies = [
|
|
2346
|
+
"zerocopy",
|
|
2347
|
+
]
|
|
2299
2348
|
|
|
2300
2349
|
[[package]]
|
|
2301
2350
|
name = "proc-macro2"
|
|
2302
|
-
version = "1.0.
|
|
2351
|
+
version = "1.0.89"
|
|
2303
2352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2304
|
-
checksum = "
|
|
2353
|
+
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
|
2305
2354
|
dependencies = [
|
|
2306
2355
|
"unicode-ident",
|
|
2307
2356
|
]
|
|
@@ -2401,7 +2450,7 @@ dependencies = [
|
|
|
2401
2450
|
"proc-macro2",
|
|
2402
2451
|
"pyo3-macros-backend",
|
|
2403
2452
|
"quote",
|
|
2404
|
-
"syn 2.0.
|
|
2453
|
+
"syn 2.0.85",
|
|
2405
2454
|
]
|
|
2406
2455
|
|
|
2407
2456
|
[[package]]
|
|
@@ -2410,16 +2459,16 @@ version = "0.20.3"
|
|
|
2410
2459
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2411
2460
|
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
|
|
2412
2461
|
dependencies = [
|
|
2413
|
-
"heck",
|
|
2462
|
+
"heck 0.4.1",
|
|
2414
2463
|
"proc-macro2",
|
|
2415
2464
|
"pyo3-build-config",
|
|
2416
2465
|
"quote",
|
|
2417
|
-
"syn 2.0.
|
|
2466
|
+
"syn 2.0.85",
|
|
2418
2467
|
]
|
|
2419
2468
|
|
|
2420
2469
|
[[package]]
|
|
2421
2470
|
name = "python-auditor"
|
|
2422
|
-
version = "0.6.
|
|
2471
|
+
version = "0.6.3"
|
|
2423
2472
|
dependencies = [
|
|
2424
2473
|
"anyhow",
|
|
2425
2474
|
"auditor",
|
|
@@ -2456,16 +2505,17 @@ dependencies = [
|
|
|
2456
2505
|
|
|
2457
2506
|
[[package]]
|
|
2458
2507
|
name = "quinn"
|
|
2459
|
-
version = "0.11.
|
|
2508
|
+
version = "0.11.5"
|
|
2460
2509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2461
|
-
checksum = "
|
|
2510
|
+
checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684"
|
|
2462
2511
|
dependencies = [
|
|
2463
2512
|
"bytes",
|
|
2464
2513
|
"pin-project-lite",
|
|
2465
2514
|
"quinn-proto",
|
|
2466
2515
|
"quinn-udp",
|
|
2467
2516
|
"rustc-hash",
|
|
2468
|
-
"rustls
|
|
2517
|
+
"rustls",
|
|
2518
|
+
"socket2",
|
|
2469
2519
|
"thiserror",
|
|
2470
2520
|
"tokio",
|
|
2471
2521
|
"tracing",
|
|
@@ -2473,15 +2523,15 @@ dependencies = [
|
|
|
2473
2523
|
|
|
2474
2524
|
[[package]]
|
|
2475
2525
|
name = "quinn-proto"
|
|
2476
|
-
version = "0.11.
|
|
2526
|
+
version = "0.11.8"
|
|
2477
2527
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2478
|
-
checksum = "
|
|
2528
|
+
checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6"
|
|
2479
2529
|
dependencies = [
|
|
2480
2530
|
"bytes",
|
|
2481
2531
|
"rand",
|
|
2482
2532
|
"ring",
|
|
2483
2533
|
"rustc-hash",
|
|
2484
|
-
"rustls
|
|
2534
|
+
"rustls",
|
|
2485
2535
|
"slab",
|
|
2486
2536
|
"thiserror",
|
|
2487
2537
|
"tinyvec",
|
|
@@ -2490,21 +2540,23 @@ dependencies = [
|
|
|
2490
2540
|
|
|
2491
2541
|
[[package]]
|
|
2492
2542
|
name = "quinn-udp"
|
|
2493
|
-
version = "0.5.
|
|
2543
|
+
version = "0.5.6"
|
|
2494
2544
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2495
|
-
checksum = "
|
|
2545
|
+
checksum = "e346e016eacfff12233c243718197ca12f148c84e1e84268a896699b41c71780"
|
|
2496
2546
|
dependencies = [
|
|
2547
|
+
"cfg_aliases",
|
|
2497
2548
|
"libc",
|
|
2498
2549
|
"once_cell",
|
|
2499
2550
|
"socket2",
|
|
2500
|
-
"
|
|
2551
|
+
"tracing",
|
|
2552
|
+
"windows-sys 0.59.0",
|
|
2501
2553
|
]
|
|
2502
2554
|
|
|
2503
2555
|
[[package]]
|
|
2504
2556
|
name = "quote"
|
|
2505
|
-
version = "1.0.
|
|
2557
|
+
version = "1.0.37"
|
|
2506
2558
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2507
|
-
checksum = "
|
|
2559
|
+
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
|
2508
2560
|
dependencies = [
|
|
2509
2561
|
"proc-macro2",
|
|
2510
2562
|
]
|
|
@@ -2571,32 +2623,23 @@ dependencies = [
|
|
|
2571
2623
|
|
|
2572
2624
|
[[package]]
|
|
2573
2625
|
name = "redox_syscall"
|
|
2574
|
-
version = "0.
|
|
2575
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2576
|
-
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
2577
|
-
dependencies = [
|
|
2578
|
-
"bitflags 1.3.2",
|
|
2579
|
-
]
|
|
2580
|
-
|
|
2581
|
-
[[package]]
|
|
2582
|
-
name = "redox_syscall"
|
|
2583
|
-
version = "0.5.3"
|
|
2626
|
+
version = "0.5.7"
|
|
2584
2627
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2585
|
-
checksum = "
|
|
2628
|
+
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
|
2586
2629
|
dependencies = [
|
|
2587
2630
|
"bitflags 2.6.0",
|
|
2588
2631
|
]
|
|
2589
2632
|
|
|
2590
2633
|
[[package]]
|
|
2591
2634
|
name = "regex"
|
|
2592
|
-
version = "1.
|
|
2635
|
+
version = "1.11.1"
|
|
2593
2636
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2594
|
-
checksum = "
|
|
2637
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
2595
2638
|
dependencies = [
|
|
2596
2639
|
"aho-corasick",
|
|
2597
2640
|
"memchr",
|
|
2598
|
-
"regex-automata 0.4.
|
|
2599
|
-
"regex-syntax 0.8.
|
|
2641
|
+
"regex-automata 0.4.8",
|
|
2642
|
+
"regex-syntax 0.8.5",
|
|
2600
2643
|
]
|
|
2601
2644
|
|
|
2602
2645
|
[[package]]
|
|
@@ -2610,13 +2653,13 @@ dependencies = [
|
|
|
2610
2653
|
|
|
2611
2654
|
[[package]]
|
|
2612
2655
|
name = "regex-automata"
|
|
2613
|
-
version = "0.4.
|
|
2656
|
+
version = "0.4.8"
|
|
2614
2657
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2615
|
-
checksum = "
|
|
2658
|
+
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
|
|
2616
2659
|
dependencies = [
|
|
2617
2660
|
"aho-corasick",
|
|
2618
2661
|
"memchr",
|
|
2619
|
-
"regex-syntax 0.8.
|
|
2662
|
+
"regex-syntax 0.8.5",
|
|
2620
2663
|
]
|
|
2621
2664
|
|
|
2622
2665
|
[[package]]
|
|
@@ -2633,15 +2676,15 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
|
2633
2676
|
|
|
2634
2677
|
[[package]]
|
|
2635
2678
|
name = "regex-syntax"
|
|
2636
|
-
version = "0.8.
|
|
2679
|
+
version = "0.8.5"
|
|
2637
2680
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2638
|
-
checksum = "
|
|
2681
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
2639
2682
|
|
|
2640
2683
|
[[package]]
|
|
2641
2684
|
name = "reqwest"
|
|
2642
|
-
version = "0.12.
|
|
2685
|
+
version = "0.12.9"
|
|
2643
2686
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2644
|
-
checksum = "
|
|
2687
|
+
checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f"
|
|
2645
2688
|
dependencies = [
|
|
2646
2689
|
"base64 0.22.1",
|
|
2647
2690
|
"bytes",
|
|
@@ -2662,8 +2705,8 @@ dependencies = [
|
|
|
2662
2705
|
"percent-encoding",
|
|
2663
2706
|
"pin-project-lite",
|
|
2664
2707
|
"quinn",
|
|
2665
|
-
"rustls
|
|
2666
|
-
"rustls-pemfile
|
|
2708
|
+
"rustls",
|
|
2709
|
+
"rustls-pemfile",
|
|
2667
2710
|
"rustls-pki-types",
|
|
2668
2711
|
"serde",
|
|
2669
2712
|
"serde_json",
|
|
@@ -2676,8 +2719,8 @@ dependencies = [
|
|
|
2676
2719
|
"wasm-bindgen",
|
|
2677
2720
|
"wasm-bindgen-futures",
|
|
2678
2721
|
"web-sys",
|
|
2679
|
-
"webpki-roots
|
|
2680
|
-
"
|
|
2722
|
+
"webpki-roots",
|
|
2723
|
+
"windows-registry",
|
|
2681
2724
|
]
|
|
2682
2725
|
|
|
2683
2726
|
[[package]]
|
|
@@ -2744,24 +2787,24 @@ checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
|
2744
2787
|
|
|
2745
2788
|
[[package]]
|
|
2746
2789
|
name = "rustc-hash"
|
|
2747
|
-
version = "
|
|
2790
|
+
version = "2.0.0"
|
|
2748
2791
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2749
|
-
checksum = "
|
|
2792
|
+
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152"
|
|
2750
2793
|
|
|
2751
2794
|
[[package]]
|
|
2752
2795
|
name = "rustc_version"
|
|
2753
|
-
version = "0.4.
|
|
2796
|
+
version = "0.4.1"
|
|
2754
2797
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2755
|
-
checksum = "
|
|
2798
|
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
2756
2799
|
dependencies = [
|
|
2757
2800
|
"semver",
|
|
2758
2801
|
]
|
|
2759
2802
|
|
|
2760
2803
|
[[package]]
|
|
2761
2804
|
name = "rustix"
|
|
2762
|
-
version = "0.38.
|
|
2805
|
+
version = "0.38.38"
|
|
2763
2806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2764
|
-
checksum = "
|
|
2807
|
+
checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a"
|
|
2765
2808
|
dependencies = [
|
|
2766
2809
|
"bitflags 2.6.0",
|
|
2767
2810
|
"errno",
|
|
@@ -2772,69 +2815,38 @@ dependencies = [
|
|
|
2772
2815
|
|
|
2773
2816
|
[[package]]
|
|
2774
2817
|
name = "rustls"
|
|
2775
|
-
version = "0.
|
|
2776
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2777
|
-
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
|
|
2778
|
-
dependencies = [
|
|
2779
|
-
"ring",
|
|
2780
|
-
"rustls-webpki 0.101.7",
|
|
2781
|
-
"sct",
|
|
2782
|
-
]
|
|
2783
|
-
|
|
2784
|
-
[[package]]
|
|
2785
|
-
name = "rustls"
|
|
2786
|
-
version = "0.23.12"
|
|
2818
|
+
version = "0.23.16"
|
|
2787
2819
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2788
|
-
checksum = "
|
|
2820
|
+
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
|
|
2789
2821
|
dependencies = [
|
|
2790
2822
|
"once_cell",
|
|
2791
2823
|
"ring",
|
|
2792
2824
|
"rustls-pki-types",
|
|
2793
|
-
"rustls-webpki
|
|
2825
|
+
"rustls-webpki",
|
|
2794
2826
|
"subtle",
|
|
2795
2827
|
"zeroize",
|
|
2796
2828
|
]
|
|
2797
2829
|
|
|
2798
2830
|
[[package]]
|
|
2799
2831
|
name = "rustls-pemfile"
|
|
2800
|
-
version = "
|
|
2801
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2802
|
-
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
|
2803
|
-
dependencies = [
|
|
2804
|
-
"base64 0.21.7",
|
|
2805
|
-
]
|
|
2806
|
-
|
|
2807
|
-
[[package]]
|
|
2808
|
-
name = "rustls-pemfile"
|
|
2809
|
-
version = "2.1.2"
|
|
2832
|
+
version = "2.2.0"
|
|
2810
2833
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2811
|
-
checksum = "
|
|
2834
|
+
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
2812
2835
|
dependencies = [
|
|
2813
|
-
"base64 0.22.1",
|
|
2814
2836
|
"rustls-pki-types",
|
|
2815
2837
|
]
|
|
2816
2838
|
|
|
2817
2839
|
[[package]]
|
|
2818
2840
|
name = "rustls-pki-types"
|
|
2819
|
-
version = "1.
|
|
2820
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2821
|
-
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
|
|
2822
|
-
|
|
2823
|
-
[[package]]
|
|
2824
|
-
name = "rustls-webpki"
|
|
2825
|
-
version = "0.101.7"
|
|
2841
|
+
version = "1.10.0"
|
|
2826
2842
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2827
|
-
checksum = "
|
|
2828
|
-
dependencies = [
|
|
2829
|
-
"ring",
|
|
2830
|
-
"untrusted",
|
|
2831
|
-
]
|
|
2843
|
+
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
|
|
2832
2844
|
|
|
2833
2845
|
[[package]]
|
|
2834
2846
|
name = "rustls-webpki"
|
|
2835
|
-
version = "0.102.
|
|
2847
|
+
version = "0.102.8"
|
|
2836
2848
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2837
|
-
checksum = "
|
|
2849
|
+
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
|
2838
2850
|
dependencies = [
|
|
2839
2851
|
"ring",
|
|
2840
2852
|
"rustls-pki-types",
|
|
@@ -2862,16 +2874,6 @@ version = "1.2.0"
|
|
|
2862
2874
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2863
2875
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2864
2876
|
|
|
2865
|
-
[[package]]
|
|
2866
|
-
name = "sct"
|
|
2867
|
-
version = "0.7.1"
|
|
2868
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2869
|
-
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
|
|
2870
|
-
dependencies = [
|
|
2871
|
-
"ring",
|
|
2872
|
-
"untrusted",
|
|
2873
|
-
]
|
|
2874
|
-
|
|
2875
2877
|
[[package]]
|
|
2876
2878
|
name = "secrecy"
|
|
2877
2879
|
version = "0.8.0"
|
|
@@ -2890,9 +2892,9 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
|
|
|
2890
2892
|
|
|
2891
2893
|
[[package]]
|
|
2892
2894
|
name = "serde"
|
|
2893
|
-
version = "1.0.
|
|
2895
|
+
version = "1.0.214"
|
|
2894
2896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2895
|
-
checksum = "
|
|
2897
|
+
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
|
|
2896
2898
|
dependencies = [
|
|
2897
2899
|
"serde_derive",
|
|
2898
2900
|
]
|
|
@@ -2910,20 +2912,20 @@ dependencies = [
|
|
|
2910
2912
|
|
|
2911
2913
|
[[package]]
|
|
2912
2914
|
name = "serde_derive"
|
|
2913
|
-
version = "1.0.
|
|
2915
|
+
version = "1.0.214"
|
|
2914
2916
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2915
|
-
checksum = "
|
|
2917
|
+
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
|
|
2916
2918
|
dependencies = [
|
|
2917
2919
|
"proc-macro2",
|
|
2918
2920
|
"quote",
|
|
2919
|
-
"syn 2.0.
|
|
2921
|
+
"syn 2.0.85",
|
|
2920
2922
|
]
|
|
2921
2923
|
|
|
2922
2924
|
[[package]]
|
|
2923
2925
|
name = "serde_json"
|
|
2924
|
-
version = "1.0.
|
|
2926
|
+
version = "1.0.132"
|
|
2925
2927
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2926
|
-
checksum = "
|
|
2928
|
+
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
|
|
2927
2929
|
dependencies = [
|
|
2928
2930
|
"itoa",
|
|
2929
2931
|
"memchr",
|
|
@@ -2958,15 +2960,15 @@ dependencies = [
|
|
|
2958
2960
|
|
|
2959
2961
|
[[package]]
|
|
2960
2962
|
name = "serde_with"
|
|
2961
|
-
version = "3.
|
|
2963
|
+
version = "3.11.0"
|
|
2962
2964
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2963
|
-
checksum = "
|
|
2965
|
+
checksum = "8e28bdad6db2b8340e449f7108f020b3b092e8583a9e3fb82713e1d4e71fe817"
|
|
2964
2966
|
dependencies = [
|
|
2965
2967
|
"base64 0.22.1",
|
|
2966
2968
|
"chrono",
|
|
2967
2969
|
"hex",
|
|
2968
2970
|
"indexmap 1.9.3",
|
|
2969
|
-
"indexmap 2.
|
|
2971
|
+
"indexmap 2.6.0",
|
|
2970
2972
|
"serde",
|
|
2971
2973
|
"serde_derive",
|
|
2972
2974
|
"serde_json",
|
|
@@ -2976,14 +2978,14 @@ dependencies = [
|
|
|
2976
2978
|
|
|
2977
2979
|
[[package]]
|
|
2978
2980
|
name = "serde_with_macros"
|
|
2979
|
-
version = "3.
|
|
2981
|
+
version = "3.11.0"
|
|
2980
2982
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2981
|
-
checksum = "
|
|
2983
|
+
checksum = "9d846214a9854ef724f3da161b426242d8de7c1fc7de2f89bb1efcb154dca79d"
|
|
2982
2984
|
dependencies = [
|
|
2983
2985
|
"darling",
|
|
2984
2986
|
"proc-macro2",
|
|
2985
2987
|
"quote",
|
|
2986
|
-
"syn 2.0.
|
|
2988
|
+
"syn 2.0.85",
|
|
2987
2989
|
]
|
|
2988
2990
|
|
|
2989
2991
|
[[package]]
|
|
@@ -3023,6 +3025,12 @@ version = "1.1.0"
|
|
|
3023
3025
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3024
3026
|
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
|
3025
3027
|
|
|
3028
|
+
[[package]]
|
|
3029
|
+
name = "shlex"
|
|
3030
|
+
version = "1.3.0"
|
|
3031
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3032
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
3033
|
+
|
|
3026
3034
|
[[package]]
|
|
3027
3035
|
name = "signal-hook-registry"
|
|
3028
3036
|
version = "1.4.2"
|
|
@@ -3056,6 +3064,9 @@ name = "smallvec"
|
|
|
3056
3064
|
version = "1.13.2"
|
|
3057
3065
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3058
3066
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
3067
|
+
dependencies = [
|
|
3068
|
+
"serde",
|
|
3069
|
+
]
|
|
3059
3070
|
|
|
3060
3071
|
[[package]]
|
|
3061
3072
|
name = "socket2"
|
|
@@ -3088,9 +3099,9 @@ dependencies = [
|
|
|
3088
3099
|
|
|
3089
3100
|
[[package]]
|
|
3090
3101
|
name = "sqlformat"
|
|
3091
|
-
version = "0.2.
|
|
3102
|
+
version = "0.2.6"
|
|
3092
3103
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3093
|
-
checksum = "
|
|
3104
|
+
checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
|
|
3094
3105
|
dependencies = [
|
|
3095
3106
|
"nom",
|
|
3096
3107
|
"unicode_categories",
|
|
@@ -3098,9 +3109,9 @@ dependencies = [
|
|
|
3098
3109
|
|
|
3099
3110
|
[[package]]
|
|
3100
3111
|
name = "sqlx"
|
|
3101
|
-
version = "0.
|
|
3112
|
+
version = "0.8.2"
|
|
3102
3113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3103
|
-
checksum = "
|
|
3114
|
+
checksum = "93334716a037193fac19df402f8571269c84a00852f6a7066b5d2616dcd64d3e"
|
|
3104
3115
|
dependencies = [
|
|
3105
3116
|
"sqlx-core",
|
|
3106
3117
|
"sqlx-macros",
|
|
@@ -3111,11 +3122,10 @@ dependencies = [
|
|
|
3111
3122
|
|
|
3112
3123
|
[[package]]
|
|
3113
3124
|
name = "sqlx-core"
|
|
3114
|
-
version = "0.
|
|
3125
|
+
version = "0.8.2"
|
|
3115
3126
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3116
|
-
checksum = "
|
|
3127
|
+
checksum = "d4d8060b456358185f7d50c55d9b5066ad956956fddec42ee2e8567134a8936e"
|
|
3117
3128
|
dependencies = [
|
|
3118
|
-
"ahash 0.8.11",
|
|
3119
3129
|
"atoi",
|
|
3120
3130
|
"byteorder",
|
|
3121
3131
|
"bytes",
|
|
@@ -3129,16 +3139,17 @@ dependencies = [
|
|
|
3129
3139
|
"futures-intrusive",
|
|
3130
3140
|
"futures-io",
|
|
3131
3141
|
"futures-util",
|
|
3142
|
+
"hashbrown 0.14.5",
|
|
3132
3143
|
"hashlink",
|
|
3133
3144
|
"hex",
|
|
3134
|
-
"indexmap 2.
|
|
3145
|
+
"indexmap 2.6.0",
|
|
3135
3146
|
"log",
|
|
3136
3147
|
"memchr",
|
|
3137
3148
|
"once_cell",
|
|
3138
3149
|
"paste",
|
|
3139
3150
|
"percent-encoding",
|
|
3140
|
-
"rustls
|
|
3141
|
-
"rustls-pemfile
|
|
3151
|
+
"rustls",
|
|
3152
|
+
"rustls-pemfile",
|
|
3142
3153
|
"serde",
|
|
3143
3154
|
"serde_json",
|
|
3144
3155
|
"sha2",
|
|
@@ -3150,31 +3161,31 @@ dependencies = [
|
|
|
3150
3161
|
"tracing",
|
|
3151
3162
|
"url",
|
|
3152
3163
|
"uuid",
|
|
3153
|
-
"webpki-roots
|
|
3164
|
+
"webpki-roots",
|
|
3154
3165
|
]
|
|
3155
3166
|
|
|
3156
3167
|
[[package]]
|
|
3157
3168
|
name = "sqlx-macros"
|
|
3158
|
-
version = "0.
|
|
3169
|
+
version = "0.8.2"
|
|
3159
3170
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3160
|
-
checksum = "
|
|
3171
|
+
checksum = "cac0692bcc9de3b073e8d747391827297e075c7710ff6276d9f7a1f3d58c6657"
|
|
3161
3172
|
dependencies = [
|
|
3162
3173
|
"proc-macro2",
|
|
3163
3174
|
"quote",
|
|
3164
3175
|
"sqlx-core",
|
|
3165
3176
|
"sqlx-macros-core",
|
|
3166
|
-
"syn
|
|
3177
|
+
"syn 2.0.85",
|
|
3167
3178
|
]
|
|
3168
3179
|
|
|
3169
3180
|
[[package]]
|
|
3170
3181
|
name = "sqlx-macros-core"
|
|
3171
|
-
version = "0.
|
|
3182
|
+
version = "0.8.2"
|
|
3172
3183
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3173
|
-
checksum = "
|
|
3184
|
+
checksum = "1804e8a7c7865599c9c79be146dc8a9fd8cc86935fa641d3ea58e5f0688abaa5"
|
|
3174
3185
|
dependencies = [
|
|
3175
3186
|
"dotenvy",
|
|
3176
3187
|
"either",
|
|
3177
|
-
"heck",
|
|
3188
|
+
"heck 0.5.0",
|
|
3178
3189
|
"hex",
|
|
3179
3190
|
"once_cell",
|
|
3180
3191
|
"proc-macro2",
|
|
@@ -3186,7 +3197,7 @@ dependencies = [
|
|
|
3186
3197
|
"sqlx-mysql",
|
|
3187
3198
|
"sqlx-postgres",
|
|
3188
3199
|
"sqlx-sqlite",
|
|
3189
|
-
"syn
|
|
3200
|
+
"syn 2.0.85",
|
|
3190
3201
|
"tempfile",
|
|
3191
3202
|
"tokio",
|
|
3192
3203
|
"url",
|
|
@@ -3194,12 +3205,12 @@ dependencies = [
|
|
|
3194
3205
|
|
|
3195
3206
|
[[package]]
|
|
3196
3207
|
name = "sqlx-mysql"
|
|
3197
|
-
version = "0.
|
|
3208
|
+
version = "0.8.2"
|
|
3198
3209
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3199
|
-
checksum = "
|
|
3210
|
+
checksum = "64bb4714269afa44aef2755150a0fc19d756fb580a67db8885608cf02f47d06a"
|
|
3200
3211
|
dependencies = [
|
|
3201
3212
|
"atoi",
|
|
3202
|
-
"base64 0.
|
|
3213
|
+
"base64 0.22.1",
|
|
3203
3214
|
"bitflags 2.6.0",
|
|
3204
3215
|
"byteorder",
|
|
3205
3216
|
"bytes",
|
|
@@ -3238,12 +3249,12 @@ dependencies = [
|
|
|
3238
3249
|
|
|
3239
3250
|
[[package]]
|
|
3240
3251
|
name = "sqlx-postgres"
|
|
3241
|
-
version = "0.
|
|
3252
|
+
version = "0.8.2"
|
|
3242
3253
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3243
|
-
checksum = "
|
|
3254
|
+
checksum = "6fa91a732d854c5d7726349bb4bb879bb9478993ceb764247660aee25f67c2f8"
|
|
3244
3255
|
dependencies = [
|
|
3245
3256
|
"atoi",
|
|
3246
|
-
"base64 0.
|
|
3257
|
+
"base64 0.22.1",
|
|
3247
3258
|
"bitflags 2.6.0",
|
|
3248
3259
|
"byteorder",
|
|
3249
3260
|
"chrono",
|
|
@@ -3278,9 +3289,9 @@ dependencies = [
|
|
|
3278
3289
|
|
|
3279
3290
|
[[package]]
|
|
3280
3291
|
name = "sqlx-sqlite"
|
|
3281
|
-
version = "0.
|
|
3292
|
+
version = "0.8.2"
|
|
3282
3293
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3283
|
-
checksum = "
|
|
3294
|
+
checksum = "d5b2cf34a45953bfd3daaf3db0f7a7878ab9b7a6b91b422d24a7a9e4c857b680"
|
|
3284
3295
|
dependencies = [
|
|
3285
3296
|
"atoi",
|
|
3286
3297
|
"chrono",
|
|
@@ -3294,10 +3305,10 @@ dependencies = [
|
|
|
3294
3305
|
"log",
|
|
3295
3306
|
"percent-encoding",
|
|
3296
3307
|
"serde",
|
|
3308
|
+
"serde_urlencoded",
|
|
3297
3309
|
"sqlx-core",
|
|
3298
3310
|
"tracing",
|
|
3299
3311
|
"url",
|
|
3300
|
-
"urlencoding",
|
|
3301
3312
|
"uuid",
|
|
3302
3313
|
]
|
|
3303
3314
|
|
|
@@ -3337,9 +3348,9 @@ dependencies = [
|
|
|
3337
3348
|
|
|
3338
3349
|
[[package]]
|
|
3339
3350
|
name = "syn"
|
|
3340
|
-
version = "2.0.
|
|
3351
|
+
version = "2.0.85"
|
|
3341
3352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3342
|
-
checksum = "
|
|
3353
|
+
checksum = "5023162dfcd14ef8f32034d8bcd4cc5ddc61ef7a247c024a33e24e1f24d21b56"
|
|
3343
3354
|
dependencies = [
|
|
3344
3355
|
"proc-macro2",
|
|
3345
3356
|
"quote",
|
|
@@ -3351,43 +3362,47 @@ name = "sync_wrapper"
|
|
|
3351
3362
|
version = "1.0.1"
|
|
3352
3363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3353
3364
|
checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
|
|
3365
|
+
dependencies = [
|
|
3366
|
+
"futures-core",
|
|
3367
|
+
]
|
|
3354
3368
|
|
|
3355
3369
|
[[package]]
|
|
3356
3370
|
name = "target-lexicon"
|
|
3357
|
-
version = "0.12.
|
|
3371
|
+
version = "0.12.16"
|
|
3358
3372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3359
|
-
checksum = "
|
|
3373
|
+
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
3360
3374
|
|
|
3361
3375
|
[[package]]
|
|
3362
3376
|
name = "tempfile"
|
|
3363
|
-
version = "3.
|
|
3377
|
+
version = "3.13.0"
|
|
3364
3378
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3365
|
-
checksum = "
|
|
3379
|
+
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
|
|
3366
3380
|
dependencies = [
|
|
3367
3381
|
"cfg-if",
|
|
3368
3382
|
"fastrand",
|
|
3383
|
+
"once_cell",
|
|
3369
3384
|
"rustix",
|
|
3370
|
-
"windows-sys 0.
|
|
3385
|
+
"windows-sys 0.59.0",
|
|
3371
3386
|
]
|
|
3372
3387
|
|
|
3373
3388
|
[[package]]
|
|
3374
3389
|
name = "thiserror"
|
|
3375
|
-
version = "1.0.
|
|
3390
|
+
version = "1.0.65"
|
|
3376
3391
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3377
|
-
checksum = "
|
|
3392
|
+
checksum = "5d11abd9594d9b38965ef50805c5e469ca9cc6f197f883f717e0269a3057b3d5"
|
|
3378
3393
|
dependencies = [
|
|
3379
3394
|
"thiserror-impl",
|
|
3380
3395
|
]
|
|
3381
3396
|
|
|
3382
3397
|
[[package]]
|
|
3383
3398
|
name = "thiserror-impl"
|
|
3384
|
-
version = "1.0.
|
|
3399
|
+
version = "1.0.65"
|
|
3385
3400
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3386
|
-
checksum = "
|
|
3401
|
+
checksum = "ae71770322cbd277e69d762a16c444af02aa0575ac0d174f0b9562d3b37f8602"
|
|
3387
3402
|
dependencies = [
|
|
3388
3403
|
"proc-macro2",
|
|
3389
3404
|
"quote",
|
|
3390
|
-
"syn 2.0.
|
|
3405
|
+
"syn 2.0.85",
|
|
3391
3406
|
]
|
|
3392
3407
|
|
|
3393
3408
|
[[package]]
|
|
@@ -3458,14 +3473,14 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
3458
3473
|
|
|
3459
3474
|
[[package]]
|
|
3460
3475
|
name = "tokio"
|
|
3461
|
-
version = "1.
|
|
3476
|
+
version = "1.41.0"
|
|
3462
3477
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3463
|
-
checksum = "
|
|
3478
|
+
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
|
|
3464
3479
|
dependencies = [
|
|
3465
3480
|
"backtrace",
|
|
3466
3481
|
"bytes",
|
|
3467
3482
|
"libc",
|
|
3468
|
-
"mio
|
|
3483
|
+
"mio",
|
|
3469
3484
|
"parking_lot",
|
|
3470
3485
|
"pin-project-lite",
|
|
3471
3486
|
"signal-hook-registry",
|
|
@@ -3482,7 +3497,7 @@ checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
|
3482
3497
|
dependencies = [
|
|
3483
3498
|
"proc-macro2",
|
|
3484
3499
|
"quote",
|
|
3485
|
-
"syn 2.0.
|
|
3500
|
+
"syn 2.0.85",
|
|
3486
3501
|
]
|
|
3487
3502
|
|
|
3488
3503
|
[[package]]
|
|
@@ -3491,16 +3506,16 @@ version = "0.26.0"
|
|
|
3491
3506
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3492
3507
|
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
|
|
3493
3508
|
dependencies = [
|
|
3494
|
-
"rustls
|
|
3509
|
+
"rustls",
|
|
3495
3510
|
"rustls-pki-types",
|
|
3496
3511
|
"tokio",
|
|
3497
3512
|
]
|
|
3498
3513
|
|
|
3499
3514
|
[[package]]
|
|
3500
3515
|
name = "tokio-stream"
|
|
3501
|
-
version = "0.1.
|
|
3516
|
+
version = "0.1.16"
|
|
3502
3517
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3503
|
-
checksum = "
|
|
3518
|
+
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
|
|
3504
3519
|
dependencies = [
|
|
3505
3520
|
"futures-core",
|
|
3506
3521
|
"pin-project-lite",
|
|
@@ -3509,9 +3524,9 @@ dependencies = [
|
|
|
3509
3524
|
|
|
3510
3525
|
[[package]]
|
|
3511
3526
|
name = "tokio-util"
|
|
3512
|
-
version = "0.7.
|
|
3527
|
+
version = "0.7.12"
|
|
3513
3528
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3514
|
-
checksum = "
|
|
3529
|
+
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
|
|
3515
3530
|
dependencies = [
|
|
3516
3531
|
"bytes",
|
|
3517
3532
|
"futures-core",
|
|
@@ -3529,32 +3544,11 @@ dependencies = [
|
|
|
3529
3544
|
"serde",
|
|
3530
3545
|
]
|
|
3531
3546
|
|
|
3532
|
-
[[package]]
|
|
3533
|
-
name = "tower"
|
|
3534
|
-
version = "0.4.13"
|
|
3535
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3536
|
-
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
3537
|
-
dependencies = [
|
|
3538
|
-
"futures-core",
|
|
3539
|
-
"futures-util",
|
|
3540
|
-
"pin-project",
|
|
3541
|
-
"pin-project-lite",
|
|
3542
|
-
"tokio",
|
|
3543
|
-
"tower-layer",
|
|
3544
|
-
"tower-service",
|
|
3545
|
-
]
|
|
3546
|
-
|
|
3547
|
-
[[package]]
|
|
3548
|
-
name = "tower-layer"
|
|
3549
|
-
version = "0.3.2"
|
|
3550
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3551
|
-
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
|
|
3552
|
-
|
|
3553
3547
|
[[package]]
|
|
3554
3548
|
name = "tower-service"
|
|
3555
|
-
version = "0.3.
|
|
3549
|
+
version = "0.3.3"
|
|
3556
3550
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3557
|
-
checksum = "
|
|
3551
|
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
3558
3552
|
|
|
3559
3553
|
[[package]]
|
|
3560
3554
|
name = "tracing"
|
|
@@ -3570,9 +3564,9 @@ dependencies = [
|
|
|
3570
3564
|
|
|
3571
3565
|
[[package]]
|
|
3572
3566
|
name = "tracing-actix-web"
|
|
3573
|
-
version = "0.7.
|
|
3567
|
+
version = "0.7.14"
|
|
3574
3568
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3575
|
-
checksum = "
|
|
3569
|
+
checksum = "6b87073920bcce23e9f5cb0d2671e9f01d6803bb5229c159b2f5ce6806d73ffc"
|
|
3576
3570
|
dependencies = [
|
|
3577
3571
|
"actix-web",
|
|
3578
3572
|
"mutually_exclusive_features",
|
|
@@ -3589,7 +3583,7 @@ checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
|
|
|
3589
3583
|
dependencies = [
|
|
3590
3584
|
"proc-macro2",
|
|
3591
3585
|
"quote",
|
|
3592
|
-
"syn 2.0.
|
|
3586
|
+
"syn 2.0.85",
|
|
3593
3587
|
]
|
|
3594
3588
|
|
|
3595
3589
|
[[package]]
|
|
@@ -3684,42 +3678,42 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
3684
3678
|
|
|
3685
3679
|
[[package]]
|
|
3686
3680
|
name = "ucd-trie"
|
|
3687
|
-
version = "0.1.
|
|
3681
|
+
version = "0.1.7"
|
|
3688
3682
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3689
|
-
checksum = "
|
|
3683
|
+
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
3690
3684
|
|
|
3691
3685
|
[[package]]
|
|
3692
3686
|
name = "unicode-bidi"
|
|
3693
|
-
version = "0.3.
|
|
3687
|
+
version = "0.3.17"
|
|
3694
3688
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3695
|
-
checksum = "
|
|
3689
|
+
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
|
|
3696
3690
|
|
|
3697
3691
|
[[package]]
|
|
3698
3692
|
name = "unicode-ident"
|
|
3699
|
-
version = "1.0.
|
|
3693
|
+
version = "1.0.13"
|
|
3700
3694
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3701
|
-
checksum = "
|
|
3695
|
+
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
|
|
3702
3696
|
|
|
3703
3697
|
[[package]]
|
|
3704
3698
|
name = "unicode-normalization"
|
|
3705
|
-
version = "0.1.
|
|
3699
|
+
version = "0.1.24"
|
|
3706
3700
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3707
|
-
checksum = "
|
|
3701
|
+
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
|
|
3708
3702
|
dependencies = [
|
|
3709
3703
|
"tinyvec",
|
|
3710
3704
|
]
|
|
3711
3705
|
|
|
3712
3706
|
[[package]]
|
|
3713
3707
|
name = "unicode-properties"
|
|
3714
|
-
version = "0.1.
|
|
3708
|
+
version = "0.1.3"
|
|
3715
3709
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3716
|
-
checksum = "
|
|
3710
|
+
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
|
|
3717
3711
|
|
|
3718
3712
|
[[package]]
|
|
3719
3713
|
name = "unicode-segmentation"
|
|
3720
|
-
version = "1.
|
|
3714
|
+
version = "1.12.0"
|
|
3721
3715
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3722
|
-
checksum = "
|
|
3716
|
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
|
|
3723
3717
|
|
|
3724
3718
|
[[package]]
|
|
3725
3719
|
name = "unicode_categories"
|
|
@@ -3758,9 +3752,9 @@ checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
|
|
|
3758
3752
|
|
|
3759
3753
|
[[package]]
|
|
3760
3754
|
name = "uuid"
|
|
3761
|
-
version = "1.
|
|
3755
|
+
version = "1.11.0"
|
|
3762
3756
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3763
|
-
checksum = "
|
|
3757
|
+
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
|
|
3764
3758
|
dependencies = [
|
|
3765
3759
|
"getrandom",
|
|
3766
3760
|
]
|
|
@@ -3816,34 +3810,35 @@ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
|
|
|
3816
3810
|
|
|
3817
3811
|
[[package]]
|
|
3818
3812
|
name = "wasm-bindgen"
|
|
3819
|
-
version = "0.2.
|
|
3813
|
+
version = "0.2.95"
|
|
3820
3814
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3821
|
-
checksum = "
|
|
3815
|
+
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
|
3822
3816
|
dependencies = [
|
|
3823
3817
|
"cfg-if",
|
|
3818
|
+
"once_cell",
|
|
3824
3819
|
"wasm-bindgen-macro",
|
|
3825
3820
|
]
|
|
3826
3821
|
|
|
3827
3822
|
[[package]]
|
|
3828
3823
|
name = "wasm-bindgen-backend"
|
|
3829
|
-
version = "0.2.
|
|
3824
|
+
version = "0.2.95"
|
|
3830
3825
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3831
|
-
checksum = "
|
|
3826
|
+
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
|
3832
3827
|
dependencies = [
|
|
3833
3828
|
"bumpalo",
|
|
3834
3829
|
"log",
|
|
3835
3830
|
"once_cell",
|
|
3836
3831
|
"proc-macro2",
|
|
3837
3832
|
"quote",
|
|
3838
|
-
"syn 2.0.
|
|
3833
|
+
"syn 2.0.85",
|
|
3839
3834
|
"wasm-bindgen-shared",
|
|
3840
3835
|
]
|
|
3841
3836
|
|
|
3842
3837
|
[[package]]
|
|
3843
3838
|
name = "wasm-bindgen-futures"
|
|
3844
|
-
version = "0.4.
|
|
3839
|
+
version = "0.4.45"
|
|
3845
3840
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3846
|
-
checksum = "
|
|
3841
|
+
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b"
|
|
3847
3842
|
dependencies = [
|
|
3848
3843
|
"cfg-if",
|
|
3849
3844
|
"js-sys",
|
|
@@ -3853,9 +3848,9 @@ dependencies = [
|
|
|
3853
3848
|
|
|
3854
3849
|
[[package]]
|
|
3855
3850
|
name = "wasm-bindgen-macro"
|
|
3856
|
-
version = "0.2.
|
|
3851
|
+
version = "0.2.95"
|
|
3857
3852
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3858
|
-
checksum = "
|
|
3853
|
+
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
|
3859
3854
|
dependencies = [
|
|
3860
3855
|
"quote",
|
|
3861
3856
|
"wasm-bindgen-macro-support",
|
|
@@ -3863,28 +3858,28 @@ dependencies = [
|
|
|
3863
3858
|
|
|
3864
3859
|
[[package]]
|
|
3865
3860
|
name = "wasm-bindgen-macro-support"
|
|
3866
|
-
version = "0.2.
|
|
3861
|
+
version = "0.2.95"
|
|
3867
3862
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3868
|
-
checksum = "
|
|
3863
|
+
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
|
3869
3864
|
dependencies = [
|
|
3870
3865
|
"proc-macro2",
|
|
3871
3866
|
"quote",
|
|
3872
|
-
"syn 2.0.
|
|
3867
|
+
"syn 2.0.85",
|
|
3873
3868
|
"wasm-bindgen-backend",
|
|
3874
3869
|
"wasm-bindgen-shared",
|
|
3875
3870
|
]
|
|
3876
3871
|
|
|
3877
3872
|
[[package]]
|
|
3878
3873
|
name = "wasm-bindgen-shared"
|
|
3879
|
-
version = "0.2.
|
|
3874
|
+
version = "0.2.95"
|
|
3880
3875
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3881
|
-
checksum = "
|
|
3876
|
+
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
|
3882
3877
|
|
|
3883
3878
|
[[package]]
|
|
3884
3879
|
name = "web-sys"
|
|
3885
|
-
version = "0.3.
|
|
3880
|
+
version = "0.3.72"
|
|
3886
3881
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3887
|
-
checksum = "
|
|
3882
|
+
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
|
3888
3883
|
dependencies = [
|
|
3889
3884
|
"js-sys",
|
|
3890
3885
|
"wasm-bindgen",
|
|
@@ -3892,26 +3887,20 @@ dependencies = [
|
|
|
3892
3887
|
|
|
3893
3888
|
[[package]]
|
|
3894
3889
|
name = "webpki-roots"
|
|
3895
|
-
version = "0.
|
|
3896
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3897
|
-
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
|
|
3898
|
-
|
|
3899
|
-
[[package]]
|
|
3900
|
-
name = "webpki-roots"
|
|
3901
|
-
version = "0.26.3"
|
|
3890
|
+
version = "0.26.6"
|
|
3902
3891
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3903
|
-
checksum = "
|
|
3892
|
+
checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958"
|
|
3904
3893
|
dependencies = [
|
|
3905
3894
|
"rustls-pki-types",
|
|
3906
3895
|
]
|
|
3907
3896
|
|
|
3908
3897
|
[[package]]
|
|
3909
3898
|
name = "whoami"
|
|
3910
|
-
version = "1.5.
|
|
3899
|
+
version = "1.5.2"
|
|
3911
3900
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3912
|
-
checksum = "
|
|
3901
|
+
checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
|
|
3913
3902
|
dependencies = [
|
|
3914
|
-
"redox_syscall
|
|
3903
|
+
"redox_syscall",
|
|
3915
3904
|
"wasite",
|
|
3916
3905
|
]
|
|
3917
3906
|
|
|
@@ -3933,11 +3922,11 @@ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
3933
3922
|
|
|
3934
3923
|
[[package]]
|
|
3935
3924
|
name = "winapi-util"
|
|
3936
|
-
version = "0.1.
|
|
3925
|
+
version = "0.1.9"
|
|
3937
3926
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3938
|
-
checksum = "
|
|
3927
|
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
3939
3928
|
dependencies = [
|
|
3940
|
-
"windows-sys 0.
|
|
3929
|
+
"windows-sys 0.59.0",
|
|
3941
3930
|
]
|
|
3942
3931
|
|
|
3943
3932
|
[[package]]
|
|
@@ -3955,6 +3944,36 @@ dependencies = [
|
|
|
3955
3944
|
"windows-targets 0.52.6",
|
|
3956
3945
|
]
|
|
3957
3946
|
|
|
3947
|
+
[[package]]
|
|
3948
|
+
name = "windows-registry"
|
|
3949
|
+
version = "0.2.0"
|
|
3950
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3951
|
+
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
3952
|
+
dependencies = [
|
|
3953
|
+
"windows-result",
|
|
3954
|
+
"windows-strings",
|
|
3955
|
+
"windows-targets 0.52.6",
|
|
3956
|
+
]
|
|
3957
|
+
|
|
3958
|
+
[[package]]
|
|
3959
|
+
name = "windows-result"
|
|
3960
|
+
version = "0.2.0"
|
|
3961
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3962
|
+
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
3963
|
+
dependencies = [
|
|
3964
|
+
"windows-targets 0.52.6",
|
|
3965
|
+
]
|
|
3966
|
+
|
|
3967
|
+
[[package]]
|
|
3968
|
+
name = "windows-strings"
|
|
3969
|
+
version = "0.1.0"
|
|
3970
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3971
|
+
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
3972
|
+
dependencies = [
|
|
3973
|
+
"windows-result",
|
|
3974
|
+
"windows-targets 0.52.6",
|
|
3975
|
+
]
|
|
3976
|
+
|
|
3958
3977
|
[[package]]
|
|
3959
3978
|
name = "windows-sys"
|
|
3960
3979
|
version = "0.48.0"
|
|
@@ -3973,6 +3992,15 @@ dependencies = [
|
|
|
3973
3992
|
"windows-targets 0.52.6",
|
|
3974
3993
|
]
|
|
3975
3994
|
|
|
3995
|
+
[[package]]
|
|
3996
|
+
name = "windows-sys"
|
|
3997
|
+
version = "0.59.0"
|
|
3998
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3999
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
4000
|
+
dependencies = [
|
|
4001
|
+
"windows-targets 0.52.6",
|
|
4002
|
+
]
|
|
4003
|
+
|
|
3976
4004
|
[[package]]
|
|
3977
4005
|
name = "windows-targets"
|
|
3978
4006
|
version = "0.48.5"
|
|
@@ -4094,25 +4122,15 @@ version = "0.52.6"
|
|
|
4094
4122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4095
4123
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
4096
4124
|
|
|
4097
|
-
[[package]]
|
|
4098
|
-
name = "winreg"
|
|
4099
|
-
version = "0.52.0"
|
|
4100
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4101
|
-
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
|
|
4102
|
-
dependencies = [
|
|
4103
|
-
"cfg-if",
|
|
4104
|
-
"windows-sys 0.48.0",
|
|
4105
|
-
]
|
|
4106
|
-
|
|
4107
4125
|
[[package]]
|
|
4108
4126
|
name = "wiremock"
|
|
4109
|
-
version = "0.6.
|
|
4127
|
+
version = "0.6.2"
|
|
4110
4128
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4111
|
-
checksum = "
|
|
4129
|
+
checksum = "7fff469918e7ca034884c7fd8f93fe27bacb7fcb599fd879df6c7b429a29b646"
|
|
4112
4130
|
dependencies = [
|
|
4113
4131
|
"assert-json-diff",
|
|
4114
4132
|
"async-trait",
|
|
4115
|
-
"base64 0.
|
|
4133
|
+
"base64 0.22.1",
|
|
4116
4134
|
"deadpool",
|
|
4117
4135
|
"futures",
|
|
4118
4136
|
"http 1.1.0",
|
|
@@ -4143,6 +4161,7 @@ version = "0.7.35"
|
|
|
4143
4161
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4144
4162
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
4145
4163
|
dependencies = [
|
|
4164
|
+
"byteorder",
|
|
4146
4165
|
"zerocopy-derive",
|
|
4147
4166
|
]
|
|
4148
4167
|
|
|
@@ -4154,7 +4173,7 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
4154
4173
|
dependencies = [
|
|
4155
4174
|
"proc-macro2",
|
|
4156
4175
|
"quote",
|
|
4157
|
-
"syn 2.0.
|
|
4176
|
+
"syn 2.0.85",
|
|
4158
4177
|
]
|
|
4159
4178
|
|
|
4160
4179
|
[[package]]
|
|
@@ -4174,18 +4193,18 @@ dependencies = [
|
|
|
4174
4193
|
|
|
4175
4194
|
[[package]]
|
|
4176
4195
|
name = "zstd-safe"
|
|
4177
|
-
version = "7.2.
|
|
4196
|
+
version = "7.2.1"
|
|
4178
4197
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4179
|
-
checksum = "
|
|
4198
|
+
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
|
4180
4199
|
dependencies = [
|
|
4181
4200
|
"zstd-sys",
|
|
4182
4201
|
]
|
|
4183
4202
|
|
|
4184
4203
|
[[package]]
|
|
4185
4204
|
name = "zstd-sys"
|
|
4186
|
-
version = "2.0.
|
|
4205
|
+
version = "2.0.13+zstd.1.5.6"
|
|
4187
4206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4188
|
-
checksum = "
|
|
4207
|
+
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
|
4189
4208
|
dependencies = [
|
|
4190
4209
|
"cc",
|
|
4191
4210
|
"pkg-config",
|