Skip to content

Commit b4326f0

Browse files
committed
Merge rust-bitcoin#4321: hashes: update serde dependency to match workspace
d878e5b chore(hashes): update serde dependency to workspace (Nick Johnson) Pull request description: Update serde from 1.0 to 1.0.103 to align with versions used in other workspace crates. This makes the dependency constraint match reality since it was almost always implicitly raised by the other crates. I ran the `update-lock-files`, but no changes, which makes sense since other crates in the workspace bumped the version. A bit more info in rust-bitcoin#4313 (comment) with talk about minimal version testing. ACKs for top commit: tcharding: ACK d878e5b apoelstra: ACK d878e5b; successfully ran local tests Tree-SHA512: 3fe3eaddb58c54ac809f025e3a95f02c4c15f6209a3d17c9262923bdcbf8a094975d150c76e85de25a68e6e7574aa7e3fe40d4707bd4d159bd8cc97f36be0ee9
2 parents d4c10a8 + d878e5b commit b4326f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashes/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ small-hash = []
2424
[dependencies]
2525
internals = { package = "bitcoin-internals", path = "../internals" }
2626
hex = { package = "hex-conservative", version = "0.3.0", default-features = false, optional = true }
27-
serde = { version = "1.0", default-features = false, optional = true }
27+
serde = { version = "1.0.103", default-features = false, optional = true }
2828

2929
[dev-dependencies]
3030
serde_test = "1.0"

0 commit comments

Comments
 (0)