File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11cabal-version : 3.8
22
33name : cardano-node
4- version : 10.5.2
4+ version : 10.5.3
55synopsis : The cardano full node
66description : The cardano full node.
77category : Cardano,
@@ -150,7 +150,7 @@ library
150150 , base16-bytestring
151151 , bytestring
152152 , cardano-api ^>= 10.16
153- , cardano-crypto-class
153+ , cardano-crypto-class ^ >= 2.2.3.2
154154 , cardano-crypto-wrapper
155155 , cardano-git-rev ^>= 0.2.2
156156 , cardano-ledger-alonzo
@@ -198,7 +198,7 @@ library
198198 , ouroboros-consensus-diffusion ^>= 0.23
199199 , ouroboros-consensus-protocol
200200 , ouroboros-network-api ^>= 0.14.1
201- , ouroboros-network ^>= 0.21.3
201+ , ouroboros-network ^>= 0.21.4
202202 , ouroboros-network-framework ^>= 0.18
203203 , ouroboros-network-protocols ^>= 0.14
204204 , prettyprinter
@@ -244,7 +244,7 @@ executable cardano-node
244244 autogen-modules : Paths_cardano_node
245245
246246 build-depends : base
247- , cardano-crypto-class
247+ , cardano-crypto-class ^ >= 2.2.3.2
248248 , cardano-git-rev
249249 , cardano-node
250250 , optparse-applicative-fork
Original file line number Diff line number Diff line change @@ -42,14 +42,14 @@ library
4242 , cardano-api ^>= 10.16
4343 , cardano-binary
4444 , cardano-cli ^>= 10.11
45- , cardano-crypto-class ^>= 2.2
45+ , cardano-crypto-class ^>= 2.2.3.2
4646 , http-media
4747 , iohk-monitoring
4848 , mtl
4949 , network
5050 , optparse-applicative-fork
5151 , ouroboros-consensus-cardano
52- , ouroboros-network ^>= 0.21.3
52+ , ouroboros-network ^>= 0.21.4
5353 , ouroboros-network-protocols
5454 , prometheus >= 2.2.4
5555 , servant
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ library
7272 , network
7373 , network-mux
7474 , optparse-applicative-fork
75- , ouroboros-network ^>= 0.21.3
75+ , ouroboros-network ^>= 0.21.4
7676 , ouroboros-network-api
7777 , prettyprinter
7878 , process
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ library
183183 , mime-mail
184184 , network-mux >= 0.8
185185 , optparse-applicative
186- , ouroboros-network ^>= 0.21.3
186+ , ouroboros-network ^>= 0.21.4
187187 , ouroboros-network-api ^>= 0.14.1
188188 , ouroboros-network-framework
189189 , signal
@@ -411,7 +411,7 @@ test-suite cardano-tracer-test-ext
411411 , Glob
412412 , network-mux
413413 , optparse-applicative-fork >= 0.18.1
414- , ouroboros-network ^>= 0.21.3
414+ , ouroboros-network ^>= 0.21.4
415415 , ouroboros-network-api ^>= 0.14.1
416416 , ouroboros-network-framework
417417 , process
Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ library
7373 , network
7474 , network-mux
7575 , optparse-applicative-fork
76- , ouroboros-network ^>= 0.21.3
76+ , ouroboros-network ^>= 0.21.4
7777 , ouroboros-network-api
7878 , ouroboros-network-framework
7979 , serialise
You can’t perform that action at this time.
0 commit comments