From 097a915f355d32d84c3d4516bb57ce73424e6e5b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 12 Feb 2026 00:01:28 +0000 Subject: fix(deps): update all digest updates --- .gitea/workflows/docs-deploy.yml | 2 +- crates/nres/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/docs-deploy.yml b/.gitea/workflows/docs-deploy.yml index b5d3f1f..ad9e0b9 100644 --- a/.gitea/workflows/docs-deploy.yml +++ b/.gitea/workflows/docs-deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5 with: - python-version: "3.12" + python-version: "3.14" - name: Install docs dependencies run: pip install -r requirements.txt diff --git a/crates/nres/Cargo.toml b/crates/nres/Cargo.toml index 25f3494..38b8822 100644 --- a/crates/nres/Cargo.toml +++ b/crates/nres/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" common = { path = "../common" } [target.'cfg(windows)'.dependencies] -windows-sys = { version = "0.59", features = ["Win32_Storage_FileSystem"] } +windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem"] } -- cgit v1.2.3