From 100b95552bf7b829cdd32938ee0b3a5c824164c9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2020 21:12:18 +0000 Subject: [PATCH] Update tobj requirement from 0.1.4 to 1.0.0 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...1.0) 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..994d6a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ glium = "*" cgmath = "*" image = "*" baal = "0.5.1" -tobj = "0.1.4" +tobj = "1.0.0" glium_text = "0.11.0" triple_buffer = "0.3.3"