diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-12 03:01:28 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-12 03:01:28 +0300 |
| commit | 097a915f355d32d84c3d4516bb57ce73424e6e5b (patch) | |
| tree | 1713cbe28bd1bf4aa18bfa21585258d3a4adbdaa | |
| parent | c691de0dd0b7e058b7c66457c77092bd95b4e463 (diff) | |
| download | fparkan-097a915f355d32d84c3d4516bb57ce73424e6e5b.tar.xz fparkan-097a915f355d32d84c3d4516bb57ce73424e6e5b.zip | |
fix(deps): update all digest updates
| -rw-r--r-- | .gitea/workflows/docs-deploy.yml | 2 | ||||
| -rw-r--r-- | 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"] } |
