From 43af6291e9431681cd80bda64ba4073a02b9aace Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 03:33:15 +0000 Subject: Update num-derive requirement from 0.2 to 0.3 Updates the requirements on [num-derive](https://github.com/rust-num/num-derive) to permit the latest version. - [Release notes](https://github.com/rust-num/num-derive/releases) - [Changelog](https://github.com/rust-num/num-derive/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num-derive/compare/num-derive-0.2.0...num-derive-0.3.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 938bdaa..ec9de77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ serde_json = "1.0.39" csv = "1.0.7" snafu = {version="0.5.0", features = ["backtraces", "rust_1_30"]} num-traits = "0.2" -num-derive = "0.2" +num-derive = "0.3" winstructs = "0.2.0" lru = "0.1.15" itertools = "0.8.0" -- cgit v1.2.3