From 722f7fb7829617b5c28bfb5a4e25e2d6091348e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jul 2021 21:29:09 +0000 Subject: [PATCH] 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) --- updated-dependencies: - dependency-name: num dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- edn/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edn/Cargo.toml b/edn/Cargo.toml index 109e5a01..23bbed47 100644 --- a/edn/Cargo.toml +++ b/edn/Cargo.toml @@ -12,7 +12,7 @@ readme = "./README.md" [dependencies] chrono = "~0.4" itertools = "~0.9" -num = "~0.3" +num = "~0.4" ordered-float = "~2.5" pretty = "~0.10" uuid = { version = "~0.8", features = ["v4", "serde"] }