Bump sigil-crypto dep to ^0.15; bump version to 0.14.1
Tracks sigil-crypto v0.15.0 which adds the SCRAM-SHA-256 primitives (hmac-sha256-bytes, pbkdf2-sha256). sigil-tls itself doesn't use those primitives, but the dep range needs to move with the ecosystem so downstream consumers pulling sigil-tls + sigil-crypto via standard semver resolution don't end up with an unsatisfiable graph.
The previous range ^0.13.1 was a leftover from before sigil-crypto was bumped to 0.14 — sigil-tls already advertised sigil: "^0.14" but the dep range never got dragged forward. Auto-derived sigil-stdlib (sigil 0.14 feature) means we don't need to declare it here.
Patch bump (0.14.0 → 0.14.1): no API change, dep-range fix only. The lockfile is intentionally left at the prior pin; the atomic merge+tag flow regenerates it against the freshly tagged sigil-crypto v0.15.0.
package.sgl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)package.sglmodified
(package name: "sigil-tls" version: "0.14.0" version: "0.14.1" sigil: "^0.14" description: "TLS/SSL connections for Sigil" url: "https://codeberg.org/sigil/sigil-tls" authors: (list "David Wilson <[email protected]>") dependencies: (list (from-git url: "codeberg:sigil/sigil-crypto" version: "^0.13.1")) (from-git url: "codeberg:sigil/sigil-crypto" version: "^0.15")) ;; Native library definition ;; Note: mbedTLS headers/libs come from sigil-crypto dependency — the