From b9ec745dad3b4ff8b00d53966679f9031e7be5f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 May 2021 12:21:56 +0000 Subject: [PATCH] build(deps): update num requirement from 0.3 to 0.4 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.3.0...num-0.4.0) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4213160af613f..d5f3f7887040a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bincode = "1.3.1" futures = "0.3" log = "0.4" msql-srv = "0.9" -num = "0.3" +num = "0.4" num_cpus = "1.0" paste = "^1.0" pin-project-lite= "^0.2.0"