Merge pull request #123 from loot/dependabot/cargo/delegate-0.13.4

Bump delegate from 0.13.3 to 0.13.4
This commit is contained in:
Oliver Hamlet
2025-07-22 19:49:04 +01:00
committed by GitHub
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" }