python-auditor 0.9.3__tar.gz → 0.9.4__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.
Files changed (138) hide show
  1. {python_auditor-0.9.3 → python_auditor-0.9.4}/Cargo.lock +46 -85
  2. {python_auditor-0.9.3 → python_auditor-0.9.4}/Cargo.toml +1 -1
  3. {python_auditor-0.9.3 → python_auditor-0.9.4}/PKG-INFO +1 -1
  4. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/Cargo.toml +2 -2
  5. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/Cargo.toml +2 -2
  6. {python_auditor-0.9.3 → python_auditor-0.9.4}/.cargo/config.toml +0 -0
  7. {python_auditor-0.9.3 → python_auditor-0.9.4}/.readthedocs.yaml +0 -0
  8. {python_auditor-0.9.3 → python_auditor-0.9.4}/README.md +0 -0
  9. {python_auditor-0.9.3 → python_auditor-0.9.4}/docs/Makefile +0 -0
  10. {python_auditor-0.9.3 → python_auditor-0.9.4}/docs/api.rst +0 -0
  11. {python_auditor-0.9.3 → python_auditor-0.9.4}/docs/changelog.rst +0 -0
  12. {python_auditor-0.9.3 → python_auditor-0.9.4}/docs/conf.py +0 -0
  13. {python_auditor-0.9.3 → python_auditor-0.9.4}/docs/examples.rst +0 -0
  14. {python_auditor-0.9.3 → python_auditor-0.9.4}/docs/index.rst +0 -0
  15. {python_auditor-0.9.3 → python_auditor-0.9.4}/docs/make.bat +0 -0
  16. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.env +0 -0
  17. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-0723e1854dee7d889745714fe094a64edfcf3f389eec3e77fefca2d753f1eceb.json +0 -0
  18. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-26a72be3c4ba0fddc30f53a71e0317e21982fde8bd24d8b5714439c1af835080.json +0 -0
  19. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-56c4218a1b59d8f9dc0af7191e516cb8f505a7d953ef5b2706e2427a136a918b.json +0 -0
  20. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-90e6c5e852ed16ef84a113c260d99efb6e193fa46b8115df94e750440e2d5517.json +0 -0
  21. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-a5c2d5afb25cf16a58a73c11cdde1bf5d2336cf42c6e84bf24ba27313d827a1f.json +0 -0
  22. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-a621b3eb5f42f24a04d216b9ce3c490182712e1276512cdfe74dcbb9e3e9e54e.json +0 -0
  23. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-aa313afec8c23e75ee45750e2ce8e520b96a98670d3c46572a6f942f839b99c0.json +0 -0
  24. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-cb3125aad5e124a24a976c2cb20a6e8859709f978c9f651740c439abe3b41adb.json +0 -0
  25. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-d8c6add014ac34e66ffb0178d497b9e822c569f86a89525f6ed5cc306713995a.json +0 -0
  26. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-dc5295938290703233cfe51c2215e6a5f6a6afe26b6ba3635210f5c157032f78.json +0 -0
  27. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-e4129d556ba749cb664ef6e876264efd36d82d813c2c9670dde24e4cfd042f94.json +0 -0
  28. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/.sqlx/query-e88b5acb79055b5c307e15481bc270e47d65b525ef6d98376455a267972be532.json +0 -0
  29. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/build.rs +0 -0
  30. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/certs/rootCA-key.pem +0 -0
  31. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/certs/rootCA.pem +0 -0
  32. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/certs/server-cert.pem +0 -0
  33. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/certs/server-key.pem +0 -0
  34. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/base.yaml +0 -0
  35. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/dualstack.yaml +0 -0
  36. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/local.yaml +0 -0
  37. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/priority-plugin/base.yml +0 -0
  38. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/production.yaml +0 -0
  39. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/slurm-epilog-collector/base.yml +0 -0
  40. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/configuration/tls_config.yaml +0 -0
  41. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/revert_encoding/.env +0 -0
  42. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/revert_encoding/requirements.txt +0 -0
  43. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/revert_encoding/revert_encodings.py +0 -0
  44. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/revert_encoding/test_script.py +0 -0
  45. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_empty_db.py +0 -0
  46. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_multiple_entries.py +0 -0
  47. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_prometheus_exporter/test_single_entry.py +0 -0
  48. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_valid_names/test_slurm_decoding.py +0 -0
  49. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/scripts/test_valid_names/test_valid_names.py +0 -0
  50. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/configuration.rs +0 -0
  51. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/constants.rs +0 -0
  52. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/component.rs +0 -0
  53. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/meta.rs +0 -0
  54. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/mod.rs +0 -0
  55. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/record.rs +0 -0
  56. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/score.rs +0 -0
  57. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/validamount.rs +0 -0
  58. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/validname.rs +0 -0
  59. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/domain/validvalue.rs +0 -0
  60. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/error.rs +0 -0
  61. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/lib.rs +0 -0
  62. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/macros.rs +0 -0
  63. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/main.rs +0 -0
  64. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/metrics/database.rs +0 -0
  65. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/metrics/mod.rs +0 -0
  66. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/add.rs +0 -0
  67. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/advanced_record_filters.rs +0 -0
  68. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/get.rs +0 -0
  69. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/health_check.rs +0 -0
  70. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/mod.rs +0 -0
  71. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/record_handlers.rs +0 -0
  72. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/routes/update.rs +0 -0
  73. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/startup.rs +0 -0
  74. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/src/telemetry.rs +0 -0
  75. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/add.rs +0 -0
  76. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/advanced_queries.rs +0 -0
  77. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/get.rs +0 -0
  78. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/get_one_record.rs +0 -0
  79. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/get_since.rs +0 -0
  80. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/health_check.rs +0 -0
  81. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/helpers.rs +0 -0
  82. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/main.rs +0 -0
  83. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor/tests/api/update.rs +0 -0
  84. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.env +0 -0
  85. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-256977e5f7886c61625e92a77efb52b9ca4321cefcac0e544d64334cdbca93ba.json +0 -0
  86. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-440620430cdcfb05e9ded5312614fae4df18e20a2a0730ec9e914ce34338df2d.json +0 -0
  87. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-5b1885d85159029e95b3f6d8dcee5eac70e683956480d225143c1de9169e233b.json +0 -0
  88. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-6be1ec652f57f24ba44ee6efa08a2c5985cf4375e563a1bff02dbc6fc4a1ac6d.json +0 -0
  89. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-7022afed3a87000ca2c5a5a829f8bdfddb266e0a577c428c830b02e3736d264e.json +0 -0
  90. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-7ab91dc1d18e4de022a7bbacc463476f8be8a8992b49fe363f70a2d58460e877.json +0 -0
  91. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-8de0a0fada9ffea04721b67f8df443a8c496bfccef4be482bbdaa36ef7d508a5.json +0 -0
  92. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-c8cba44011d83cdabb543adfae1637c5045144ecc61a6597f538d95a8cc756d4.json +0 -0
  93. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/.sqlx/query-f36fa62228e6ca304003dbd75448e95558f544fdbd602173af16c4bada2a3daf.json +0 -0
  94. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/benches/README.md +0 -0
  95. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/benches/benchmark_with_http_request.rs +0 -0
  96. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/benches/configuration/bench.yaml +0 -0
  97. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/benches/configuration.rs +0 -0
  98. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/configuration/base.yaml +0 -0
  99. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/configuration/local.yaml +0 -0
  100. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/migrations/20231122115509_create_record_table.sql +0 -0
  101. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/src/configuration.rs +0 -0
  102. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/src/constants.rs +0 -0
  103. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/src/database.rs +0 -0
  104. {python_auditor-0.9.3 → python_auditor-0.9.4}/local_dependencies/auditor-client/src/lib.rs +0 -0
  105. {python_auditor-0.9.3 → python_auditor-0.9.4}/pyproject.toml +0 -0
  106. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_add_update.py +0 -0
  107. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_add_update_blocking.py +0 -0
  108. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_add_update_queued.py +0 -0
  109. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_advanced_query.py +0 -0
  110. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_advanced_query_blocking.py +0 -0
  111. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_advanced_query_queued.py +0 -0
  112. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_bulk_insert.py +0 -0
  113. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_bulk_insert_blocking.py +0 -0
  114. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_bulk_insert_queued.py +0 -0
  115. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_components.py +0 -0
  116. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_components_blocking.py +0 -0
  117. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_components_queued.py +0 -0
  118. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_eq.py +0 -0
  119. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_get_since.py +0 -0
  120. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_get_since_blocking.py +0 -0
  121. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_get_since_queued.py +0 -0
  122. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_get_single_record.py +0 -0
  123. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_get_single_record_blocking.py +0 -0
  124. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_get_single_record_queued.py +0 -0
  125. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_meta.py +0 -0
  126. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_meta_blocking.py +0 -0
  127. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/test_meta_queued.py +0 -0
  128. {python_auditor-0.9.3 → python_auditor-0.9.4}/scripts/tls_test/test_tls.py +0 -0
  129. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/blocking_client.rs +0 -0
  130. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/builder.rs +0 -0
  131. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/client.rs +0 -0
  132. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/domain/component.rs +0 -0
  133. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/domain/meta.rs +0 -0
  134. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/domain/mod.rs +0 -0
  135. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/domain/record.rs +0 -0
  136. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/domain/score.rs +0 -0
  137. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/lib.rs +0 -0
  138. {python_auditor-0.9.3 → python_auditor-0.9.4}/src/queued_client.rs +0 -0
