From ad636c7ffe220aeb4b8de86efc1ec0e84dfab77b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 15:46:43 +0000 Subject: [PATCH] chore(deps): update eccoxide requirement from >=0.4.3, <0.5 to >=0.4.3, <0.6 Updates the requirements on [eccoxide](https://github.com/vincenthz/eccoxide) to permit the latest version. - [Changelog](https://github.com/vincenthz/eccoxide/blob/master/CHANGELOG.md) - [Commits](https://github.com/vincenthz/eccoxide/commits) --- updated-dependencies: - dependency-name: eccoxide dependency-version: 0.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ed848b..f27a8b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ cryptoxide = { version = ">=0.6.3, <0.7", default-features = false, features = [ # consumer does. Narrow this to `<0.4.4` if that risk should instead be borne # by the requirement, at the cost of needing a hiss release before consumers # can pick up any eccoxide 0.4.x fix. -eccoxide = { version = ">=0.4.3, <0.5", default-features = false, features = ["p256r1", "table", "x25519", "x448"] } +eccoxide = { version = ">=0.4.3, <0.6", default-features = false, features = ["p256r1", "table", "x25519", "x448"] } hex = "0.4" # The `noise!` pattern-DSL macro — the built-in patterns are defined with # it, so it is a required (build-time-only) dependency.