File tree Expand file tree Collapse file tree 12 files changed +21
-18
lines changed
src/architecture/08_concepts
generators/pages/signed_doc/cddl Expand file tree Collapse file tree 12 files changed +21
-18
lines changed Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.12 AS mdlint-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.12 AS cspell-ci
5- IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.12 AS python-ci
6- IMPORT github.com/input-output-hk/catalyst-ci:v3.5.12 AS cat-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.15 AS mdlint-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.15 AS cspell-ci
5+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.15 AS python-ci
6+ IMPORT github.com/input-output-hk/catalyst-ci:v3.5.15 AS cat-ci
77
88FROM debian:stable-slim
99
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.12 AS docs-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.15 AS docs-ci
44
55IMPORT .. AS repo
66
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.15 AS cddl-ci
44
55check-cddl :
66 FROM cddl-ci+cddl-base
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.15 AS cddl-ci
44
55check-cddl :
66 FROM cddl-ci+cddl-base
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.12 AS cddl-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.15 AS cddl-ci
44
55check-cddl :
66 FROM cddl-ci+cddl-base
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.12 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.15 AS rust-ci
44IMPORT ../ AS repo-ci
55
66COPY_SRC :
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.12 AS rust-ci
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.15 AS rust-ci
44
55IMPORT .. AS rust-local
66IMPORT ../.. AS repo
Original file line number Diff line number Diff line change 11[package ]
22name = " cardano-chain-follower"
3- version = " 0.0.13 "
3+ version = " 0.0.14 "
44edition.workspace = true
55authors.workspace = true
66homepage.workspace = true
@@ -11,7 +11,7 @@ license.workspace = true
1111workspace = true
1212
1313[dependencies ]
14- mithril-client = { version = " 0.12.2" , default-features = false , features = [
14+ mithril-client = { version = " = 0.12.2" , default-features = false , features = [
1515 " full" ,
1616 " num-integer-backend" ,
1717] }
Original file line number Diff line number Diff line change @@ -16,7 +16,10 @@ targets = [
1616
1717[advisories ]
1818version = 2
19- ignore = []
19+ ignore = [
20+ " RUSTSEC-2025-0067" ,
21+ " RUSTSEC-2025-0068" ,
22+ ]
2023
2124[bans ]
2225multiple-versions = " warn"
Original file line number Diff line number Diff line change 11VERSION 0.8
22
3- IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.12 AS python-ci
4- IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.5.12 AS debian
5- IMPORT github.com/input-output-hk/catalyst-ci/earthly/cue:v3.5.12 AS cue
3+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.15 AS python-ci
4+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.5.15 AS debian
5+ IMPORT github.com/input-output-hk/catalyst-ci/earthly/cue:v3.5.15 AS cue
66
77IMPORT ../docs AS docs
88
You can’t perform that action at this time.
0 commit comments