From b985bb1cf19376d18ef91704e4de349b84ee8ddf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:13:09 +0000 Subject: [PATCH] build(deps): update hex-conservative requirement from 0.2.1 to 0.3.2 Updates the requirements on [hex-conservative](https://github.com/rust-bitcoin/hex-conservative) to permit the latest version. - [Changelog](https://github.com/rust-bitcoin/hex-conservative/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-bitcoin/hex-conservative/compare/hex-conservative-0.2.2...hex-conservative-0.3.2) --- updated-dependencies: - dependency-name: hex-conservative dependency-version: 0.3.2 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 2ffc30d..e10b5f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ corepc-types = { version = "0.15.0", features = ["default"], optional = true } jsonrpc = { version = "0.20.0", default-features = false } # These pins are needed for `Cargo-minimal.lock`: -hex-conservative = { version = "0.2.1" } +hex-conservative = { version = "0.3.2" } [dev-dependencies] anyhow = { version = "1.0.66" }