From dbe8e619e720701e61331c33b117184d7946b282 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 21:13:24 +0000 Subject: [PATCH] Update tobj requirement from 0.1.4 to 3.0.1 Updates the requirements on [tobj](https://github.com/Twinklebear/tobj) to permit the latest version. - [Release notes](https://github.com/Twinklebear/tobj/releases) - [Commits](https://github.com/Twinklebear/tobj/compare/0.1.4...3.0.1) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6472ed..1cf08e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ glium = "*" cgmath = "*" image = "*" baal = "0.5.1" -tobj = "0.1.4" +tobj = "3.0.1" glium_text = "0.11.0" triple_buffer = "0.3.3"