From a662607d4fb7c55e0d12962ec85191f3ce482e53 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 17:15:43 +0000 Subject: [PATCH] Update glfw requirement from 0.60.0 to 0.61.0 in /crates/sandbox --- updated-dependencies: - dependency-name: glfw dependency-version: 0.60.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/sandbox/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/sandbox/Cargo.toml b/crates/sandbox/Cargo.toml index 7d492b0..d361778 100644 --- a/crates/sandbox/Cargo.toml +++ b/crates/sandbox/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" ferrite = { path = "../engine" } ferrite-ui = { path = "../engine-ui" } cgmath = "0.18.0" -glfw = "0.60.0" +glfw = "0.61.0"