From 55e2261256af551b7f1d8f2fc726ded7967c2fea Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2024 07:18:35 +0000 Subject: [PATCH 1/2] fix(deps): update rust crate lemmy_api_common to v0.19.6-beta1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b280002..a7961d7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ categories = ["api-bindings", "wasm"] [dependencies] cfg-if = "1.0.0" http = "1.1" -lemmy_api_common = "=0.19.6-beta.9" +lemmy_api_common = "=0.19.6-beta1" serde = "1.0" leptos = { version = "0.6", optional = true } serde_json = "1.0" From f96562deef1daa49d92e1e88c6e638e0752aeed6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 19 Oct 2024 01:03:04 +0000 Subject: [PATCH 2/2] chore(deps): update rust docker tag to v1.82 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8d9c368..155091f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,5 +1,5 @@ variables: - - &rust_image "rust:1.81-slim-bookworm" + - &rust_image "rust:1.82-slim-bookworm" steps: toml_fmt: