Skip to content

Commit

Permalink
Merge pull request #667 from pbougue/upgrade_simple_deps
Browse files Browse the repository at this point in the history
[tech] Upgrade simple deps
  • Loading branch information
Pierre-Etienne Bougué authored Jul 2, 2020
2 parents 032c02d + 2f75986 commit b67e4fe
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ xmllint = ["proj"]

[dependencies]
chrono = "0.4"
csv = "1.0"
derivative = "1"
csv = "1"
derivative = "2"
failure = "0.1"
geo = "0.12"
geo-types = "0.4"
iso4217 = "0.3"
lazy_static = "1.2"
lazy_static = "1"
log = "0.4"
md5 = "0.7"
minidom = "0.12"
Expand All @@ -54,16 +54,15 @@ minidom_writer = "1"
num-traits = "0.2"
pretty_assertions = "0.6"
proj = { version = "0.14", optional = true }
quick-xml = "0.17"
quick-xml = "0.18"
relational_types = "1"
rust_decimal = "1.0"
rust_decimal = "1"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
skip_error = { version = "1", features = ["log"] }
tempfile = "3"
time-parse = "0.1"
typed_index_collection = "1"
walkdir = "2.1"
walkdir = "2"
wkt = "0.5"
zip = "0.5"

Expand All @@ -74,4 +73,4 @@ required-features = ["proj"]

[dev-dependencies]
approx = "0.3"
rust_decimal_macros = "1.0"
rust_decimal_macros = "1"

0 comments on commit b67e4fe

Please sign in to comment.