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.
This commit is contained in:
Nick Johnson 2025-04-08 14:45:47 -07:00
parent 265f9ebee0
commit d878e5b367
No known key found for this signature in database
GPG Key ID: 97B34267D0DBC8BF
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ small-hash = []
[dependencies] [dependencies]
internals = { package = "bitcoin-internals", path = "../internals" } internals = { package = "bitcoin-internals", path = "../internals" }
hex = { package = "hex-conservative", version = "0.3.0", default-features = false, optional = true } hex = { package = "hex-conservative", version = "0.3.0", default-features = false, optional = true }
serde = { version = "1.0", default-features = false, optional = true } serde = { version = "1.0.103", default-features = false, optional = true }
[dev-dependencies] [dev-dependencies]
serde_test = "1.0" serde_test = "1.0"