python-auditor 0.7.1__tar.gz → 0.8.0__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.7.1 → python_auditor-0.8.0}/Cargo.lock +102 -102
- {python_auditor-0.7.1 → python_auditor-0.8.0}/Cargo.toml +1 -1
- {python_auditor-0.7.1 → python_auditor-0.8.0}/PKG-INFO +1 -1
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/Cargo.toml +2 -2
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/Cargo.toml +1 -1
- {python_auditor-0.7.1 → python_auditor-0.8.0}/.cargo/config.toml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/.readthedocs.yaml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/README.md +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/docs/Makefile +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/docs/api.rst +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/docs/changelog.rst +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/docs/conf.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/docs/examples.rst +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/docs/index.rst +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/docs/make.bat +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.env +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-0723e1854dee7d889745714fe094a64edfcf3f389eec3e77fefca2d753f1eceb.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-26a72be3c4ba0fddc30f53a71e0317e21982fde8bd24d8b5714439c1af835080.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-56c4218a1b59d8f9dc0af7191e516cb8f505a7d953ef5b2706e2427a136a918b.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-90e6c5e852ed16ef84a113c260d99efb6e193fa46b8115df94e750440e2d5517.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-a5c2d5afb25cf16a58a73c11cdde1bf5d2336cf42c6e84bf24ba27313d827a1f.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-a621b3eb5f42f24a04d216b9ce3c490182712e1276512cdfe74dcbb9e3e9e54e.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-aa313afec8c23e75ee45750e2ce8e520b96a98670d3c46572a6f942f839b99c0.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-cb3125aad5e124a24a976c2cb20a6e8859709f978c9f651740c439abe3b41adb.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-d8c6add014ac34e66ffb0178d497b9e822c569f86a89525f6ed5cc306713995a.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-dc5295938290703233cfe51c2215e6a5f6a6afe26b6ba3635210f5c157032f78.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-e4129d556ba749cb664ef6e876264efd36d82d813c2c9670dde24e4cfd042f94.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/.sqlx/query-e88b5acb79055b5c307e15481bc270e47d65b525ef6d98376455a267972be532.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/build.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/certs/rootCA-key.pem +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/certs/rootCA.pem +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/certs/server-cert.pem +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/certs/server-key.pem +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/configuration/base.yaml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/configuration/local.yaml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/configuration/priority-plugin/base.yml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/configuration/production.yaml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/configuration/slurm-epilog-collector/base.yml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/configuration/tls_config.yaml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/scripts/revert_encoding/.env +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/scripts/revert_encoding/requirements.txt +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/scripts/revert_encoding/revert_encodings.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/scripts/revert_encoding/test_script.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_empty_db.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_multiple_entries.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_single_entry.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/scripts/test_valid_names/test_slurm_decoding.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/scripts/test_valid_names/test_valid_names.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/configuration.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/constants.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/domain/component.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/domain/meta.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/domain/mod.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/domain/record.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/domain/score.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/domain/validamount.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/domain/validname.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/domain/validvalue.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/error.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/lib.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/macros.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/main.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/metrics/database.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/metrics/mod.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/routes/add.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/routes/advanced_record_filters.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/routes/get.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/routes/health_check.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/routes/mod.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/routes/record_handlers.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/routes/update.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/startup.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/src/telemetry.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/tests/api/add.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/tests/api/advanced_queries.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/tests/api/get.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/tests/api/get_one_record.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/tests/api/get_since.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/tests/api/health_check.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/tests/api/helpers.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/tests/api/main.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor/tests/api/update.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.env +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.sqlx/query-256977e5f7886c61625e92a77efb52b9ca4321cefcac0e544d64334cdbca93ba.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.sqlx/query-440620430cdcfb05e9ded5312614fae4df18e20a2a0730ec9e914ce34338df2d.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.sqlx/query-5b1885d85159029e95b3f6d8dcee5eac70e683956480d225143c1de9169e233b.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.sqlx/query-6be1ec652f57f24ba44ee6efa08a2c5985cf4375e563a1bff02dbc6fc4a1ac6d.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.sqlx/query-7022afed3a87000ca2c5a5a829f8bdfddb266e0a577c428c830b02e3736d264e.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.sqlx/query-7ab91dc1d18e4de022a7bbacc463476f8be8a8992b49fe363f70a2d58460e877.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.sqlx/query-8de0a0fada9ffea04721b67f8df443a8c496bfccef4be482bbdaa36ef7d508a5.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.sqlx/query-c8cba44011d83cdabb543adfae1637c5045144ecc61a6597f538d95a8cc756d4.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/.sqlx/query-f36fa62228e6ca304003dbd75448e95558f544fdbd602173af16c4bada2a3daf.json +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/benches/README.md +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/benches/benchmark_with_http_request.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/benches/configuration/bench.yaml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/benches/configuration.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/configuration/base.yaml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/configuration/local.yaml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/migrations/20231122115509_create_record_table.sql +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/src/configuration.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/src/constants.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/src/database.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/local_dependencies/auditor-client/src/lib.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/pyproject.toml +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_add_update.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_add_update_blocking.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_add_update_queued.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_advanced_query.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_advanced_query_blocking.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_advanced_query_queued.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_bulk_insert.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_bulk_insert_blocking.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_bulk_insert_queued.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_components.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_components_blocking.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_components_queued.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_eq.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_get_since.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_get_since_blocking.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_get_since_queued.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_get_single_record.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_get_single_record_blocking.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_get_single_record_queued.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_meta.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_meta_blocking.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/test_meta_queued.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/scripts/tls_test/test_tls.py +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/blocking_client.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/builder.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/client.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/domain/component.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/domain/meta.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/domain/mod.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/domain/record.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/domain/score.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/lib.rs +0 -0
- {python_auditor-0.7.1 → python_auditor-0.8.0}/src/queued_client.rs +0 -0
|
@@ -8,7 +8,7 @@ version = "0.5.2"
|
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
9
|
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
|
|
10
10
|
dependencies = [
|
|
11
|
-
"bitflags 2.
|
|
11
|
+
"bitflags 2.9.0",
|
|
12
12
|
"bytes",
|
|
13
13
|
"futures-core",
|
|
14
14
|
"futures-sink",
|
|
@@ -32,7 +32,7 @@ dependencies = [
|
|
|
32
32
|
"actix-utils",
|
|
33
33
|
"ahash 0.8.11",
|
|
34
34
|
"base64 0.22.1",
|
|
35
|
-
"bitflags 2.
|
|
35
|
+
"bitflags 2.9.0",
|
|
36
36
|
"brotli",
|
|
37
37
|
"bytes",
|
|
38
38
|
"bytestring",
|
|
@@ -66,7 +66,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
66
66
|
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
|
|
67
67
|
dependencies = [
|
|
68
68
|
"quote",
|
|
69
|
-
"syn 2.0.
|
|
69
|
+
"syn 2.0.99",
|
|
70
70
|
]
|
|
71
71
|
|
|
72
72
|
[[package]]
|
|
@@ -136,7 +136,7 @@ dependencies = [
|
|
|
136
136
|
"pin-project-lite",
|
|
137
137
|
"rustls-pki-types",
|
|
138
138
|
"tokio",
|
|
139
|
-
"tokio-rustls 0.26.
|
|
139
|
+
"tokio-rustls 0.26.2",
|
|
140
140
|
"tokio-util",
|
|
141
141
|
"tracing",
|
|
142
142
|
]
|
|
@@ -203,7 +203,7 @@ dependencies = [
|
|
|
203
203
|
"actix-router",
|
|
204
204
|
"proc-macro2",
|
|
205
205
|
"quote",
|
|
206
|
-
"syn 2.0.
|
|
206
|
+
"syn 2.0.99",
|
|
207
207
|
]
|
|
208
208
|
|
|
209
209
|
[[package]]
|
|
@@ -326,9 +326,9 @@ checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
|
326
326
|
|
|
327
327
|
[[package]]
|
|
328
328
|
name = "anyhow"
|
|
329
|
-
version = "1.0.
|
|
329
|
+
version = "1.0.97"
|
|
330
330
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
331
|
-
checksum = "
|
|
331
|
+
checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
|
|
332
332
|
|
|
333
333
|
[[package]]
|
|
334
334
|
name = "assert-json-diff"
|
|
@@ -342,13 +342,13 @@ dependencies = [
|
|
|
342
342
|
|
|
343
343
|
[[package]]
|
|
344
344
|
name = "async-trait"
|
|
345
|
-
version = "0.1.
|
|
345
|
+
version = "0.1.87"
|
|
346
346
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
347
|
-
checksum = "
|
|
347
|
+
checksum = "d556ec1359574147ec0c4fc5eb525f3f23263a592b1a9c07e0a75b427de55c97"
|
|
348
348
|
dependencies = [
|
|
349
349
|
"proc-macro2",
|
|
350
350
|
"quote",
|
|
351
|
-
"syn 2.0.
|
|
351
|
+
"syn 2.0.99",
|
|
352
352
|
]
|
|
353
353
|
|
|
354
354
|
[[package]]
|
|
@@ -368,7 +368,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
368
368
|
|
|
369
369
|
[[package]]
|
|
370
370
|
name = "auditor"
|
|
371
|
-
version = "0.
|
|
371
|
+
version = "0.8.0"
|
|
372
372
|
dependencies = [
|
|
373
373
|
"actix-tls",
|
|
374
374
|
"actix-web",
|
|
@@ -399,7 +399,7 @@ dependencies = [
|
|
|
399
399
|
"serde_qs",
|
|
400
400
|
"serde_with",
|
|
401
401
|
"sqlx",
|
|
402
|
-
"thiserror 2.0.
|
|
402
|
+
"thiserror 2.0.12",
|
|
403
403
|
"tokio",
|
|
404
404
|
"tracing",
|
|
405
405
|
"tracing-actix-web",
|
|
@@ -414,7 +414,7 @@ dependencies = [
|
|
|
414
414
|
|
|
415
415
|
[[package]]
|
|
416
416
|
name = "auditor-client"
|
|
417
|
-
version = "0.
|
|
417
|
+
version = "0.8.0"
|
|
418
418
|
dependencies = [
|
|
419
419
|
"anyhow",
|
|
420
420
|
"auditor",
|
|
@@ -435,7 +435,7 @@ dependencies = [
|
|
|
435
435
|
"serde-aux",
|
|
436
436
|
"serde_qs",
|
|
437
437
|
"sqlx",
|
|
438
|
-
"thiserror 2.0.
|
|
438
|
+
"thiserror 2.0.12",
|
|
439
439
|
"tokio",
|
|
440
440
|
"tracing",
|
|
441
441
|
"tracing-subscriber",
|
|
@@ -446,7 +446,7 @@ dependencies = [
|
|
|
446
446
|
|
|
447
447
|
[[package]]
|
|
448
448
|
name = "auditor-kubernetes-collector"
|
|
449
|
-
version = "0.
|
|
449
|
+
version = "0.8.0"
|
|
450
450
|
dependencies = [
|
|
451
451
|
"anyhow",
|
|
452
452
|
"auditor",
|
|
@@ -470,7 +470,7 @@ dependencies = [
|
|
|
470
470
|
|
|
471
471
|
[[package]]
|
|
472
472
|
name = "auditor-priority-plugin"
|
|
473
|
-
version = "0.
|
|
473
|
+
version = "0.8.0"
|
|
474
474
|
dependencies = [
|
|
475
475
|
"actix-web",
|
|
476
476
|
"actix-web-opentelemetry",
|
|
@@ -497,7 +497,7 @@ dependencies = [
|
|
|
497
497
|
|
|
498
498
|
[[package]]
|
|
499
499
|
name = "auditor-slurm-collector"
|
|
500
|
-
version = "0.
|
|
500
|
+
version = "0.8.0"
|
|
501
501
|
dependencies = [
|
|
502
502
|
"anyhow",
|
|
503
503
|
"auditor",
|
|
@@ -523,7 +523,7 @@ dependencies = [
|
|
|
523
523
|
|
|
524
524
|
[[package]]
|
|
525
525
|
name = "auditor-slurm-epilog-collector"
|
|
526
|
-
version = "0.
|
|
526
|
+
version = "0.8.0"
|
|
527
527
|
dependencies = [
|
|
528
528
|
"anyhow",
|
|
529
529
|
"auditor",
|
|
@@ -548,9 +548,9 @@ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
|
548
548
|
|
|
549
549
|
[[package]]
|
|
550
550
|
name = "aws-lc-rs"
|
|
551
|
-
version = "1.12.
|
|
551
|
+
version = "1.12.5"
|
|
552
552
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
553
|
-
checksum = "
|
|
553
|
+
checksum = "5e4e8200b9a4a5801a769d50eeabc05670fec7e959a8cb7a63a93e4e519942ae"
|
|
554
554
|
dependencies = [
|
|
555
555
|
"aws-lc-sys",
|
|
556
556
|
"paste",
|
|
@@ -606,9 +606,9 @@ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
606
606
|
|
|
607
607
|
[[package]]
|
|
608
608
|
name = "base64ct"
|
|
609
|
-
version = "1.
|
|
609
|
+
version = "1.6.0"
|
|
610
610
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
611
|
-
checksum = "
|
|
611
|
+
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
612
612
|
|
|
613
613
|
[[package]]
|
|
614
614
|
name = "bincode"
|
|
@@ -625,7 +625,7 @@ version = "0.69.5"
|
|
|
625
625
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
626
626
|
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
|
627
627
|
dependencies = [
|
|
628
|
-
"bitflags 2.
|
|
628
|
+
"bitflags 2.9.0",
|
|
629
629
|
"cexpr",
|
|
630
630
|
"clang-sys",
|
|
631
631
|
"itertools 0.12.1",
|
|
@@ -638,7 +638,7 @@ dependencies = [
|
|
|
638
638
|
"regex",
|
|
639
639
|
"rustc-hash 1.1.0",
|
|
640
640
|
"shlex",
|
|
641
|
-
"syn 2.0.
|
|
641
|
+
"syn 2.0.99",
|
|
642
642
|
"which",
|
|
643
643
|
]
|
|
644
644
|
|
|
@@ -650,9 +650,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
650
650
|
|
|
651
651
|
[[package]]
|
|
652
652
|
name = "bitflags"
|
|
653
|
-
version = "2.
|
|
653
|
+
version = "2.9.0"
|
|
654
654
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
655
|
-
checksum = "
|
|
655
|
+
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
|
656
656
|
dependencies = [
|
|
657
657
|
"serde",
|
|
658
658
|
]
|
|
@@ -722,9 +722,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
|
722
722
|
|
|
723
723
|
[[package]]
|
|
724
724
|
name = "cc"
|
|
725
|
-
version = "1.2.
|
|
725
|
+
version = "1.2.16"
|
|
726
726
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
727
|
-
checksum = "
|
|
727
|
+
checksum = "be714c154be609ec7f5dad223a33bf1482fff90472de28f7362806e6d4832b8c"
|
|
728
728
|
dependencies = [
|
|
729
729
|
"jobserver",
|
|
730
730
|
"libc",
|
|
@@ -1092,7 +1092,7 @@ dependencies = [
|
|
|
1092
1092
|
"proc-macro2",
|
|
1093
1093
|
"quote",
|
|
1094
1094
|
"strsim",
|
|
1095
|
-
"syn 2.0.
|
|
1095
|
+
"syn 2.0.99",
|
|
1096
1096
|
]
|
|
1097
1097
|
|
|
1098
1098
|
[[package]]
|
|
@@ -1103,7 +1103,7 @@ checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
|
1103
1103
|
dependencies = [
|
|
1104
1104
|
"darling_core",
|
|
1105
1105
|
"quote",
|
|
1106
|
-
"syn 2.0.
|
|
1106
|
+
"syn 2.0.99",
|
|
1107
1107
|
]
|
|
1108
1108
|
|
|
1109
1109
|
[[package]]
|
|
@@ -1155,7 +1155,7 @@ dependencies = [
|
|
|
1155
1155
|
"proc-macro2",
|
|
1156
1156
|
"quote",
|
|
1157
1157
|
"rustc_version",
|
|
1158
|
-
"syn 2.0.
|
|
1158
|
+
"syn 2.0.99",
|
|
1159
1159
|
]
|
|
1160
1160
|
|
|
1161
1161
|
[[package]]
|
|
@@ -1184,7 +1184,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
1184
1184
|
dependencies = [
|
|
1185
1185
|
"proc-macro2",
|
|
1186
1186
|
"quote",
|
|
1187
|
-
"syn 2.0.
|
|
1187
|
+
"syn 2.0.99",
|
|
1188
1188
|
]
|
|
1189
1189
|
|
|
1190
1190
|
[[package]]
|
|
@@ -1208,7 +1208,7 @@ dependencies = [
|
|
|
1208
1208
|
"darling",
|
|
1209
1209
|
"proc-macro2",
|
|
1210
1210
|
"quote",
|
|
1211
|
-
"syn 2.0.
|
|
1211
|
+
"syn 2.0.99",
|
|
1212
1212
|
]
|
|
1213
1213
|
|
|
1214
1214
|
[[package]]
|
|
@@ -1244,7 +1244,7 @@ dependencies = [
|
|
|
1244
1244
|
"heck",
|
|
1245
1245
|
"proc-macro2",
|
|
1246
1246
|
"quote",
|
|
1247
|
-
"syn 2.0.
|
|
1247
|
+
"syn 2.0.99",
|
|
1248
1248
|
]
|
|
1249
1249
|
|
|
1250
1250
|
[[package]]
|
|
@@ -1438,7 +1438,7 @@ checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
1438
1438
|
dependencies = [
|
|
1439
1439
|
"proc-macro2",
|
|
1440
1440
|
"quote",
|
|
1441
|
-
"syn 2.0.
|
|
1441
|
+
"syn 2.0.99",
|
|
1442
1442
|
]
|
|
1443
1443
|
|
|
1444
1444
|
[[package]]
|
|
@@ -1803,7 +1803,7 @@ dependencies = [
|
|
|
1803
1803
|
"rustls 0.23.23",
|
|
1804
1804
|
"rustls-pki-types",
|
|
1805
1805
|
"tokio",
|
|
1806
|
-
"tokio-rustls 0.26.
|
|
1806
|
+
"tokio-rustls 0.26.2",
|
|
1807
1807
|
"tower-service",
|
|
1808
1808
|
"webpki-roots",
|
|
1809
1809
|
]
|
|
@@ -1977,7 +1977,7 @@ checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
1977
1977
|
dependencies = [
|
|
1978
1978
|
"proc-macro2",
|
|
1979
1979
|
"quote",
|
|
1980
|
-
"syn 2.0.
|
|
1980
|
+
"syn 2.0.99",
|
|
1981
1981
|
]
|
|
1982
1982
|
|
|
1983
1983
|
[[package]]
|
|
@@ -2284,9 +2284,9 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
2284
2284
|
|
|
2285
2285
|
[[package]]
|
|
2286
2286
|
name = "litemap"
|
|
2287
|
-
version = "0.7.
|
|
2287
|
+
version = "0.7.5"
|
|
2288
2288
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2289
|
-
checksum = "
|
|
2289
|
+
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
|
2290
2290
|
|
|
2291
2291
|
[[package]]
|
|
2292
2292
|
name = "local-channel"
|
|
@@ -2724,7 +2724,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2724
2724
|
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
|
2725
2725
|
dependencies = [
|
|
2726
2726
|
"memchr",
|
|
2727
|
-
"thiserror 2.0.
|
|
2727
|
+
"thiserror 2.0.12",
|
|
2728
2728
|
"ucd-trie",
|
|
2729
2729
|
]
|
|
2730
2730
|
|
|
@@ -2748,7 +2748,7 @@ dependencies = [
|
|
|
2748
2748
|
"pest_meta",
|
|
2749
2749
|
"proc-macro2",
|
|
2750
2750
|
"quote",
|
|
2751
|
-
"syn 2.0.
|
|
2751
|
+
"syn 2.0.99",
|
|
2752
2752
|
]
|
|
2753
2753
|
|
|
2754
2754
|
[[package]]
|
|
@@ -2779,7 +2779,7 @@ checksum = "f6e859e6e5bd50440ab63c47e3ebabc90f26251f7c73c3d3e837b74a1cc3fa67"
|
|
|
2779
2779
|
dependencies = [
|
|
2780
2780
|
"proc-macro2",
|
|
2781
2781
|
"quote",
|
|
2782
|
-
"syn 2.0.
|
|
2782
|
+
"syn 2.0.99",
|
|
2783
2783
|
]
|
|
2784
2784
|
|
|
2785
2785
|
[[package]]
|
|
@@ -2817,9 +2817,9 @@ dependencies = [
|
|
|
2817
2817
|
|
|
2818
2818
|
[[package]]
|
|
2819
2819
|
name = "pkg-config"
|
|
2820
|
-
version = "0.3.
|
|
2820
|
+
version = "0.3.32"
|
|
2821
2821
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2822
|
-
checksum = "
|
|
2822
|
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
2823
2823
|
|
|
2824
2824
|
[[package]]
|
|
2825
2825
|
name = "plotters"
|
|
@@ -2877,14 +2877,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2877
2877
|
checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
|
|
2878
2878
|
dependencies = [
|
|
2879
2879
|
"proc-macro2",
|
|
2880
|
-
"syn 2.0.
|
|
2880
|
+
"syn 2.0.99",
|
|
2881
2881
|
]
|
|
2882
2882
|
|
|
2883
2883
|
[[package]]
|
|
2884
2884
|
name = "proc-macro2"
|
|
2885
|
-
version = "1.0.
|
|
2885
|
+
version = "1.0.94"
|
|
2886
2886
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2887
|
-
checksum = "
|
|
2887
|
+
checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
|
|
2888
2888
|
dependencies = [
|
|
2889
2889
|
"unicode-ident",
|
|
2890
2890
|
]
|
|
@@ -2966,7 +2966,7 @@ checksum = "b2df2884957d2476731f987673befac5d521dff10abb0a7cbe12015bc7702fe9"
|
|
|
2966
2966
|
dependencies = [
|
|
2967
2967
|
"proc-macro2",
|
|
2968
2968
|
"quote",
|
|
2969
|
-
"syn 2.0.
|
|
2969
|
+
"syn 2.0.99",
|
|
2970
2970
|
]
|
|
2971
2971
|
|
|
2972
2972
|
[[package]]
|
|
@@ -2998,7 +2998,7 @@ dependencies = [
|
|
|
2998
2998
|
"proc-macro2",
|
|
2999
2999
|
"pyo3-macros-backend",
|
|
3000
3000
|
"quote",
|
|
3001
|
-
"syn 2.0.
|
|
3001
|
+
"syn 2.0.99",
|
|
3002
3002
|
]
|
|
3003
3003
|
|
|
3004
3004
|
[[package]]
|
|
@@ -3011,12 +3011,12 @@ dependencies = [
|
|
|
3011
3011
|
"proc-macro2",
|
|
3012
3012
|
"pyo3-build-config",
|
|
3013
3013
|
"quote",
|
|
3014
|
-
"syn 2.0.
|
|
3014
|
+
"syn 2.0.99",
|
|
3015
3015
|
]
|
|
3016
3016
|
|
|
3017
3017
|
[[package]]
|
|
3018
3018
|
name = "python-auditor"
|
|
3019
|
-
version = "0.
|
|
3019
|
+
version = "0.8.0"
|
|
3020
3020
|
dependencies = [
|
|
3021
3021
|
"anyhow",
|
|
3022
3022
|
"auditor",
|
|
@@ -3064,7 +3064,7 @@ dependencies = [
|
|
|
3064
3064
|
"rustc-hash 2.1.1",
|
|
3065
3065
|
"rustls 0.23.23",
|
|
3066
3066
|
"socket2",
|
|
3067
|
-
"thiserror 2.0.
|
|
3067
|
+
"thiserror 2.0.12",
|
|
3068
3068
|
"tokio",
|
|
3069
3069
|
"tracing",
|
|
3070
3070
|
]
|
|
@@ -3083,7 +3083,7 @@ dependencies = [
|
|
|
3083
3083
|
"rustls 0.23.23",
|
|
3084
3084
|
"rustls-pki-types",
|
|
3085
3085
|
"slab",
|
|
3086
|
-
"thiserror 2.0.
|
|
3086
|
+
"thiserror 2.0.12",
|
|
3087
3087
|
"tinyvec",
|
|
3088
3088
|
"tracing",
|
|
3089
3089
|
"web-time",
|
|
@@ -3105,9 +3105,9 @@ dependencies = [
|
|
|
3105
3105
|
|
|
3106
3106
|
[[package]]
|
|
3107
3107
|
name = "quote"
|
|
3108
|
-
version = "1.0.
|
|
3108
|
+
version = "1.0.39"
|
|
3109
3109
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3110
|
-
checksum = "
|
|
3110
|
+
checksum = "c1f1914ce909e1658d9907913b4b91947430c7d9be598b15a1912935b8c04801"
|
|
3111
3111
|
dependencies = [
|
|
3112
3112
|
"proc-macro2",
|
|
3113
3113
|
]
|
|
@@ -3178,7 +3178,7 @@ version = "0.5.9"
|
|
|
3178
3178
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3179
3179
|
checksum = "82b568323e98e49e2a0899dcee453dd679fae22d69adf9b11dd508d1549b7e2f"
|
|
3180
3180
|
dependencies = [
|
|
3181
|
-
"bitflags 2.
|
|
3181
|
+
"bitflags 2.9.0",
|
|
3182
3182
|
]
|
|
3183
3183
|
|
|
3184
3184
|
[[package]]
|
|
@@ -3264,7 +3264,7 @@ dependencies = [
|
|
|
3264
3264
|
"serde_urlencoded",
|
|
3265
3265
|
"sync_wrapper",
|
|
3266
3266
|
"tokio",
|
|
3267
|
-
"tokio-rustls 0.26.
|
|
3267
|
+
"tokio-rustls 0.26.2",
|
|
3268
3268
|
"tower 0.5.2",
|
|
3269
3269
|
"tower-service",
|
|
3270
3270
|
"url",
|
|
@@ -3363,7 +3363,7 @@ version = "0.38.44"
|
|
|
3363
3363
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3364
3364
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
|
3365
3365
|
dependencies = [
|
|
3366
|
-
"bitflags 2.
|
|
3366
|
+
"bitflags 2.9.0",
|
|
3367
3367
|
"errno",
|
|
3368
3368
|
"libc",
|
|
3369
3369
|
"linux-raw-sys",
|
|
@@ -3521,7 +3521,7 @@ version = "2.11.1"
|
|
|
3521
3521
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3522
3522
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
3523
3523
|
dependencies = [
|
|
3524
|
-
"bitflags 2.
|
|
3524
|
+
"bitflags 2.9.0",
|
|
3525
3525
|
"core-foundation",
|
|
3526
3526
|
"core-foundation-sys",
|
|
3527
3527
|
"libc",
|
|
@@ -3583,14 +3583,14 @@ checksum = "f09503e191f4e797cb8aac08e9a4a4695c5edf6a2e70e376d961ddd5c969f82b"
|
|
|
3583
3583
|
dependencies = [
|
|
3584
3584
|
"proc-macro2",
|
|
3585
3585
|
"quote",
|
|
3586
|
-
"syn 2.0.
|
|
3586
|
+
"syn 2.0.99",
|
|
3587
3587
|
]
|
|
3588
3588
|
|
|
3589
3589
|
[[package]]
|
|
3590
3590
|
name = "serde_json"
|
|
3591
|
-
version = "1.0.
|
|
3591
|
+
version = "1.0.140"
|
|
3592
3592
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3593
|
-
checksum = "
|
|
3593
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
|
3594
3594
|
dependencies = [
|
|
3595
3595
|
"itoa",
|
|
3596
3596
|
"memchr",
|
|
@@ -3650,7 +3650,7 @@ dependencies = [
|
|
|
3650
3650
|
"darling",
|
|
3651
3651
|
"proc-macro2",
|
|
3652
3652
|
"quote",
|
|
3653
|
-
"syn 2.0.
|
|
3653
|
+
"syn 2.0.99",
|
|
3654
3654
|
]
|
|
3655
3655
|
|
|
3656
3656
|
[[package]]
|
|
@@ -3817,7 +3817,7 @@ dependencies = [
|
|
|
3817
3817
|
"serde_json",
|
|
3818
3818
|
"sha2",
|
|
3819
3819
|
"smallvec",
|
|
3820
|
-
"thiserror 2.0.
|
|
3820
|
+
"thiserror 2.0.12",
|
|
3821
3821
|
"tokio",
|
|
3822
3822
|
"tokio-stream",
|
|
3823
3823
|
"tracing",
|
|
@@ -3836,7 +3836,7 @@ dependencies = [
|
|
|
3836
3836
|
"quote",
|
|
3837
3837
|
"sqlx-core",
|
|
3838
3838
|
"sqlx-macros-core",
|
|
3839
|
-
"syn 2.0.
|
|
3839
|
+
"syn 2.0.99",
|
|
3840
3840
|
]
|
|
3841
3841
|
|
|
3842
3842
|
[[package]]
|
|
@@ -3859,7 +3859,7 @@ dependencies = [
|
|
|
3859
3859
|
"sqlx-mysql",
|
|
3860
3860
|
"sqlx-postgres",
|
|
3861
3861
|
"sqlx-sqlite",
|
|
3862
|
-
"syn 2.0.
|
|
3862
|
+
"syn 2.0.99",
|
|
3863
3863
|
"tempfile",
|
|
3864
3864
|
"tokio",
|
|
3865
3865
|
"url",
|
|
@@ -3873,7 +3873,7 @@ checksum = "4560278f0e00ce64938540546f59f590d60beee33fffbd3b9cd47851e5fff233"
|
|
|
3873
3873
|
dependencies = [
|
|
3874
3874
|
"atoi",
|
|
3875
3875
|
"base64 0.22.1",
|
|
3876
|
-
"bitflags 2.
|
|
3876
|
+
"bitflags 2.9.0",
|
|
3877
3877
|
"byteorder",
|
|
3878
3878
|
"bytes",
|
|
3879
3879
|
"chrono",
|
|
@@ -3903,7 +3903,7 @@ dependencies = [
|
|
|
3903
3903
|
"smallvec",
|
|
3904
3904
|
"sqlx-core",
|
|
3905
3905
|
"stringprep",
|
|
3906
|
-
"thiserror 2.0.
|
|
3906
|
+
"thiserror 2.0.12",
|
|
3907
3907
|
"tracing",
|
|
3908
3908
|
"uuid",
|
|
3909
3909
|
"whoami",
|
|
@@ -3917,7 +3917,7 @@ checksum = "c5b98a57f363ed6764d5b3a12bfedf62f07aa16e1856a7ddc2a0bb190a959613"
|
|
|
3917
3917
|
dependencies = [
|
|
3918
3918
|
"atoi",
|
|
3919
3919
|
"base64 0.22.1",
|
|
3920
|
-
"bitflags 2.
|
|
3920
|
+
"bitflags 2.9.0",
|
|
3921
3921
|
"byteorder",
|
|
3922
3922
|
"chrono",
|
|
3923
3923
|
"crc",
|
|
@@ -3942,7 +3942,7 @@ dependencies = [
|
|
|
3942
3942
|
"smallvec",
|
|
3943
3943
|
"sqlx-core",
|
|
3944
3944
|
"stringprep",
|
|
3945
|
-
"thiserror 2.0.
|
|
3945
|
+
"thiserror 2.0.12",
|
|
3946
3946
|
"tracing",
|
|
3947
3947
|
"uuid",
|
|
3948
3948
|
"whoami",
|
|
@@ -4015,9 +4015,9 @@ dependencies = [
|
|
|
4015
4015
|
|
|
4016
4016
|
[[package]]
|
|
4017
4017
|
name = "syn"
|
|
4018
|
-
version = "2.0.
|
|
4018
|
+
version = "2.0.99"
|
|
4019
4019
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4020
|
-
checksum = "
|
|
4020
|
+
checksum = "e02e925281e18ffd9d640e234264753c43edc62d64b2d4cf898f1bc5e75f3fc2"
|
|
4021
4021
|
dependencies = [
|
|
4022
4022
|
"proc-macro2",
|
|
4023
4023
|
"quote",
|
|
@@ -4041,7 +4041,7 @@ checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
4041
4041
|
dependencies = [
|
|
4042
4042
|
"proc-macro2",
|
|
4043
4043
|
"quote",
|
|
4044
|
-
"syn 2.0.
|
|
4044
|
+
"syn 2.0.99",
|
|
4045
4045
|
]
|
|
4046
4046
|
|
|
4047
4047
|
[[package]]
|
|
@@ -4075,11 +4075,11 @@ dependencies = [
|
|
|
4075
4075
|
|
|
4076
4076
|
[[package]]
|
|
4077
4077
|
name = "thiserror"
|
|
4078
|
-
version = "2.0.
|
|
4078
|
+
version = "2.0.12"
|
|
4079
4079
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4080
|
-
checksum = "
|
|
4080
|
+
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
|
4081
4081
|
dependencies = [
|
|
4082
|
-
"thiserror-impl 2.0.
|
|
4082
|
+
"thiserror-impl 2.0.12",
|
|
4083
4083
|
]
|
|
4084
4084
|
|
|
4085
4085
|
[[package]]
|
|
@@ -4090,18 +4090,18 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
4090
4090
|
dependencies = [
|
|
4091
4091
|
"proc-macro2",
|
|
4092
4092
|
"quote",
|
|
4093
|
-
"syn 2.0.
|
|
4093
|
+
"syn 2.0.99",
|
|
4094
4094
|
]
|
|
4095
4095
|
|
|
4096
4096
|
[[package]]
|
|
4097
4097
|
name = "thiserror-impl"
|
|
4098
|
-
version = "2.0.
|
|
4098
|
+
version = "2.0.12"
|
|
4099
4099
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4100
|
-
checksum = "
|
|
4100
|
+
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
|
4101
4101
|
dependencies = [
|
|
4102
4102
|
"proc-macro2",
|
|
4103
4103
|
"quote",
|
|
4104
|
-
"syn 2.0.
|
|
4104
|
+
"syn 2.0.99",
|
|
4105
4105
|
]
|
|
4106
4106
|
|
|
4107
4107
|
[[package]]
|
|
@@ -4167,9 +4167,9 @@ dependencies = [
|
|
|
4167
4167
|
|
|
4168
4168
|
[[package]]
|
|
4169
4169
|
name = "tinyvec"
|
|
4170
|
-
version = "1.
|
|
4170
|
+
version = "1.9.0"
|
|
4171
4171
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4172
|
-
checksum = "
|
|
4172
|
+
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
|
4173
4173
|
dependencies = [
|
|
4174
4174
|
"tinyvec_macros",
|
|
4175
4175
|
]
|
|
@@ -4216,7 +4216,7 @@ checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
|
|
4216
4216
|
dependencies = [
|
|
4217
4217
|
"proc-macro2",
|
|
4218
4218
|
"quote",
|
|
4219
|
-
"syn 2.0.
|
|
4219
|
+
"syn 2.0.99",
|
|
4220
4220
|
]
|
|
4221
4221
|
|
|
4222
4222
|
[[package]]
|
|
@@ -4231,9 +4231,9 @@ dependencies = [
|
|
|
4231
4231
|
|
|
4232
4232
|
[[package]]
|
|
4233
4233
|
name = "tokio-rustls"
|
|
4234
|
-
version = "0.26.
|
|
4234
|
+
version = "0.26.2"
|
|
4235
4235
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4236
|
-
checksum = "
|
|
4236
|
+
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
|
4237
4237
|
dependencies = [
|
|
4238
4238
|
"rustls 0.23.23",
|
|
4239
4239
|
"tokio",
|
|
@@ -4311,7 +4311,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
4311
4311
|
checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
|
|
4312
4312
|
dependencies = [
|
|
4313
4313
|
"base64 0.21.7",
|
|
4314
|
-
"bitflags 2.
|
|
4314
|
+
"bitflags 2.9.0",
|
|
4315
4315
|
"bytes",
|
|
4316
4316
|
"futures-core",
|
|
4317
4317
|
"futures-util",
|
|
@@ -4370,7 +4370,7 @@ checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
|
4370
4370
|
dependencies = [
|
|
4371
4371
|
"proc-macro2",
|
|
4372
4372
|
"quote",
|
|
4373
|
-
"syn 2.0.
|
|
4373
|
+
"syn 2.0.99",
|
|
4374
4374
|
]
|
|
4375
4375
|
|
|
4376
4376
|
[[package]]
|
|
@@ -4552,9 +4552,9 @@ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
4552
4552
|
|
|
4553
4553
|
[[package]]
|
|
4554
4554
|
name = "uuid"
|
|
4555
|
-
version = "1.15.
|
|
4555
|
+
version = "1.15.1"
|
|
4556
4556
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4557
|
-
checksum = "
|
|
4557
|
+
checksum = "e0f540e3240398cce6128b64ba83fdbdd86129c16a3aa1a3a252efd66eb3d587"
|
|
4558
4558
|
dependencies = [
|
|
4559
4559
|
"getrandom 0.3.1",
|
|
4560
4560
|
]
|
|
@@ -4639,7 +4639,7 @@ dependencies = [
|
|
|
4639
4639
|
"log",
|
|
4640
4640
|
"proc-macro2",
|
|
4641
4641
|
"quote",
|
|
4642
|
-
"syn 2.0.
|
|
4642
|
+
"syn 2.0.99",
|
|
4643
4643
|
"wasm-bindgen-shared",
|
|
4644
4644
|
]
|
|
4645
4645
|
|
|
@@ -4674,7 +4674,7 @@ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
|
4674
4674
|
dependencies = [
|
|
4675
4675
|
"proc-macro2",
|
|
4676
4676
|
"quote",
|
|
4677
|
-
"syn 2.0.
|
|
4677
|
+
"syn 2.0.99",
|
|
4678
4678
|
"wasm-bindgen-backend",
|
|
4679
4679
|
"wasm-bindgen-shared",
|
|
4680
4680
|
]
|
|
@@ -4965,9 +4965,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
4965
4965
|
|
|
4966
4966
|
[[package]]
|
|
4967
4967
|
name = "wiremock"
|
|
4968
|
-
version = "0.6.
|
|
4968
|
+
version = "0.6.3"
|
|
4969
4969
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4970
|
-
checksum = "
|
|
4970
|
+
checksum = "101681b74cd87b5899e87bcf5a64e83334dd313fcd3053ea72e6dba18928e301"
|
|
4971
4971
|
dependencies = [
|
|
4972
4972
|
"assert-json-diff",
|
|
4973
4973
|
"async-trait",
|
|
@@ -4993,7 +4993,7 @@ version = "0.33.0"
|
|
|
4993
4993
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4994
4994
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
4995
4995
|
dependencies = [
|
|
4996
|
-
"bitflags 2.
|
|
4996
|
+
"bitflags 2.9.0",
|
|
4997
4997
|
]
|
|
4998
4998
|
|
|
4999
4999
|
[[package]]
|
|
@@ -5037,7 +5037,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
5037
5037
|
dependencies = [
|
|
5038
5038
|
"proc-macro2",
|
|
5039
5039
|
"quote",
|
|
5040
|
-
"syn 2.0.
|
|
5040
|
+
"syn 2.0.99",
|
|
5041
5041
|
"synstructure",
|
|
5042
5042
|
]
|
|
5043
5043
|
|
|
@@ -5059,27 +5059,27 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
5059
5059
|
dependencies = [
|
|
5060
5060
|
"proc-macro2",
|
|
5061
5061
|
"quote",
|
|
5062
|
-
"syn 2.0.
|
|
5062
|
+
"syn 2.0.99",
|
|
5063
5063
|
]
|
|
5064
5064
|
|
|
5065
5065
|
[[package]]
|
|
5066
5066
|
name = "zerofrom"
|
|
5067
|
-
version = "0.1.
|
|
5067
|
+
version = "0.1.6"
|
|
5068
5068
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5069
|
-
checksum = "
|
|
5069
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
5070
5070
|
dependencies = [
|
|
5071
5071
|
"zerofrom-derive",
|
|
5072
5072
|
]
|
|
5073
5073
|
|
|
5074
5074
|
[[package]]
|
|
5075
5075
|
name = "zerofrom-derive"
|
|
5076
|
-
version = "0.1.
|
|
5076
|
+
version = "0.1.6"
|
|
5077
5077
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
5078
|
-
checksum = "
|
|
5078
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
5079
5079
|
dependencies = [
|
|
5080
5080
|
"proc-macro2",
|
|
5081
5081
|
"quote",
|
|
5082
|
-
"syn 2.0.
|
|
5082
|
+
"syn 2.0.99",
|
|
5083
5083
|
"synstructure",
|
|
5084
5084
|
]
|
|
5085
5085
|
|
|
@@ -5108,7 +5108,7 @@ checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
5108
5108
|
dependencies = [
|
|
5109
5109
|
"proc-macro2",
|
|
5110
5110
|
"quote",
|
|
5111
|
-
"syn 2.0.
|
|
5111
|
+
"syn 2.0.99",
|
|
5112
5112
|
]
|
|
5113
5113
|
|
|
5114
5114
|
[[package]]
|