Merge pull request #8 from mwatts/dependabot/cargo/num-approx-0.4

Update num requirement from ~0.3 to ~0.4
This commit is contained in:
Mark Watts 2021-07-02 17:47:48 -04:00 committed by GitHub
commit c8c7dda27a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"] }