pysentry-rs 0.3.7__tar.gz → 0.3.10__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.
Potentially problematic release.
This version of pysentry-rs might be problematic. Click here for more details.
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/.github/workflows/ci.yml +1 -1
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/.github/workflows/release.yml +75 -6
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/Cargo.lock +84 -119
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/Cargo.toml +11 -11
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/PKG-INFO +9 -11
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/README.md +7 -8
- pysentry_rs-0.3.10/benchmarks/results/0.3.7.md +141 -0
- pysentry_rs-0.3.10/benchmarks/results/latest.md +141 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/pyproject.toml +1 -2
- pysentry_rs-0.3.7/benchmarks/results/latest.md +0 -141
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/.github/FUNDING.yml +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/.github/dependabot.yml +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/.github/workflows/benchmark.yml +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/.gitignore +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/.pre-commit-config.yaml +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/.pre-commit-hooks.yaml +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/LICENSE +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/.gitignore +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/.python-version +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/README.md +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/main.py +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/pyproject.toml +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/results/0.2.3.md +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/results/0.3.1.md +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/results/0.3.2.md +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/results/0.3.3.md +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/results/0.3.4.md +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/results/0.3.5.md +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/results/0.3.6.md +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/src/benchmark_runner.py +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/src/performance_monitor.py +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/src/report_generator.py +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/src/tool_wrapper.py +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/test_data/large_requirements.txt +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/test_data/small_requirements.txt +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/test_data/uv.lock +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/benchmarks/uv.lock +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/fixtures/pipfile-tests/Pipfile +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/fixtures/pipfile-tests/Pipfile.lock +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/fixtures/pipfile-vulnerable-tests/Pipfile +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/fixtures/requirements-tests/requirements-dev.txt +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/fixtures/requirements-tests/requirements.txt +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/fixtures/requirements-tests-vulnerable/requirements.txt +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/python/pysentry/__init__.py +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/cache/audit.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/cache/mod.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/cache/storage.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/cli.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/config.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/dependency/mod.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/dependency/resolvers/mod.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/dependency/resolvers/pip_tools.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/dependency/resolvers/uv.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/dependency/scanner.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/error.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/lib.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/main.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/output/mod.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/output/report.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/output/sarif.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/parsers/lock.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/parsers/mod.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/parsers/pipfile.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/parsers/pipfile_lock.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/parsers/poetry_lock.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/parsers/pylock.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/parsers/pyproject.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/parsers/requirements.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/providers/mod.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/providers/osv.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/providers/pypa.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/providers/pypi.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/python.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/types.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/vulnerability/database.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/vulnerability/matcher.rs +0 -0
- {pysentry_rs-0.3.7 → pysentry_rs-0.3.10}/src/vulnerability/mod.rs +0 -0
|
@@ -241,7 +241,7 @@ jobs:
|
|
|
241
241
|
strategy:
|
|
242
242
|
matrix:
|
|
243
243
|
os: [ubuntu-latest, macos-latest, windows-latest]
|
|
244
|
-
python-version: ["3.
|
|
244
|
+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
|
|
245
245
|
|
|
246
246
|
steps:
|
|
247
247
|
- uses: actions/checkout@v4
|
|
@@ -138,32 +138,101 @@ jobs:
|
|
|
138
138
|
name: Build Python Wheels
|
|
139
139
|
runs-on: ${{ matrix.os }}
|
|
140
140
|
strategy:
|
|
141
|
+
fail-fast: false
|
|
141
142
|
matrix:
|
|
142
|
-
|
|
143
|
+
include:
|
|
144
|
+
# x86_64 Linux
|
|
145
|
+
- os: ubuntu-latest
|
|
146
|
+
target: x86_64-unknown-linux-gnu
|
|
147
|
+
python: "3.9"
|
|
148
|
+
- os: ubuntu-latest
|
|
149
|
+
target: x86_64-unknown-linux-gnu
|
|
150
|
+
python: "3.10"
|
|
151
|
+
- os: ubuntu-latest
|
|
152
|
+
target: x86_64-unknown-linux-gnu
|
|
153
|
+
python: "3.11"
|
|
154
|
+
- os: ubuntu-latest
|
|
155
|
+
target: x86_64-unknown-linux-gnu
|
|
156
|
+
python: "3.12"
|
|
157
|
+
- os: ubuntu-latest
|
|
158
|
+
target: x86_64-unknown-linux-gnu
|
|
159
|
+
python: "3.13"
|
|
160
|
+
# macOS
|
|
161
|
+
- os: macos-latest
|
|
162
|
+
target: x86_64-apple-darwin
|
|
163
|
+
python: "3.9"
|
|
164
|
+
- os: macos-latest
|
|
165
|
+
target: x86_64-apple-darwin
|
|
166
|
+
python: "3.10"
|
|
167
|
+
- os: macos-latest
|
|
168
|
+
target: x86_64-apple-darwin
|
|
169
|
+
python: "3.11"
|
|
170
|
+
- os: macos-latest
|
|
171
|
+
target: x86_64-apple-darwin
|
|
172
|
+
python: "3.12"
|
|
173
|
+
- os: macos-latest
|
|
174
|
+
target: x86_64-apple-darwin
|
|
175
|
+
python: "3.13"
|
|
176
|
+
- os: macos-latest
|
|
177
|
+
target: aarch64-apple-darwin
|
|
178
|
+
python: "3.9"
|
|
179
|
+
- os: macos-latest
|
|
180
|
+
target: aarch64-apple-darwin
|
|
181
|
+
python: "3.10"
|
|
182
|
+
- os: macos-latest
|
|
183
|
+
target: aarch64-apple-darwin
|
|
184
|
+
python: "3.11"
|
|
185
|
+
- os: macos-latest
|
|
186
|
+
target: aarch64-apple-darwin
|
|
187
|
+
python: "3.12"
|
|
188
|
+
- os: macos-latest
|
|
189
|
+
target: aarch64-apple-darwin
|
|
190
|
+
python: "3.13"
|
|
191
|
+
# Windows
|
|
192
|
+
- os: windows-latest
|
|
193
|
+
target: x86_64-pc-windows-msvc
|
|
194
|
+
python: "3.9"
|
|
195
|
+
- os: windows-latest
|
|
196
|
+
target: x86_64-pc-windows-msvc
|
|
197
|
+
python: "3.10"
|
|
198
|
+
- os: windows-latest
|
|
199
|
+
target: x86_64-pc-windows-msvc
|
|
200
|
+
python: "3.11"
|
|
201
|
+
- os: windows-latest
|
|
202
|
+
target: x86_64-pc-windows-msvc
|
|
203
|
+
python: "3.12"
|
|
204
|
+
- os: windows-latest
|
|
205
|
+
target: x86_64-pc-windows-msvc
|
|
206
|
+
python: "3.13"
|
|
143
207
|
|
|
144
208
|
steps:
|
|
145
209
|
- uses: actions/checkout@v4
|
|
146
210
|
|
|
211
|
+
- name: Install system dependencies (Ubuntu)
|
|
212
|
+
if: startsWith(matrix.os, 'ubuntu')
|
|
213
|
+
run: sudo apt-get update && sudo apt-get install -y libssl-dev pkg-config
|
|
214
|
+
|
|
147
215
|
- name: Set up Python
|
|
148
216
|
uses: actions/setup-python@v5
|
|
149
217
|
with:
|
|
150
|
-
python-version:
|
|
218
|
+
python-version: ${{ matrix.python }}
|
|
151
219
|
|
|
152
220
|
- name: Install Rust
|
|
153
221
|
uses: dtolnay/rust-toolchain@stable
|
|
154
222
|
|
|
155
223
|
- name: Build wheels
|
|
156
|
-
uses: PyO3/maturin-action@v1.49.
|
|
224
|
+
uses: PyO3/maturin-action@v1.49.4
|
|
157
225
|
with:
|
|
158
226
|
command: build
|
|
159
|
-
args: --release --features python --out dist -i
|
|
227
|
+
args: --release --features python --out dist -i ${{ matrix.python }}
|
|
160
228
|
sccache: "true"
|
|
161
229
|
manylinux: auto
|
|
230
|
+
target: ${{ matrix.target }}
|
|
162
231
|
|
|
163
232
|
- name: Upload wheels
|
|
164
233
|
uses: actions/upload-artifact@v4
|
|
165
234
|
with:
|
|
166
|
-
name: wheels-${{ matrix.os }}
|
|
235
|
+
name: wheels-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.python }}
|
|
167
236
|
path: dist/*.whl
|
|
168
237
|
|
|
169
238
|
build-sdist:
|
|
@@ -213,7 +282,7 @@ jobs:
|
|
|
213
282
|
ls -la dist/
|
|
214
283
|
|
|
215
284
|
- name: Publish to PyPI
|
|
216
|
-
uses: pypa/gh-action-pypi-publish@v1.
|
|
285
|
+
uses: pypa/gh-action-pypi-publish@v1.13.0
|
|
217
286
|
with:
|
|
218
287
|
packages-dir: dist/
|
|
219
288
|
|
|
@@ -26,12 +26,6 @@ dependencies = [
|
|
|
26
26
|
"memchr",
|
|
27
27
|
]
|
|
28
28
|
|
|
29
|
-
[[package]]
|
|
30
|
-
name = "android-tzdata"
|
|
31
|
-
version = "0.1.1"
|
|
32
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
33
|
-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
34
|
-
|
|
35
29
|
[[package]]
|
|
36
30
|
name = "android_system_properties"
|
|
37
31
|
version = "0.1.5"
|
|
@@ -93,9 +87,9 @@ dependencies = [
|
|
|
93
87
|
|
|
94
88
|
[[package]]
|
|
95
89
|
name = "anyhow"
|
|
96
|
-
version = "1.0.
|
|
90
|
+
version = "1.0.100"
|
|
97
91
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
98
|
-
checksum = "
|
|
92
|
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
99
93
|
|
|
100
94
|
[[package]]
|
|
101
95
|
name = "arbitrary"
|
|
@@ -194,24 +188,23 @@ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
194
188
|
|
|
195
189
|
[[package]]
|
|
196
190
|
name = "chrono"
|
|
197
|
-
version = "0.4.
|
|
191
|
+
version = "0.4.42"
|
|
198
192
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
199
|
-
checksum = "
|
|
193
|
+
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
|
200
194
|
dependencies = [
|
|
201
|
-
"android-tzdata",
|
|
202
195
|
"iana-time-zone",
|
|
203
196
|
"js-sys",
|
|
204
197
|
"num-traits",
|
|
205
198
|
"serde",
|
|
206
199
|
"wasm-bindgen",
|
|
207
|
-
"windows-link",
|
|
200
|
+
"windows-link 0.2.0",
|
|
208
201
|
]
|
|
209
202
|
|
|
210
203
|
[[package]]
|
|
211
204
|
name = "clap"
|
|
212
|
-
version = "4.5.
|
|
205
|
+
version = "4.5.48"
|
|
213
206
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
214
|
-
checksum = "
|
|
207
|
+
checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
|
|
215
208
|
dependencies = [
|
|
216
209
|
"clap_builder",
|
|
217
210
|
"clap_derive",
|
|
@@ -219,9 +212,9 @@ dependencies = [
|
|
|
219
212
|
|
|
220
213
|
[[package]]
|
|
221
214
|
name = "clap_builder"
|
|
222
|
-
version = "4.5.
|
|
215
|
+
version = "4.5.48"
|
|
223
216
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
224
|
-
checksum = "
|
|
217
|
+
checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
|
|
225
218
|
dependencies = [
|
|
226
219
|
"anstream",
|
|
227
220
|
"anstyle",
|
|
@@ -231,9 +224,9 @@ dependencies = [
|
|
|
231
224
|
|
|
232
225
|
[[package]]
|
|
233
226
|
name = "clap_derive"
|
|
234
|
-
version = "4.5.
|
|
227
|
+
version = "4.5.47"
|
|
235
228
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
236
|
-
checksum = "
|
|
229
|
+
checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
|
|
237
230
|
dependencies = [
|
|
238
231
|
"heck",
|
|
239
232
|
"proc-macro2",
|
|
@@ -400,9 +393,9 @@ dependencies = [
|
|
|
400
393
|
|
|
401
394
|
[[package]]
|
|
402
395
|
name = "fs-err"
|
|
403
|
-
version = "3.1.
|
|
396
|
+
version = "3.1.2"
|
|
404
397
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
405
|
-
checksum = "
|
|
398
|
+
checksum = "44f150ffc8782f35521cec2b23727707cb4045706ba3c854e86bef66b3a8cdbd"
|
|
406
399
|
dependencies = [
|
|
407
400
|
"autocfg",
|
|
408
401
|
]
|
|
@@ -784,9 +777,9 @@ dependencies = [
|
|
|
784
777
|
|
|
785
778
|
[[package]]
|
|
786
779
|
name = "indexmap"
|
|
787
|
-
version = "2.
|
|
780
|
+
version = "2.11.4"
|
|
788
781
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
789
|
-
checksum = "
|
|
782
|
+
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
|
|
790
783
|
dependencies = [
|
|
791
784
|
"equivalent",
|
|
792
785
|
"hashbrown",
|
|
@@ -904,11 +897,11 @@ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
|
|
904
897
|
|
|
905
898
|
[[package]]
|
|
906
899
|
name = "matchers"
|
|
907
|
-
version = "0.
|
|
900
|
+
version = "0.2.0"
|
|
908
901
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
909
|
-
checksum = "
|
|
902
|
+
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
910
903
|
dependencies = [
|
|
911
|
-
"regex-automata
|
|
904
|
+
"regex-automata",
|
|
912
905
|
]
|
|
913
906
|
|
|
914
907
|
[[package]]
|
|
@@ -948,12 +941,11 @@ dependencies = [
|
|
|
948
941
|
|
|
949
942
|
[[package]]
|
|
950
943
|
name = "nu-ansi-term"
|
|
951
|
-
version = "0.
|
|
944
|
+
version = "0.50.1"
|
|
952
945
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
953
|
-
checksum = "
|
|
946
|
+
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
|
|
954
947
|
dependencies = [
|
|
955
|
-
"
|
|
956
|
-
"winapi",
|
|
948
|
+
"windows-sys 0.52.0",
|
|
957
949
|
]
|
|
958
950
|
|
|
959
951
|
[[package]]
|
|
@@ -998,12 +990,6 @@ version = "0.2.0"
|
|
|
998
990
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
999
991
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
1000
992
|
|
|
1001
|
-
[[package]]
|
|
1002
|
-
name = "overload"
|
|
1003
|
-
version = "0.1.1"
|
|
1004
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1005
|
-
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
|
|
1006
|
-
|
|
1007
993
|
[[package]]
|
|
1008
994
|
name = "owo-colors"
|
|
1009
995
|
version = "4.2.2"
|
|
@@ -1075,9 +1061,9 @@ dependencies = [
|
|
|
1075
1061
|
|
|
1076
1062
|
[[package]]
|
|
1077
1063
|
name = "pyo3"
|
|
1078
|
-
version = "0.
|
|
1064
|
+
version = "0.26.0"
|
|
1079
1065
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1080
|
-
checksum = "
|
|
1066
|
+
checksum = "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383"
|
|
1081
1067
|
dependencies = [
|
|
1082
1068
|
"indoc",
|
|
1083
1069
|
"libc",
|
|
@@ -1092,19 +1078,18 @@ dependencies = [
|
|
|
1092
1078
|
|
|
1093
1079
|
[[package]]
|
|
1094
1080
|
name = "pyo3-build-config"
|
|
1095
|
-
version = "0.
|
|
1081
|
+
version = "0.26.0"
|
|
1096
1082
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1097
|
-
checksum = "
|
|
1083
|
+
checksum = "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f"
|
|
1098
1084
|
dependencies = [
|
|
1099
|
-
"once_cell",
|
|
1100
1085
|
"target-lexicon",
|
|
1101
1086
|
]
|
|
1102
1087
|
|
|
1103
1088
|
[[package]]
|
|
1104
1089
|
name = "pyo3-ffi"
|
|
1105
|
-
version = "0.
|
|
1090
|
+
version = "0.26.0"
|
|
1106
1091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1107
|
-
checksum = "
|
|
1092
|
+
checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105"
|
|
1108
1093
|
dependencies = [
|
|
1109
1094
|
"libc",
|
|
1110
1095
|
"pyo3-build-config",
|
|
@@ -1112,9 +1097,9 @@ dependencies = [
|
|
|
1112
1097
|
|
|
1113
1098
|
[[package]]
|
|
1114
1099
|
name = "pyo3-macros"
|
|
1115
|
-
version = "0.
|
|
1100
|
+
version = "0.26.0"
|
|
1116
1101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1117
|
-
checksum = "
|
|
1102
|
+
checksum = "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded"
|
|
1118
1103
|
dependencies = [
|
|
1119
1104
|
"proc-macro2",
|
|
1120
1105
|
"pyo3-macros-backend",
|
|
@@ -1124,9 +1109,9 @@ dependencies = [
|
|
|
1124
1109
|
|
|
1125
1110
|
[[package]]
|
|
1126
1111
|
name = "pyo3-macros-backend"
|
|
1127
|
-
version = "0.
|
|
1112
|
+
version = "0.26.0"
|
|
1128
1113
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1129
|
-
checksum = "
|
|
1114
|
+
checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf"
|
|
1130
1115
|
dependencies = [
|
|
1131
1116
|
"heck",
|
|
1132
1117
|
"proc-macro2",
|
|
@@ -1137,7 +1122,7 @@ dependencies = [
|
|
|
1137
1122
|
|
|
1138
1123
|
[[package]]
|
|
1139
1124
|
name = "pysentry"
|
|
1140
|
-
version = "0.3.
|
|
1125
|
+
version = "0.3.10"
|
|
1141
1126
|
dependencies = [
|
|
1142
1127
|
"anyhow",
|
|
1143
1128
|
"async-trait",
|
|
@@ -1283,17 +1268,8 @@ checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
|
|
|
1283
1268
|
dependencies = [
|
|
1284
1269
|
"aho-corasick",
|
|
1285
1270
|
"memchr",
|
|
1286
|
-
"regex-automata
|
|
1287
|
-
"regex-syntax
|
|
1288
|
-
]
|
|
1289
|
-
|
|
1290
|
-
[[package]]
|
|
1291
|
-
name = "regex-automata"
|
|
1292
|
-
version = "0.1.10"
|
|
1293
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1294
|
-
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
1295
|
-
dependencies = [
|
|
1296
|
-
"regex-syntax 0.6.29",
|
|
1271
|
+
"regex-automata",
|
|
1272
|
+
"regex-syntax",
|
|
1297
1273
|
]
|
|
1298
1274
|
|
|
1299
1275
|
[[package]]
|
|
@@ -1304,15 +1280,9 @@ checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
|
1304
1280
|
dependencies = [
|
|
1305
1281
|
"aho-corasick",
|
|
1306
1282
|
"memchr",
|
|
1307
|
-
"regex-syntax
|
|
1283
|
+
"regex-syntax",
|
|
1308
1284
|
]
|
|
1309
1285
|
|
|
1310
|
-
[[package]]
|
|
1311
|
-
name = "regex-syntax"
|
|
1312
|
-
version = "0.6.29"
|
|
1313
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1314
|
-
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|
1315
|
-
|
|
1316
1286
|
[[package]]
|
|
1317
1287
|
name = "regex-syntax"
|
|
1318
1288
|
version = "0.8.5"
|
|
@@ -1492,18 +1462,28 @@ dependencies = [
|
|
|
1492
1462
|
|
|
1493
1463
|
[[package]]
|
|
1494
1464
|
name = "serde"
|
|
1495
|
-
version = "1.0.
|
|
1465
|
+
version = "1.0.226"
|
|
1496
1466
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1497
|
-
checksum = "
|
|
1467
|
+
checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd"
|
|
1468
|
+
dependencies = [
|
|
1469
|
+
"serde_core",
|
|
1470
|
+
"serde_derive",
|
|
1471
|
+
]
|
|
1472
|
+
|
|
1473
|
+
[[package]]
|
|
1474
|
+
name = "serde_core"
|
|
1475
|
+
version = "1.0.226"
|
|
1476
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1477
|
+
checksum = "ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4"
|
|
1498
1478
|
dependencies = [
|
|
1499
1479
|
"serde_derive",
|
|
1500
1480
|
]
|
|
1501
1481
|
|
|
1502
1482
|
[[package]]
|
|
1503
1483
|
name = "serde_derive"
|
|
1504
|
-
version = "1.0.
|
|
1484
|
+
version = "1.0.226"
|
|
1505
1485
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1506
|
-
checksum = "
|
|
1486
|
+
checksum = "8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33"
|
|
1507
1487
|
dependencies = [
|
|
1508
1488
|
"proc-macro2",
|
|
1509
1489
|
"quote",
|
|
@@ -1512,23 +1492,24 @@ dependencies = [
|
|
|
1512
1492
|
|
|
1513
1493
|
[[package]]
|
|
1514
1494
|
name = "serde_json"
|
|
1515
|
-
version = "1.0.
|
|
1495
|
+
version = "1.0.145"
|
|
1516
1496
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1517
|
-
checksum = "
|
|
1497
|
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
|
1518
1498
|
dependencies = [
|
|
1519
1499
|
"itoa",
|
|
1520
1500
|
"memchr",
|
|
1521
1501
|
"ryu",
|
|
1522
1502
|
"serde",
|
|
1503
|
+
"serde_core",
|
|
1523
1504
|
]
|
|
1524
1505
|
|
|
1525
1506
|
[[package]]
|
|
1526
1507
|
name = "serde_spanned"
|
|
1527
|
-
version = "1.0.
|
|
1508
|
+
version = "1.0.2"
|
|
1528
1509
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1529
|
-
checksum = "
|
|
1510
|
+
checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee"
|
|
1530
1511
|
dependencies = [
|
|
1531
|
-
"
|
|
1512
|
+
"serde_core",
|
|
1532
1513
|
]
|
|
1533
1514
|
|
|
1534
1515
|
[[package]]
|
|
@@ -1686,9 +1667,9 @@ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
|
|
|
1686
1667
|
|
|
1687
1668
|
[[package]]
|
|
1688
1669
|
name = "tempfile"
|
|
1689
|
-
version = "3.
|
|
1670
|
+
version = "3.23.0"
|
|
1690
1671
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1691
|
-
checksum = "
|
|
1672
|
+
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
|
1692
1673
|
dependencies = [
|
|
1693
1674
|
"fastrand",
|
|
1694
1675
|
"getrandom 0.3.3",
|
|
@@ -1806,12 +1787,12 @@ dependencies = [
|
|
|
1806
1787
|
|
|
1807
1788
|
[[package]]
|
|
1808
1789
|
name = "toml"
|
|
1809
|
-
version = "0.9.
|
|
1790
|
+
version = "0.9.7"
|
|
1810
1791
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1811
|
-
checksum = "
|
|
1792
|
+
checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0"
|
|
1812
1793
|
dependencies = [
|
|
1813
1794
|
"indexmap",
|
|
1814
|
-
"
|
|
1795
|
+
"serde_core",
|
|
1815
1796
|
"serde_spanned",
|
|
1816
1797
|
"toml_datetime",
|
|
1817
1798
|
"toml_parser",
|
|
@@ -1821,27 +1802,27 @@ dependencies = [
|
|
|
1821
1802
|
|
|
1822
1803
|
[[package]]
|
|
1823
1804
|
name = "toml_datetime"
|
|
1824
|
-
version = "0.7.
|
|
1805
|
+
version = "0.7.2"
|
|
1825
1806
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1826
|
-
checksum = "
|
|
1807
|
+
checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
|
|
1827
1808
|
dependencies = [
|
|
1828
|
-
"
|
|
1809
|
+
"serde_core",
|
|
1829
1810
|
]
|
|
1830
1811
|
|
|
1831
1812
|
[[package]]
|
|
1832
1813
|
name = "toml_parser"
|
|
1833
|
-
version = "1.0.
|
|
1814
|
+
version = "1.0.3"
|
|
1834
1815
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1835
|
-
checksum = "
|
|
1816
|
+
checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
|
|
1836
1817
|
dependencies = [
|
|
1837
1818
|
"winnow",
|
|
1838
1819
|
]
|
|
1839
1820
|
|
|
1840
1821
|
[[package]]
|
|
1841
1822
|
name = "toml_writer"
|
|
1842
|
-
version = "1.0.
|
|
1823
|
+
version = "1.0.3"
|
|
1843
1824
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1844
|
-
checksum = "
|
|
1825
|
+
checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109"
|
|
1845
1826
|
|
|
1846
1827
|
[[package]]
|
|
1847
1828
|
name = "tower"
|
|
@@ -1933,14 +1914,14 @@ dependencies = [
|
|
|
1933
1914
|
|
|
1934
1915
|
[[package]]
|
|
1935
1916
|
name = "tracing-subscriber"
|
|
1936
|
-
version = "0.3.
|
|
1917
|
+
version = "0.3.20"
|
|
1937
1918
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1938
|
-
checksum = "
|
|
1919
|
+
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
|
|
1939
1920
|
dependencies = [
|
|
1940
1921
|
"matchers",
|
|
1941
1922
|
"nu-ansi-term",
|
|
1942
1923
|
"once_cell",
|
|
1943
|
-
"regex",
|
|
1924
|
+
"regex-automata",
|
|
1944
1925
|
"sharded-slab",
|
|
1945
1926
|
"smallvec",
|
|
1946
1927
|
"thread_local",
|
|
@@ -2160,28 +2141,6 @@ dependencies = [
|
|
|
2160
2141
|
"wasm-bindgen",
|
|
2161
2142
|
]
|
|
2162
2143
|
|
|
2163
|
-
[[package]]
|
|
2164
|
-
name = "winapi"
|
|
2165
|
-
version = "0.3.9"
|
|
2166
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2167
|
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
2168
|
-
dependencies = [
|
|
2169
|
-
"winapi-i686-pc-windows-gnu",
|
|
2170
|
-
"winapi-x86_64-pc-windows-gnu",
|
|
2171
|
-
]
|
|
2172
|
-
|
|
2173
|
-
[[package]]
|
|
2174
|
-
name = "winapi-i686-pc-windows-gnu"
|
|
2175
|
-
version = "0.4.0"
|
|
2176
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2177
|
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
2178
|
-
|
|
2179
|
-
[[package]]
|
|
2180
|
-
name = "winapi-x86_64-pc-windows-gnu"
|
|
2181
|
-
version = "0.4.0"
|
|
2182
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2183
|
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
2184
|
-
|
|
2185
2144
|
[[package]]
|
|
2186
2145
|
name = "windows-core"
|
|
2187
2146
|
version = "0.61.2"
|
|
@@ -2190,7 +2149,7 @@ checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
|
|
2190
2149
|
dependencies = [
|
|
2191
2150
|
"windows-implement",
|
|
2192
2151
|
"windows-interface",
|
|
2193
|
-
"windows-link",
|
|
2152
|
+
"windows-link 0.1.3",
|
|
2194
2153
|
"windows-result",
|
|
2195
2154
|
"windows-strings",
|
|
2196
2155
|
]
|
|
@@ -2223,13 +2182,19 @@ version = "0.1.3"
|
|
|
2223
2182
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2224
2183
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
2225
2184
|
|
|
2185
|
+
[[package]]
|
|
2186
|
+
name = "windows-link"
|
|
2187
|
+
version = "0.2.0"
|
|
2188
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2189
|
+
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
|
2190
|
+
|
|
2226
2191
|
[[package]]
|
|
2227
2192
|
name = "windows-result"
|
|
2228
2193
|
version = "0.3.4"
|
|
2229
2194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2230
2195
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
2231
2196
|
dependencies = [
|
|
2232
|
-
"windows-link",
|
|
2197
|
+
"windows-link 0.1.3",
|
|
2233
2198
|
]
|
|
2234
2199
|
|
|
2235
2200
|
[[package]]
|
|
@@ -2238,7 +2203,7 @@ version = "0.4.2"
|
|
|
2238
2203
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2239
2204
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
2240
2205
|
dependencies = [
|
|
2241
|
-
"windows-link",
|
|
2206
|
+
"windows-link 0.1.3",
|
|
2242
2207
|
]
|
|
2243
2208
|
|
|
2244
2209
|
[[package]]
|
|
@@ -2290,7 +2255,7 @@ version = "0.53.3"
|
|
|
2290
2255
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2291
2256
|
checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
|
2292
2257
|
dependencies = [
|
|
2293
|
-
"windows-link",
|
|
2258
|
+
"windows-link 0.1.3",
|
|
2294
2259
|
"windows_aarch64_gnullvm 0.53.0",
|
|
2295
2260
|
"windows_aarch64_msvc 0.53.0",
|
|
2296
2261
|
"windows_i686_gnu 0.53.0",
|
|
@@ -2399,9 +2364,9 @@ checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
|
|
2399
2364
|
|
|
2400
2365
|
[[package]]
|
|
2401
2366
|
name = "winnow"
|
|
2402
|
-
version = "0.7.
|
|
2367
|
+
version = "0.7.13"
|
|
2403
2368
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2404
|
-
checksum = "
|
|
2369
|
+
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
|
|
2405
2370
|
|
|
2406
2371
|
[[package]]
|
|
2407
2372
|
name = "wit-bindgen-rt"
|
|
@@ -2524,9 +2489,9 @@ dependencies = [
|
|
|
2524
2489
|
|
|
2525
2490
|
[[package]]
|
|
2526
2491
|
name = "zip"
|
|
2527
|
-
version = "4.
|
|
2492
|
+
version = "4.6.1"
|
|
2528
2493
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2529
|
-
checksum = "
|
|
2494
|
+
checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1"
|
|
2530
2495
|
dependencies = [
|
|
2531
2496
|
"arbitrary",
|
|
2532
2497
|
"crc32fast",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "pysentry"
|
|
3
|
-
version = "0.3.
|
|
3
|
+
version = "0.3.10"
|
|
4
4
|
edition = "2021"
|
|
5
5
|
rust-version = "1.79"
|
|
6
6
|
description = "Security vulnerability auditing for Python packages"
|
|
@@ -22,27 +22,27 @@ path = "src/main.rs"
|
|
|
22
22
|
python = ["pyo3"]
|
|
23
23
|
|
|
24
24
|
[dependencies]
|
|
25
|
-
anyhow = "1.0.
|
|
25
|
+
anyhow = "1.0.100"
|
|
26
26
|
async-trait = "0.1.89"
|
|
27
|
-
chrono = { version = "0.4.
|
|
28
|
-
clap = { version = "4.5.
|
|
27
|
+
chrono = { version = "0.4.42", features = ["serde"] }
|
|
28
|
+
clap = { version = "4.5.48", features = ["derive"] }
|
|
29
29
|
dirs = "6.0.0"
|
|
30
|
-
fs-err = "3.1.
|
|
30
|
+
fs-err = "3.1.2"
|
|
31
31
|
futures = "0.3.31"
|
|
32
32
|
owo-colors = "4.2.2"
|
|
33
33
|
pep440_rs = "0.7.3"
|
|
34
|
-
pyo3 = { version = "0.
|
|
34
|
+
pyo3 = { version = "0.26.0", features = ["extension-module"], optional = true }
|
|
35
35
|
regex = "1.11.2"
|
|
36
36
|
reqwest = { version = "0.12.23", features = ["json", "stream", "rustls-tls-native-roots"], default-features = false }
|
|
37
37
|
rustc-hash = "2.1.1"
|
|
38
|
-
serde = { version = "1.0.
|
|
39
|
-
serde_json = "1.0.
|
|
38
|
+
serde = { version = "1.0.226", features = ["derive"] }
|
|
39
|
+
serde_json = "1.0.145"
|
|
40
40
|
serde_yaml = "0.9.34"
|
|
41
41
|
sha2 = "0.10.9"
|
|
42
|
-
tempfile = "3.
|
|
42
|
+
tempfile = "3.23.0"
|
|
43
43
|
thiserror = "2.0.16"
|
|
44
44
|
tokio = { version = "1.47.1", features = ["fs", "io-util", "rt-multi-thread", "macros", "process"] }
|
|
45
|
-
toml = "0.9.
|
|
45
|
+
toml = "0.9.7"
|
|
46
46
|
tracing = "0.1.41"
|
|
47
|
-
tracing-subscriber = { version = "0.3.
|
|
47
|
+
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
|
48
48
|
zip = { version = "4.5.0", default-features = false, features = ["deflate"] }
|