From 79a930ee10034a26a6858761e0e10ec9b5de1860 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 4 Nov 2020 06:06:34 +0000 Subject: [PATCH] build(deps): update num requirement from 0.2.1 to 0.3.1 Updates the requirements on [num](https://github.com/rust-num/num) to permit the latest version. - [Release notes](https://github.com/rust-num/num/releases) - [Changelog](https://github.com/rust-num/num/blob/master/RELEASES.md) - [Commits](https://github.com/rust-num/num/compare/num-0.2.1...num-0.3.1) Signed-off-by: dependabot-preview[bot] --- components/epaxos/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/epaxos/Cargo.toml b/components/epaxos/Cargo.toml index 435b77e8..48fdb081 100644 --- a/components/epaxos/Cargo.toml +++ b/components/epaxos/Cargo.toml @@ -25,7 +25,7 @@ prost = { version = "0.6.1" } tonic = "0.2" tokio = { version = "0.2.18", features = ["full"] } derive_more = "0.99.3" -num = "0.2.1" +num = "0.3.1" serde = { version = "1.0", features = ["derive"] } serde_yaml = { version = "0.8" } lazy_static = { version = "1.4.0" }