@@ -379,7 +379,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
379
379
 
380
380
  [[package]]
381
381
  name = "auditor"
382
- version = "0.9.3"
382
+ version = "0.9.4"
383
383
  dependencies = [
384
384
  "actix-tls",
385
385
  "actix-web",
@@ -429,7 +429,7 @@ dependencies = [
429
429
 
430
430
  [[package]]
431
431
  name = "auditor-client"
432
- version = "0.9.3"
432
+ version = "0.9.4"
433
433
  dependencies = [
434
434
  "anyhow",
435
435
  "auditor",
@@ -464,7 +464,7 @@ dependencies = [
464
464
 
465
465
  [[package]]
466
466
  name = "auditor-kubernetes-collector"
467
- version = "0.9.3"
467
+ version = "0.9.4"
468
468
  dependencies = [
469
469
  "anyhow",
470
470
  "auditor",
@@ -488,7 +488,7 @@ dependencies = [
488
488
 
489
489
  [[package]]
490
490
  name = "auditor-priority-plugin"
491
- version = "0.9.3"
491
+ version = "0.9.4"
492
492
  dependencies = [
493
493
  "actix-web",
494
494
  "actix-web-opentelemetry",
@@ -515,7 +515,7 @@ dependencies = [
515
515
 
516
516
  [[package]]
517
517
  name = "auditor-slurm-collector"
518
- version = "0.9.3"
518
+ version = "0.9.4"
519
519
  dependencies = [
520
520
  "anyhow",
521
521
  "auditor",
@@ -541,7 +541,7 @@ dependencies = [
541
541
 
542
542
  [[package]]
543
543
  name = "auditor-slurm-epilog-collector"
544
- version = "0.9.3"
544
+ version = "0.9.4"
545
545
  dependencies = [
546
546
  "anyhow",
547
547
  "auditor",
@@ -654,9 +654,9 @@ dependencies = [
654
654
 
655
655
  [[package]]
656
656
  name = "bitflags"
657
- version = "2.9.0"
657
+ version = "2.9.1"
658
658
  source = "registry+https://github.com/rust-lang/crates.io-index"
659
- checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
659
+ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
660
660
  dependencies = [
661
661
  "serde",
662
662
  ]
@@ -732,9 +732,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
732
732
 
733
733
  [[package]]
734
734
  name = "cc"
735
- version = "1.2.22"
735
+ version = "1.2.23"
736
736
  source = "registry+https://github.com/rust-lang/crates.io-index"
737
- checksum = "32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1"
737
+ checksum = "5f4ac86a9e5bc1e2b3449ab9d7d3a6a405e3d1bb28d7b9be8614f55846ae3766"
738
738
  dependencies = [
739
739
  "jobserver",
740
740
  "libc",
@@ -1309,9 +1309,9 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1309
1309
 
1310
1310
  [[package]]
1311
1311
  name = "errno"
1312
- version = "0.3.11"
1312
+ version = "0.3.12"
1313
1313
  source = "registry+https://github.com/rust-lang/crates.io-index"
1314
- checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
1314
+ checksum = "cea14ef9355e3beab063703aa9dab15afd25f0667c341310c1e5274bb1d0da18"
1315
1315
  dependencies = [
1316
1316
  "libc",
1317
1317
  "windows-sys 0.59.0",
@@ -1361,12 +1361,6 @@ dependencies = [
1361
1361
  "rand 0.8.5",
1362
1362
  ]
1363
1363
 
1364
- [[package]]
1365
- name = "fastrand"
1366
- version = "2.3.0"
1367
- source = "registry+https://github.com/rust-lang/crates.io-index"
1368
- checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1369
-
1370
1364
  [[package]]
1371
1365
  name = "flate2"
1372
1366
  version = "1.1.1"
@@ -1871,9 +1865,9 @@ dependencies = [
1871
1865
 
1872
1866
  [[package]]
1873
1867
  name = "hyper-util"
1874
- version = "0.1.11"
1868
+ version = "0.1.12"
1875
1869
  source = "registry+https://github.com/rust-lang/crates.io-index"
1876
- checksum = "497bbc33a26fdd4af9ed9c70d63f61cf56a938375fbb32df34db9b1cd6d643f2"
1870
+ checksum = "cf9f1e950e0d9d1d3c47184416723cf29c0d1f93bd8cccf37e4beb6b44f31710"
1877
1871
  dependencies = [
1878
1872
  "bytes",
1879
1873
  "futures-channel",
@@ -1962,9 +1956,9 @@ checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1962
1956
 
1963
1957
  [[package]]
1964
1958
  name = "icu_properties"
1965
- version = "2.0.0"
1959
+ version = "2.0.1"
1966
1960
  source = "registry+https://github.com/rust-lang/crates.io-index"
1967
- checksum = "2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a"
1961
+ checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1968
1962
  dependencies = [
1969
1963
  "displaydoc",
1970
1964
  "icu_collections",
@@ -1978,9 +1972,9 @@ dependencies = [
1978
1972
 
1979
1973
  [[package]]
1980
1974
  name = "icu_properties_data"
1981
- version = "2.0.0"
1975
+ version = "2.0.1"
1982
1976
  source = "registry+https://github.com/rust-lang/crates.io-index"
1983
- checksum = "8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04"
1977
+ checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1984
1978
 
1985
1979
  [[package]]
1986
1980
  name = "icu_provider"
@@ -2296,12 +2290,6 @@ version = "0.4.15"
2296
2290
  source = "registry+https://github.com/rust-lang/crates.io-index"
2297
2291
  checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2298
2292
 
2299
- [[package]]
2300
- name = "linux-raw-sys"
2301
- version = "0.9.4"
2302
- source = "registry+https://github.com/rust-lang/crates.io-index"
2303
- checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2304
-
2305
2293
  [[package]]
2306
2294
  name = "litemap"
2307
2295
  version = "0.8.0"
@@ -2664,9 +2652,9 @@ checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2664
2652
 
2665
2653
  [[package]]
2666
2654
  name = "owo-colors"
2667
- version = "4.2.0"
2655
+ version = "4.2.1"
2668
2656
  source = "registry+https://github.com/rust-lang/crates.io-index"
2669
- checksum = "1036865bb9422d3300cf723f657c2851d0e9ab12567854b1f4eba3d77decf564"
2657
+ checksum = "26995317201fa17f3656c36716aed4a7c81743a9634ac4c99c0eeda495db0cec"
2670
2658
 
2671
2659
  [[package]]
2672
2660
  name = "parking"
@@ -3036,7 +3024,7 @@ dependencies = [
3036
3024
 
3037
3025
  [[package]]
3038
3026
  name = "python-auditor"
3039
- version = "0.9.3"
3027
+ version = "0.9.4"
3040
3028
  dependencies = [
3041
3029
  "anyhow",
3042
3030
  "auditor",
@@ -3436,20 +3424,7 @@ dependencies = [
3436
3424
  "bitflags",
3437
3425
  "errno",
3438
3426
  "libc",
3439
- "linux-raw-sys 0.4.15",
3440
- "windows-sys 0.59.0",
3441
- ]
3442
-
3443
- [[package]]
3444
- name = "rustix"
3445
- version = "1.0.7"
3446
- source = "registry+https://github.com/rust-lang/crates.io-index"
3447
- checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
3448
- dependencies = [
3449
- "bitflags",
3450
- "errno",
3451
- "libc",
3452
- "linux-raw-sys 0.9.4",
3427
+ "linux-raw-sys",
3453
3428
  "windows-sys 0.59.0",
3454
3429
  ]
3455
3430
 
@@ -3864,9 +3839,9 @@ dependencies = [
3864
3839
 
3865
3840
  [[package]]
3866
3841
  name = "sqlx"
3867
- version = "0.8.5"
3842
+ version = "0.8.6"
3868
3843
  source = "registry+https://github.com/rust-lang/crates.io-index"
3869
- checksum = "f3c3a85280daca669cfd3bcb68a337882a8bc57ec882f72c5d13a430613a738e"
3844
+ checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
3870
3845
  dependencies = [
3871
3846
  "sqlx-core",
3872
3847
  "sqlx-macros",
@@ -3877,9 +3852,9 @@ dependencies = [
3877
3852
 
3878
3853
  [[package]]
3879
3854
  name = "sqlx-core"
3880
- version = "0.8.5"
3855
+ version = "0.8.6"
3881
3856
  source = "registry+https://github.com/rust-lang/crates.io-index"
3882
- checksum = "f743f2a3cea30a58cd479013f75550e879009e3a02f616f18ca699335aa248c3"
3857
+ checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
3883
3858
  dependencies = [
3884
3859
  "base64 0.22.1",
3885
3860
  "bytes",
@@ -3915,9 +3890,9 @@ dependencies = [
3915
3890
 
3916
3891
  [[package]]
3917
3892
  name = "sqlx-macros"
3918
- version = "0.8.5"
3893
+ version = "0.8.6"
3919
3894
  source = "registry+https://github.com/rust-lang/crates.io-index"
3920
- checksum = "7f4200e0fde19834956d4252347c12a083bdcb237d7a1a1446bffd8768417dce"
3895
+ checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
3921
3896
  dependencies = [
3922
3897
  "proc-macro2",
3923
3898
  "quote",
@@ -3928,9 +3903,9 @@ dependencies = [
3928
3903
 
3929
3904
  [[package]]
3930
3905
  name = "sqlx-macros-core"
3931
- version = "0.8.5"
3906
+ version = "0.8.6"
3932
3907
  source = "registry+https://github.com/rust-lang/crates.io-index"
3933
- checksum = "882ceaa29cade31beca7129b6beeb05737f44f82dbe2a9806ecea5a7093d00b7"
3908
+ checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
3934
3909
  dependencies = [
3935
3910
  "dotenvy",
3936
3911
  "either",
@@ -3947,16 +3922,15 @@ dependencies = [
3947
3922
  "sqlx-postgres",
3948
3923
  "sqlx-sqlite",
3949
3924
  "syn",
3950
- "tempfile",
3951
3925
  "tokio",
3952
3926
  "url",
3953
3927
  ]
3954
3928
 
3955
3929
  [[package]]
3956
3930
  name = "sqlx-mysql"
3957
- version = "0.8.5"
3931
+ version = "0.8.6"
3958
3932
  source = "registry+https://github.com/rust-lang/crates.io-index"
3959
- checksum = "0afdd3aa7a629683c2d750c2df343025545087081ab5942593a5288855b1b7a7"
3933
+ checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
3960
3934
  dependencies = [
3961
3935
  "atoi",
3962
3936
  "base64 0.22.1",
@@ -3998,9 +3972,9 @@ dependencies = [
3998
3972
 
3999
3973
  [[package]]
4000
3974
  name = "sqlx-postgres"
4001
- version = "0.8.5"
3975
+ version = "0.8.6"
4002
3976
  source = "registry+https://github.com/rust-lang/crates.io-index"
4003
- checksum = "a0bedbe1bbb5e2615ef347a5e9d8cd7680fb63e77d9dafc0f29be15e53f1ebe6"
3977
+ checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
4004
3978
  dependencies = [
4005
3979
  "atoi",
4006
3980
  "base64 0.22.1",
@@ -4037,9 +4011,9 @@ dependencies = [
4037
4011
 
4038
4012
  [[package]]
4039
4013
  name = "sqlx-sqlite"
4040
- version = "0.8.5"
4014
+ version = "0.8.6"
4041
4015
  source = "registry+https://github.com/rust-lang/crates.io-index"
4042
- checksum = "c26083e9a520e8eb87a06b12347679b142dc2ea29e6e409f805644a7a979a5bc"
4016
+ checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
4043
4017
  dependencies = [
4044
4018
  "atoi",
4045
4019
  "chrono",
@@ -4127,19 +4101,6 @@ version = "0.13.2"
4127
4101
  source = "registry+https://github.com/rust-lang/crates.io-index"
4128
4102
  checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
4129
4103
 
4130
- [[package]]
4131
- name = "tempfile"
4132
- version = "3.20.0"
4133
- source = "registry+https://github.com/rust-lang/crates.io-index"
4134
- checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
4135
- dependencies = [
4136
- "fastrand",
4137
- "getrandom 0.3.3",
4138
- "once_cell",
4139
- "rustix 1.0.7",
4140
- "windows-sys 0.59.0",
4141
- ]
4142
-
4143
4104
  [[package]]
4144
4105
  name = "thiserror"
4145
4106
  version = "1.0.69"
@@ -4864,7 +4825,7 @@ dependencies = [
4864
4825
  "either",
4865
4826
  "home",
4866
4827
  "once_cell",
4867
- "rustix 0.38.44",
4828
+ "rustix",
4868
4829
  ]
4869
4830
 
4870
4831
  [[package]]
@@ -4910,15 +4871,15 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4910
4871
 
4911
4872
  [[package]]
4912
4873
  name = "windows-core"
4913
- version = "0.61.0"
4874
+ version = "0.61.2"
4914
4875
  source = "registry+https://github.com/rust-lang/crates.io-index"
4915
- checksum = "4763c1de310c86d75a878046489e2e5ba02c649d185f21c67d4cf8a56d098980"
4876
+ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
4916
4877
  dependencies = [
4917
4878
  "windows-implement",
4918
4879
  "windows-interface",
4919
4880
  "windows-link",
4920
4881
  "windows-result",
4921
- "windows-strings 0.4.0",
4882
+ "windows-strings 0.4.2",
4922
4883
  ]
4923
4884
 
4924
4885
  [[package]]
@@ -4962,9 +4923,9 @@ dependencies = [
4962
4923
 
4963
4924
  [[package]]
4964
4925
  name = "windows-result"
4965
- version = "0.3.2"
4926
+ version = "0.3.4"
4966
4927
  source = "registry+https://github.com/rust-lang/crates.io-index"
4967
- checksum = "c64fd11a4fd95df68efcfee5f44a294fe71b8bc6a91993e2791938abcc712252"
4928
+ checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4968
4929
  dependencies = [
4969
4930
  "windows-link",
4970
4931
  ]
@@ -4980,9 +4941,9 @@ dependencies = [
4980
4941
 
4981
4942
  [[package]]
4982
4943
  name = "windows-strings"
4983
- version = "0.4.0"
4944
+ version = "0.4.2"
4984
4945
  source = "registry+https://github.com/rust-lang/crates.io-index"
4985
- checksum = "7a2ba9642430ee452d5a7aa78d72907ebe8cfda358e8cb7918a2050581322f97"
4946
+ checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4986
4947
  dependencies = [
4987
4948
  "windows-link",
4988
4949
  ]
@@ -5249,9 +5210,9 @@ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
5249
5210
 
5250
5211
  [[package]]
5251
5212
  name = "yaml-rust2"
5252
- version = "0.10.1"
5213
+ version = "0.10.2"
5253
5214
  source = "registry+https://github.com/rust-lang/crates.io-index"
5254
- checksum = "818913695e83ece1f8d2a1c52d54484b7b46d0f9c06beeb2649b9da50d9b512d"
5215
+ checksum = "18b783b2c2789414f8bb84ca3318fc9c2d7e7be1c22907d37839a58dedb369d3"
5255
5216
  dependencies = [
5256
5217
  "arraydeque",
5257
5218
  "encoding_rs",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "python-auditor"
3
- version = "0.9.3"
3
+ version = "0.9.4"
4
4
  edition = "2024"
5
5
  authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
6
6
  license = "MIT OR Apache-2.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: python-auditor
3
- Version: 0.9.3
3
+ Version: 0.9.4
4
4
  Classifier: Programming Language :: Rust
5
5
  Classifier: Programming Language :: Python :: Implementation :: CPython
6
6
  Classifier: Development Status :: 3 - Alpha
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "auditor"
3
- version = "0.9.3"
3
+ version = "0.9.4"
4
4
  authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
5
5
  edition = "2024"
6
6
  default-run = "auditor"
@@ -61,7 +61,7 @@ serde_json = "1.0.139"
61
61
  serde-aux = "4.6.0"
62
62
  serde_qs = { version = "0.13.0", features = ["actix4"] }
63
63
  serde_with = { version = "3.12.0", features = ["chrono_0_4"] }
64
- sqlx = { version = "0.8.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "uuid", "chrono", "migrate", "runtime-tokio", "json","postgres", "json"] }
64
+ sqlx = { version = "0.8.6", default-features = false, features = ["runtime-tokio-rustls", "macros", "uuid", "chrono", "migrate", "runtime-tokio", "json","postgres", "json"] }
65
65
  thiserror = "2.0.7"
66
66
  tokio = { version = "1.44.1", features = ["macros", "rt-multi-thread", "time"] }
67
67
  tracing-actix-web = "0.7.11"
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "auditor-client"
3
- version = "0.9.3"
3
+ version = "0.9.4"
4
4
  authors = ["Stefan Kroboth <stefan.kroboth@gmail.com>"]
5
5
  edition = "2024"
6
6
  license = "MIT OR Apache-2.0"
@@ -41,7 +41,7 @@ rustls = "0.23.23"
41
41
  serde-aux = "4.6.0"
42
42
  serde_json = "1.0.139"
43
43
  serde_qs = { version = "0.13.0", features = ["actix4"] }
44
- sqlx = { version = "0.8.5", default-features = false, features = ["runtime-tokio-rustls", "macros", "uuid", "chrono", "migrate", "runtime-tokio", "json","sqlite"] }
44
+ sqlx = { version = "0.8.6", default-features = false, features = ["runtime-tokio-rustls", "macros", "uuid", "chrono", "migrate", "runtime-tokio", "json","sqlite"] }
45
45
  thiserror = "2.0.7"
46
46
  tokio = { version = "1.44.1", features = ["time"] }
47
47
  tracing = { version = "0.1.40", features = ["log"] }
File without changes