From 430a453fdeab000026aa7830b39733076e9daf2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:39:56 -0700 Subject: [PATCH] Update csbindgen requirement from =1.9.0 to =1.9.3 (#292) Updates the requirements on [csbindgen](https://github.com/Cysharp/csbindgen) to permit the latest version. - [Release notes](https://github.com/Cysharp/csbindgen/releases) - [Commits](https://github.com/Cysharp/csbindgen/compare/1.9.0...1.9.3) --- updated-dependencies: - dependency-name: csbindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bindings/ffi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/ffi/Cargo.toml b/bindings/ffi/Cargo.toml index 43974db..5fb0c89 100644 --- a/bindings/ffi/Cargo.toml +++ b/bindings/ffi/Cargo.toml @@ -21,4 +21,4 @@ custom_allocator = [] [build-dependencies] cbindgen = "0.26.0" -csbindgen = "=1.9.0" +csbindgen = "=1.9.3"