Skip to content

Commit d878e5b

Browse files
committed
chore(hashes): update serde dependency to workspace
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.
1 parent 265f9eb commit d878e5b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hashes/Cargo.toml

Lines changed: 1 addition & 1 deletion
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)