Bump delegate from 0.13.3 to 0.13.4

---
updated-dependencies:
- dependency-name: delegate
  dependency-version: 0.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-07-21 18:32:31 +00:00
committed by GitHub
parent 828c3bf22f
commit be7596f747
2 changed files with 3 additions and 3 deletions
Generated
+2 -2
View File
@@ -294,9 +294,9 @@ dependencies = [
[[package]]
name = "delegate"
version = "0.13.3"
version = "0.13.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b6483c2bbed26f97861cf57651d4f2b731964a28cd2257f934a4b452480d21"
checksum = "6178a82cf56c836a3ba61a7935cdb1c49bfaa6fa4327cd5bf554a503087de26b"
dependencies = [
"proc-macro2",
"quote",
+1 -1
View File
@@ -6,7 +6,7 @@ license = "GPL-3.0-or-later"
[dependencies]
cxx = { version = "1.0", features = ["c++17"] }
delegate = "0.13.2"
delegate = "0.13.4"
libloot = { path = ".." }
libloot-ffi-errors = { path = "../ffi-errors" }