What changed, and why it matters
This commit is a routine version bump for the internal 'bitcoin-internals' crate from 0.4.0 to 0.4.1, with matching updates to lock files and a dependent crate's dependency line. It contains no code changes, bug fixes, or security-related content.
No security action needed. Treat as normal release bookkeeping.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff only changes the declared version of the bitcoin-internals crate from 0.4.0 to 0.4.1 in Cargo.toml files and generated Cargo.lock files. No source code, APIs, or behavior are modified. There is no indication in the commit message or diff of any functional or security fix.
Changed components
bitcoin-internals crate version metadataunits crate dependency version constraintCargo.lock filesInspect captured patch +4 / −4
diff --git a/Cargo-minimal.lock b/Cargo-minimal.lock
index 8c35b1de..f48667a2 100644
--- a/Cargo-minimal.lock
+++ b/Cargo-minimal.lock
@@ -94,7 +94,7 @@ dependencies = [
[[package]]
name = "bitcoin-internals"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"bincode",
"hex-conservative 0.3.0",
diff --git a/Cargo-recent.lock b/Cargo-recent.lock
index cf28bb40..dff4a7a9 100644
--- a/Cargo-recent.lock
+++ b/Cargo-recent.lock
@@ -93,7 +93,7 @@ dependencies = [
[[package]]
name = "bitcoin-internals"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"bincode",
"hex-conservative 0.3.0",
diff --git a/internals/Cargo.toml b/internals/Cargo.toml
index 633acf4f..deffa841 100644
--- a/internals/Cargo.toml
+++ b/internals/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bitcoin-internals"
-version = "0.4.0"
+version = "0.4.1"
authors = ["Andrew Poelstra <apoelstra@wpsoftware.net>", "The Rust Bitcoin developers"]
license = "CC0-1.0"
repository = "https://github.com/rust-bitcoin/rust-bitcoin/"
diff --git a/units/Cargo.toml b/units/Cargo.toml
index 93f84bf5..1686ad1b 100644
--- a/units/Cargo.toml
+++ b/units/Cargo.toml
@@ -19,7 +19,7 @@ alloc = ["internals/alloc", "serde?/alloc", "encoding?/alloc"]
[dependencies]
encoding = { package = "bitcoin-consensus-encoding", path = "../consensus_encoding", version = "1.0.0-rc.0", default-features = false, optional = true }
-internals = { package = "bitcoin-internals", path = "../internals", version = "0.4.0" }
+internals = { package = "bitcoin-internals", path = "../internals", version = "0.4.1" }
serde = { version = "1.0.195", default-features = false, features = ["derive"], optional = true }
arbitrary = { version = "1.4.1", optional = true }
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.