From ad0c87e69e372d9ce4feaa762af2099432dcf83f Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 21:12:39 +0000 Subject: [PATCH] Update tobj requirement from 0.1.4 to 2.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...2.0.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..0ebadfe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,6 @@ glium = "*" cgmath = "*" image = "*" baal = "0.5.1" -tobj = "0.1.4" +tobj = "2.0.0" glium_text = "0.11.0" triple_buffer = "0.3.3"