From 8ab139ef69f8758e66d44403a7af720beb4d1b68 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 1 Aug 2023 15:18:47 +0000 Subject: [PATCH 1/2] Add renovate.json --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..7190a60 --- /dev/null +++ b/renovate.json @@ -0,0 +1,3 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json" +} -- 2.45.2 From 6a526747b2c1d9996c8fca69356a3ca0f5ef5940 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 1 Aug 2023 15:39:31 +0000 Subject: [PATCH 2/2] chore(deps): update all dependencies --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index beb8a5c..1e60b02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,10 +8,10 @@ cuddle-please-frontend = { path = "crates/cuddle-please-frontend" } cuddle-please-commands = { path = "crates/cuddle-please-commands" } cuddle-please-misc = { path = "crates/cuddle-please-misc" } -anyhow = { version = "1.0.71" } +anyhow = { version = "1.0.72" } tracing = { version = "0.1", features = ["log"] } tracing-subscriber = { version = "0.3.17" } -clap = { version = "4.3.4", features = ["derive", "env"] } +clap = { version = "4.3.19", features = ["derive", "env"] } dotenv = { version = "0.15.0" } url = { version = "2.4.0" } serde_yaml = { version = "0.9.25" } -- 2.45.2