From b645f5491b5cec7bd7bfee16b2b9dd76d7e28b3d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 21:12:13 +0000 Subject: [PATCH] Update triple_buffer requirement from 0.3.3 to 5.0.1 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.1) 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..cbf572b 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.1"