From 2a0628594932f67b347515752342368347548b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 May 2024 04:48:53 +0000 Subject: [PATCH] Bump godot from `3c7173c` to `e4603ce` in /rust Bumps [godot](https://github.com/godot-rust/gdext) from `3c7173c` to `e4603ce`. - [Commits](https://github.com/godot-rust/gdext/compare/3c7173cbf862647bc71faf7913b0b874ba1e055b...e4603ced53be5fd90902928ae17ff64f22d30b96) --- updated-dependencies: - dependency-name: godot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8423ff8..1fba364 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -53,7 +53,7 @@ checksum = "9e05e7e6723e3455f4818c7b26e855439f7546cf617ef669d1adedb8669e5cb9" [[package]] name = "godot" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#e4603ced53be5fd90902928ae17ff64f22d30b96" dependencies = [ "godot-core", "godot-macros", @@ -62,7 +62,7 @@ dependencies = [ [[package]] name = "godot-bindings" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#e4603ced53be5fd90902928ae17ff64f22d30b96" dependencies = [ "godot4-prebuilt", ] @@ -70,12 +70,12 @@ dependencies = [ [[package]] name = "godot-cell" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#e4603ced53be5fd90902928ae17ff64f22d30b96" [[package]] name = "godot-codegen" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#e4603ced53be5fd90902928ae17ff64f22d30b96" dependencies = [ "godot-bindings", "heck", @@ -88,7 +88,7 @@ dependencies = [ [[package]] name = "godot-core" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#e4603ced53be5fd90902928ae17ff64f22d30b96" dependencies = [ "glam", "godot-bindings", @@ -100,7 +100,7 @@ dependencies = [ [[package]] name = "godot-ffi" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#e4603ced53be5fd90902928ae17ff64f22d30b96" dependencies = [ "gensym", "godot-bindings", @@ -112,7 +112,7 @@ dependencies = [ [[package]] name = "godot-macros" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" +source = "git+https://github.com/godot-rust/gdext?branch=master#e4603ced53be5fd90902928ae17ff64f22d30b96" dependencies = [ "godot-bindings", "proc-macro2",