Upgrade a bunch of packages

This commit is contained in:
Matthew Gordon 2024-01-18 19:52:27 -04:00
parent f693faed12
commit 45121558f9
2 changed files with 709 additions and 574 deletions

1273
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -7,13 +7,13 @@ edition = "2021"
[dependencies] [dependencies]
serde_json = "1.0" serde_json = "1.0"
tokio = {version="1.17", features=["rt-multi-thread", "macros"]} tokio = {version="1.35", features=["rt-multi-thread", "macros"]}
tokio-util = {version="0.7", features=["io"]} tokio-util = {version="0.7", features=["io"]}
reqwest = {version="0.11", features=["json", "stream"]} reqwest = {version="0.11", features=["json", "stream"]}
proj = "0.25" proj = "0.27"
geo-types = "0.7" geo-types = "0.7"
clap = {version="3.1", features=["derive"]} clap = {version="4.4", features=["derive"]}
anyhow = "1.0" anyhow = "1.0"
futures = "0.3" futures = "0.3"
bytes = "1.1" bytes = "1.5"
las = {version="0.7", features=["laz"]} las = {version="0.8", features=["laz"]}