From ffa3c32c84c14057cb27b92aa31679e059da3d4a Mon Sep 17 00:00:00 2001 From: RenovateBot Date: Tue, 12 Mar 2024 03:08:43 +0000 Subject: [PATCH 1/3] Update Rust crate anyhow to 1.0.81 --- vma-rs/Cargo.toml | 2 +- vulkan-rs/Cargo.toml | 2 +- vulkan-sys/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vma-rs/Cargo.toml b/vma-rs/Cargo.toml index 500abc9..266fac7 100644 --- a/vma-rs/Cargo.toml +++ b/vma-rs/Cargo.toml @@ -9,7 +9,7 @@ build = "build.rs" [dependencies] vulkan-sys = { path = "../vulkan-sys" } -anyhow = { version = "1.0.80", features = ["backtrace"] } +anyhow = { version = "1.0.81", features = ["backtrace"] } [build-dependencies] cc = "1.0.90" \ No newline at end of file diff --git a/vulkan-rs/Cargo.toml b/vulkan-rs/Cargo.toml index 5de57aa..d15de1f 100644 --- a/vulkan-rs/Cargo.toml +++ b/vulkan-rs/Cargo.toml @@ -8,6 +8,6 @@ edition = "2021" image = "0.25.0" vulkan-sys = { path = "../vulkan-sys" } vma-rs = { path = "../vma-rs" } -anyhow = { version = "1.0.80", features = ["backtrace"] } +anyhow = { version = "1.0.81", features = ["backtrace"] } assetpath = { path = "../assetpath" } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } diff --git a/vulkan-sys/Cargo.toml b/vulkan-sys/Cargo.toml index c413aec..672c16a 100644 --- a/vulkan-sys/Cargo.toml +++ b/vulkan-sys/Cargo.toml @@ -8,5 +8,5 @@ edition = "2021" library_loader = { path = "../library_loader" } paste = "1.0.14" shared_library = "0.1.9" -anyhow = { version = "1.0.80", features = ["backtrace"] } +anyhow = { version = "1.0.81", features = ["backtrace"] } utilities = { git = "https://gavania.de/hodasemi/utilities.git" } From b933f7baa4a1a3cd63092a7451177cc32b826393 Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 12 Mar 2024 08:43:18 +0000 Subject: [PATCH 2/3] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 613e304..11caddb 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -8,7 +8,7 @@ on: jobs: build: steps: - - uses: https://github.com/actions/checkout@v3 + - uses: https://github.com/actions/checkout - uses: https://github.com/dtolnay/rust-toolchain@stable From fdd58debfb60def1416caa0c6c1b509132cf21ed Mon Sep 17 00:00:00 2001 From: hodasemi Date: Tue, 12 Mar 2024 12:02:15 +0000 Subject: [PATCH 3/3] .gitea/workflows/pull_request.yaml aktualisiert --- .gitea/workflows/pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/pull_request.yaml b/.gitea/workflows/pull_request.yaml index 11caddb..fbc7b27 100644 --- a/.gitea/workflows/pull_request.yaml +++ b/.gitea/workflows/pull_request.yaml @@ -8,7 +8,7 @@ on: jobs: build: steps: - - uses: https://github.com/actions/checkout + - uses: https://github.com/actions/checkout@main - uses: https://github.com/dtolnay/rust-toolchain@stable