From 9207fd5b2e6c77a50cfcca021dc4dfa5b53d579d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 03:28:13 +0000 Subject: Update snafu requirement from 0.4.1 to 0.5.0 Updates the requirements on [snafu](https://github.com/shepmaster/snafu) to permit the latest version. - [Release notes](https://github.com/shepmaster/snafu/releases) - [Changelog](https://github.com/shepmaster/snafu/blob/master/CHANGELOG.md) - [Commits](https://github.com/shepmaster/snafu/compare/0.4.1...0.5.0) 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 fa967e6..7165850 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ bitflags = "1.0.4" serde = {version = "1.0.91", features = ["derive"]} serde_json = "1.0.39" csv = "1.0.7" -snafu = {version="0.4.1", features = ["backtraces", "rust_1_30"]} +snafu = {version="0.5.0", features = ["backtraces", "rust_1_30"]} num-traits = "0.2" num-derive = "0.2" winstructs = "0.2.0" -- cgit v1.2.3