diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 96b887a..f4bf6f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,10 +8,12 @@ updates: time: "07:10" # UTC commit-message: prefix: "chore(cargo):" + target-branch: "develop" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" commit-message: - prefix: "ci(actions):" \ No newline at end of file + prefix: "ci(actions):" + target-branch: "develop" \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 867dd41..8c8cc9f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,13 +34,13 @@ reqwest_cookie_store = "0.6" typed-builder = "0.18" fang = { version = "0.10.3", features = ["asynk"], default-features = false } redis-macros = { version = "0.2.1", optional = true } -redis = { version = "0.24.0", optional = true } +redis = { version = "0.25.3", optional = true } serde_json = { version = "1.0.91" } log = "0.4.20" lazy_static = "1.4.0" [dev-dependencies] redis-macros = { version = "0.2.1" } -redis = { version = "0.24.0" } +redis = { version = "0.25.3" } [dependencies.bb8-postgres] version = "0.8"