From d2cbf6f47d00c7106c0a50cf173930c1baf4ffaf Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Dec 2020 21:13:11 +0000 Subject: [PATCH] Update tobj requirement from 0.1.4 to 2.0.3 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/commits) 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..747758c 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.3" glium_text = "0.11.0" triple_buffer = "0.3.3"