mirror of
https://github.com/allaunthefox/Research-Stack.git
synced 2026-07-30 18:56:16 +00:00
JavaScript lockfiles: - bezier-kit: vitest 3.2.4→3.2.6, @babel/core 7.29.0→7.29.7, esbuild 0.27.7→0.27.2, vite 6.4.2→6.4.3 - parametric-learn: vite 8.0.10→8.0.16, form-data 4.0.5→4.0.6 - lytenyte-storage + cluster-dashboard/frontend: vite 6.4.2→6.4.3 Cargo lockfiles: - leechy-py: pyo3 0.28.3→0.29.0 (RUSTSEC-2026-0176/0177) - stract: rkyv 0.7.45→0.7.46 (RUSTSEC-2026-0001) - rs-surface, ene-rds, ene-session-sync: postgres updates - shared-data/namidb: aws-lc-sys 0.37.1→0.41.0 Python: - whoogle-search: cryptography 46.0.7→48.0.1 (GHSA-537c-gmf6-5ccf) Remaining blocked advisories documented in commit body metadata; require upstream releases or source-level migrations.
17 lines
419 B
TOML
17 lines
419 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "AGPL-3.0"
|
|
name = "leechy"
|
|
version = "0.1.0+py"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
name = "leechy"
|
|
|
|
[dependencies]
|
|
leechy = {path = "../leechy"}
|
|
pyo3 = {version = "0.29", features = ["extension-module", "experimental-async"]}
|
|
tokio = {version = "1.23.1", features = ["full"]}
|
|
|
|
[workspace]
|