diff --git a/Earthfile b/Earthfile index 2826288c4b8..45b12c0a073 100644 --- a/Earthfile +++ b/Earthfile @@ -1,9 +1,9 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.17 AS mdlint-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.17 AS cspell-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.17 AS python-ci -IMPORT github.com/input-output-hk/catalyst-ci:v3.5.17 AS cat-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/mdlint:v3.5.27 AS mdlint-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cspell:v3.5.27 AS cspell-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.27 AS python-ci +IMPORT github.com/input-output-hk/catalyst-ci:v3.5.27 AS cat-ci FROM debian:stable-slim diff --git a/docs/Earthfile b/docs/Earthfile index 5abb9a6ebb8..b5624ad8960 100644 --- a/docs/Earthfile +++ b/docs/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.17 AS docs-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.27 AS docs-ci IMPORT .. AS repo diff --git a/docs/src/architecture/08_concepts/catalyst_voting/cddl/Earthfile b/docs/src/architecture/08_concepts/catalyst_voting/cddl/Earthfile index add5054bc91..c99150008c4 100644 --- a/docs/src/architecture/08_concepts/catalyst_voting/cddl/Earthfile +++ b/docs/src/architecture/08_concepts/catalyst_voting/cddl/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci check-cddl: FROM cddl-ci+cddl-base diff --git a/docs/src/architecture/08_concepts/immutable_ledger/cddl/Earthfile b/docs/src/architecture/08_concepts/immutable_ledger/cddl/Earthfile index 596f6009f8b..dbd699563c9 100644 --- a/docs/src/architecture/08_concepts/immutable_ledger/cddl/Earthfile +++ b/docs/src/architecture/08_concepts/immutable_ledger/cddl/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci check-cddl: FROM cddl-ci+cddl-base diff --git a/docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile b/docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile index 8ca721bf0ff..137543ffa07 100644 --- a/docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile +++ b/docs/src/architecture/08_concepts/signed_doc/cddl/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci check-cddl: FROM cddl-ci+cddl-base diff --git a/rust/Earthfile b/rust/Earthfile index e194e177fff..5e3f07f047b 100644 --- a/rust/Earthfile +++ b/rust/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.17 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust:v3.5.27 AS rust-ci IMPORT ../ AS repo-ci COPY_SRC: diff --git a/rust/c509-certificate/Earthfile b/rust/c509-certificate/Earthfile index 5360e9939b3..d20b616fe1b 100644 --- a/rust/c509-certificate/Earthfile +++ b/rust/c509-certificate/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.17 AS rust-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/rust::v3.5.27 AS rust-ci IMPORT .. AS rust-local IMPORT ../.. AS repo diff --git a/rust/deny.toml b/rust/deny.toml index 0dbd4732dee..db1d6c58244 100644 --- a/rust/deny.toml +++ b/rust/deny.toml @@ -63,6 +63,8 @@ allow-git = [ "https://github.com/input-output-hk/mithril", # Maintained fork of an archived crates-io version. "https://github.com/dariusc93/rust-ipfs", + # TODO(dt-iohk): remove this when changes from forked flutter_rust_bridge are merged into the official version + "https://github.com/input-output-hk/catalyst_flutter_rust_bridge", ] [licenses] @@ -109,7 +111,6 @@ crate = "ring" expression = "MIT" license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }] - # SPDX considers OpenSSL to encompass both the OpenSSL and SSLeay licenses # https://spdx.org/licenses/OpenSSL.html # ISC - Both BoringSSL and ring use this for their new files diff --git a/specs/Earthfile b/specs/Earthfile index f02da1878e7..ba183b29494 100644 --- a/specs/Earthfile +++ b/specs/Earthfile @@ -1,8 +1,8 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.17 AS python-ci -IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.5.17 AS debian -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cue:v3.5.17 AS cue +IMPORT github.com/input-output-hk/catalyst-ci/earthly/python:v3.5.27 AS python-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/debian:v3.5.27 AS debian +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cue:v3.5.27 AS cue IMPORT ../docs AS docs diff --git a/specs/generators/pages/signed_doc/cddl/Earthfile.jinja b/specs/generators/pages/signed_doc/cddl/Earthfile.jinja index 8ca721bf0ff..137543ffa07 100644 --- a/specs/generators/pages/signed_doc/cddl/Earthfile.jinja +++ b/specs/generators/pages/signed_doc/cddl/Earthfile.jinja @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.17 AS cddl-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/cddl:v3.5.27 AS cddl-ci check-cddl: FROM cddl-ci+cddl-base diff --git a/utilities/docs-preview/Earthfile b/utilities/docs-preview/Earthfile index 62ef278557a..e841acbef32 100644 --- a/utilities/docs-preview/Earthfile +++ b/utilities/docs-preview/Earthfile @@ -1,6 +1,6 @@ VERSION 0.8 -IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.17 AS docs-ci +IMPORT github.com/input-output-hk/catalyst-ci/earthly/docs:v3.5.27 AS docs-ci # update-docs-dev-script: get the latest docs dev script from CI. update-docs-dev-script: