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:
parent
265f9ebee0
commit
d878e5b367
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue