From c06fb2291369f0d17bdc34faed47d9ec39ea9bc0 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Thu, 4 Jul 2024 11:49:38 +0200 Subject: [PATCH 1/2] ci: renovate: enable automerge --- renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json b/renovate.json index 77f9902..41e5265 100644 --- a/renovate.json +++ b/renovate.json @@ -5,6 +5,7 @@ ":maintainLockFilesWeekly" ], "semanticCommits": "enabled", + "automerge": true, "automergeStrategy": "squash", "osvVulnerabilityAlerts": true, "labels": ["dependency-upgrade"], From 99b672c07df9c0a54eb48270c699950711dd2f0a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 4 Jul 2024 09:53:14 +0000 Subject: [PATCH 2/2] fix(deps): update rust crate quick_cache to 0.6.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 09955f8..2483224 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2034,9 +2034,9 @@ dependencies = [ [[package]] name = "quick_cache" -version = "0.5.1" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "347e1a588d1de074eeb3c00eadff93db4db65aeb62aee852b1efd0949fe65b6c" +checksum = "3e00e03be638aaab399c951dba6bea0161f99f26df0ccab4ab0fc6eb9535bd48" dependencies = [ "ahash", "equivalent", diff --git a/Cargo.toml b/Cargo.toml index be55158..e80f6c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ once_cell = "1.19.0" path_macro = "1.0.0" percent-encoding = "2.3.1" pin-project = "1.1.5" -quick_cache = "0.5.1" +quick_cache = "0.6.0" rand = "0.8.5" regex = "1.10.4" reqwest = { version = "0.12.4", default-features = false, features = [