From 26608d09e3a4f26ba035b0ad8fcc61b40579c1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Fri, 12 Apr 2019 21:18:44 +0000 Subject: [PATCH] Update triple_buffer requirement from 0.3.3 to 5.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/compare/v0.3.3...v5.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..e9d928b 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 = "5.0.0"