From 43bf895a158c30b8aad957ff62eeccc9d5a1b08e Mon Sep 17 00:00:00 2001 From: Renovate Bot <renovate-bot@sheogorath.shivering-isles.com> Date: Tue, 6 May 2025 06:57:52 +0000 Subject: [PATCH] chore(deps): update dependency rust-lang/mdbook to v0.4.49 --- images/tools/Earthfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/tools/Earthfile b/images/tools/Earthfile index 2181c1fda..e698f435d 100644 --- a/images/tools/Earthfile +++ b/images/tools/Earthfile @@ -181,7 +181,7 @@ mdbook: FROM ../mirror+fedora # renovate: datasource=github-releases depName=rust-lang/mdBook - ARG MDBOOK_VERSION=v0.4.48 + ARG MDBOOK_VERSION=v0.4.49 ENV MDBOOK_VERSION=${MDBOOK_VERSION} RUN curl -L "https://github.com/rust-lang/mdBook/releases/download/${MDBOOK_VERSION}/mdbook-${MDBOOK_VERSION}-x86_64-unknown-linux-gnu.tar.gz" | tar xvzf - mdbook \ -- GitLab