From 875c33ae3b5b5fc96a4b13754b5208b09fc690b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 19 Dec 2018 21:15:28 +0000 Subject: [PATCH] Update triple_buffer requirement from 0.3.3 to 4.0.0 Updates the requirements on [triple_buffer](https://github.com/HadrienG2/triple-buffer) to permit the latest version. - [Release notes](https://github.com/HadrienG2/triple-buffer/releases) - [Commits](https://github.com/HadrienG2/triple-buffer/commits/v4.0.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6472ed..575f1cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ image = "*" baal = "0.5.1" tobj = "0.1.4" glium_text = "0.11.0" -triple_buffer = "0.3.3" +triple_buffer = "4.0.0"