diff --git a/datatypes/Cargo.toml b/datatypes/Cargo.toml index 4782731e7..d40fc921c 100644 --- a/datatypes/Cargo.toml +++ b/datatypes/Cargo.toml @@ -26,7 +26,7 @@ ocl = { git = "https://github.com/michaelmattig/ocl", branch = "tentative_master ordered-float = { version= "2.0", features = ["serde"] } paste = "1.0" postgres-types = { version = "0.2", features = ["derive", "with-chrono-0_4", "with-uuid-0_8"], optional = true } -proj = "0.22" +proj = "0.24" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" snafu = "0.6" diff --git a/services/Cargo.toml b/services/Cargo.toml index cfb682ee4..3ae79cb34 100644 --- a/services/Cargo.toml +++ b/services/Cargo.toml @@ -46,7 +46,7 @@ mime = "0.3" num-traits = "0.2" paste = "1.0" postgres-types = { version = "0.2", features = ["derive"], optional = true } -proj = "0.22" +proj = "0.24" proj-sys = "0.19" pwhash = "1.0" quick-xml = { version = "0.22", optional = true }