From cf2a57efeff8ef20b028af26258c472358828d78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 22:21:06 +0000 Subject: [PATCH] build(deps): update hex-conservative requirement from 0.2.1 to 1.1.0 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-1.1.0) --- updated-dependencies: - dependency-name: hex-conservative dependency-version: 1.1.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 d533de1..779e824 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ corepc-types = { version = "0.12.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" } # blame: corepc-node +hex-conservative = { version = "1.1.0" } # blame: corepc-node [dev-dependencies] anyhow = { version = "1.0.66" }