From 5d4f02ea11af8c20de5bcca7693c84c59bcb2818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 05:01:14 +0000 Subject: [PATCH] Bump godot from `3c7173c` to `529654c` in /rust Bumps [godot](https://github.com/godot-rust/gdext) from `3c7173c` to `529654c`. - [Commits](https://github.com/godot-rust/gdext/compare/3c7173cbf862647bc71faf7913b0b874ba1e055b...529654cf2dec8f7d6670155b058aa36927bbf4d6) --- updated-dependencies: - dependency-name: godot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 8423ff8..3259952 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#529654cf2dec8f7d6670155b058aa36927bbf4d6" 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#529654cf2dec8f7d6670155b058aa36927bbf4d6" 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#529654cf2dec8f7d6670155b058aa36927bbf4d6" [[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#529654cf2dec8f7d6670155b058aa36927bbf4d6" 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#529654cf2dec8f7d6670155b058aa36927bbf4d6" 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#529654cf2dec8f7d6670155b058aa36927bbf4d6" 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#529654cf2dec8f7d6670155b058aa36927bbf4d6" dependencies = [ "godot-bindings", "proc-macro2", @@ -131,7 +131,7 @@ dependencies = [ [[package]] name = "godot4-prebuilt" version = "0.0.0" -source = "git+https://github.com/godot-rust/godot4-prebuilt?branch=4.2.2#5e6130a47f3dd31bfd02548cf8d90f47cb741916" +source = "git+https://github.com/godot-rust/godot4-prebuilt?branch=4.2#3328a4cded2da9c9a3e2c4f7e42f649f677648ce" [[package]] name = "heck"