From f8a5bfe76b0c0f29cddf0cd284985f6b6d98389b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 21:13:14 +0000 Subject: [PATCH] Update triple_buffer requirement from 0.3.3 to 5.0.2 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.2) 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..f2670e1 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.2"