From 006758c6621ea3b3ee8e69190ceeb86459db28b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:41:04 +0000 Subject: [PATCH] Update all dependencies --- .github/workflows/deploy.yml | 8 ++--- .github/workflows/test.yml | 2 +- Cargo.toml | 60 ++++++++++++++++++------------------ 3 files changed, 35 insertions(+), 35 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e14bd1e..a809208 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'skip-ci: create-release')" steps: - name: Checkout Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Import Vault secrets uses: hashicorp/vault-action@v2 with: @@ -40,7 +40,7 @@ jobs: if: "!failure() && !contains(github.event.head_commit.message, 'skip-ci: deploy-mpr')" steps: - name: Checkout Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Import Vault secrets uses: hashicorp/vault-action@v2 with: @@ -91,7 +91,7 @@ jobs: if: "!failure() && !contains(github.event.head_commit.message, 'skip-ci: deploy-snap')" steps: - name: Checkout Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup makedeb APT repositories uses: makedeb/setup-makedeb@main with: @@ -126,7 +126,7 @@ jobs: secrets: | kv/data/ci github_api_key | GH_TOKEN - name: Checkout Flathub Celeste Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: flathub/com.hunterwittenborn.Celeste path: com.hunterwittenborn.Celeste diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 432e4b5..1302878 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: options: --user root steps: - name: Checkout Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup makedeb APT repositories uses: makedeb/setup-makedeb@main with: diff --git a/Cargo.toml b/Cargo.toml index 9f02f44..0732c8c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,38 +5,38 @@ members = ["celeste", "celeste-tray", "libceleste"] celeste-tray.path = "celeste-tray" libceleste.path = "libceleste" -adw = { package = "libadwaita", version = "0.2.1", features = ["v1_2"] } -base64 = "0.20.0" -blocking = "1.3.0" -clap = { version = "4.0.12", features = ["derive", "env"] } -dirs = "4.0.0" +adw = { package = "libadwaita", version = "0.5.2", features = ["v1_2"] } +base64 = "0.21.3" +blocking = "1.3.1" +clap = { version = "4.4.2", features = ["derive", "env"] } +dirs = "5.0.1" exitcode = "1.1.2" -file-lock = "2.1.6" -glib = "0.16.7" -glob = "0.3.0" -grass = "0.11.2" -gtk3 = { package = "gtk", version = "0.15" } -hw-msg = "0.3.1" -indexmap = "1.9.2" -futures = "0.3.25" +file-lock = "2.1.10" +glib = "0.18.1" +glob = "0.3.1" +grass = "0.13.1" +gtk3 = { package = "gtk", version = "0.18" } +hw-msg = "0.4.1" +indexmap = "2.0.0" +futures = "0.3.28" lazy_static = "1.4.0" -libappindicator = "0.7.1" +libappindicator = "0.8.0" librclone = { version = "0.5.0" } -nix = "0.26.2" -quit = "1.1.4" +nix = "0.27.1" +quit = "2.0.0" rand = "0.8.5" -regex = "1.6.0" -rocket = "0.5.0-rc.2" -sea-orm = { version = "0.10.3", features = ["sqlx-sqlite", "runtime-async-std-rustls", "macros"] } -sea-orm-migration = "0.10.0" -serde = { version = "1.0.143", features = ["derive"] } -serde_json = "1.0.83" -tempfile = "3.3.0" -tera = "1.17.1" -time = { version = "0.3.17", features = ["serde-well-known"] } -tokio = { version = "1.21.2", features = ["macros", "rt-multi-thread", "sync"] } -toml_edit = { version = "0.14.4", features = ["serde"] } -tr = "0.1.6" -url = "2.3.1" +regex = "1.9.5" +rocket = "0.5.0-rc.3" +sea-orm = { version = "0.12.2", features = ["sqlx-sqlite", "runtime-async-std-rustls", "macros"] } +sea-orm-migration = "0.12.2" +serde = { version = "1.0.188", features = ["derive"] } +serde_json = "1.0.106" +tempfile = "3.8.0" +tera = "1.19.1" +time = { version = "0.3.28", features = ["serde-well-known"] } +tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread", "sync"] } +toml_edit = { version = "0.19.15", features = ["serde"] } +tr = "0.1.7" +url = "2.4.1" users = "0.11.0" -zbus = "3.8.0" +zbus = "3.14.1"