From b10d4212169581cc615d4d65c07040c1eb21a96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Jun 2024 05:09:54 +0000 Subject: [PATCH] Bump godot from `3c7173c` to `7eec09c` in /rust Bumps [godot](https://github.com/godot-rust/gdext) from `3c7173c` to `7eec09c`. - [Commits](https://github.com/godot-rust/gdext/compare/3c7173cbf862647bc71faf7913b0b874ba1e055b...7eec09c44fc1e49a54d76b972a719496cc7c38fc) --- 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..52fd425 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#7eec09c44fc1e49a54d76b972a719496cc7c38fc" 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#7eec09c44fc1e49a54d76b972a719496cc7c38fc" 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#7eec09c44fc1e49a54d76b972a719496cc7c38fc" [[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#7eec09c44fc1e49a54d76b972a719496cc7c38fc" 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#7eec09c44fc1e49a54d76b972a719496cc7c38fc" 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#7eec09c44fc1e49a54d76b972a719496cc7c38fc" 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#7eec09c44fc1e49a54d76b972a719496cc7c38fc" 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"