From 22ab037b6ff61489dc2f36cc9d3a7463b6b964ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jalil=20David=20Salam=C3=A9=20Messina?= Date: Wed, 1 Jan 2025 10:44:19 +0100 Subject: [PATCH 1/3] fix(renovate): switch automergeStrategy to auto fast-forward triggers a rebase which is not allowed in this repo. --- .renovaterc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.renovaterc.json b/.renovaterc.json index 556cabc..5d1d8db 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -4,7 +4,7 @@ "jalil" ], "automerge": true, - "automergeStrategy": "fast-forward", + "automergeStrategy": "auto", "automergeType": "pr", "commitBodyTable": true, "dependencyDashboard": true, From ff4286df31bd0021ece3a88e4026ec14ce983f5c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jan 2025 11:40:19 +0100 Subject: [PATCH 2/3] fix(deps): update rust crate axum to 0.8 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | crate | axum | 0.7.9 | 0.8.0 | --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34a2ca2..9229063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ multiple_crate_versions = "allow" pedantic = { level = "warn", priority = -1 } [dependencies] -axum = "0.7" +axum = "0.8" axum-client-ip = "0.6" base64 = "0.22" clap = { version = "4", features = ["derive", "env"] } From 09c72e9f7c6436b8236a2c0e86977ddbbd5e4b83 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jan 2025 13:00:19 +0100 Subject: [PATCH 3/3] fix(deps): update rust crate axum to 0.8 | datasource | package | from | to | | ---------- | ------- | ----- | ----- | | crate | axum | 0.7.9 | 0.8.0 | --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34a2ca2..9229063 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ multiple_crate_versions = "allow" pedantic = { level = "warn", priority = -1 } [dependencies] -axum = "0.7" +axum = "0.8" axum-client-ip = "0.6" base64 = "0.22" clap = { version = "4", features = ["derive", "env"] }