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" }