From 7230d422f3a7bdc7104ff56ab836c89abb69636a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 04:18:54 +0000 Subject: [PATCH] Bump godot from `27b0054` to `3c7173c` in /rust Bumps [godot](https://github.com/godot-rust/gdext) from `27b0054` to `3c7173c`. - [Commits](https://github.com/godot-rust/gdext/compare/27b0054a296ebabebe80f2db3ec4f3c09d519b4b...3c7173cbf862647bc71faf7913b0b874ba1e055b) --- updated-dependencies: - dependency-name: godot dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 5ccf5e8..8423ff8 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#27b0054a296ebabebe80f2db3ec4f3c09d519b4b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" 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#27b0054a296ebabebe80f2db3ec4f3c09d519b4b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" dependencies = [ "godot4-prebuilt", ] @@ -70,15 +70,14 @@ dependencies = [ [[package]] name = "godot-cell" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#27b0054a296ebabebe80f2db3ec4f3c09d519b4b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" [[package]] name = "godot-codegen" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#27b0054a296ebabebe80f2db3ec4f3c09d519b4b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" dependencies = [ "godot-bindings", - "godot-fmt", "heck", "nanoserde", "proc-macro2", @@ -89,7 +88,7 @@ dependencies = [ [[package]] name = "godot-core" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#27b0054a296ebabebe80f2db3ec4f3c09d519b4b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" dependencies = [ "glam", "godot-bindings", @@ -101,7 +100,7 @@ dependencies = [ [[package]] name = "godot-ffi" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#27b0054a296ebabebe80f2db3ec4f3c09d519b4b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" dependencies = [ "gensym", "godot-bindings", @@ -110,18 +109,10 @@ dependencies = [ "paste", ] -[[package]] -name = "godot-fmt" -version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#27b0054a296ebabebe80f2db3ec4f3c09d519b4b" -dependencies = [ - "proc-macro2", -] - [[package]] name = "godot-macros" version = "0.1.0" -source = "git+https://github.com/godot-rust/gdext?branch=master#27b0054a296ebabebe80f2db3ec4f3c09d519b4b" +source = "git+https://github.com/godot-rust/gdext?branch=master#3c7173cbf862647bc71faf7913b0b874ba1e055b" dependencies = [ "godot-bindings", "proc-macro2",