Skip to content

Commit

Permalink
deps: bumps deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwatin committed Sep 27, 2023
1 parent 1ed4f14 commit c94a66e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 115 deletions.
131 changes: 22 additions & 109 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ authors = ["pnodet <paul.nodet@gmail.com>", "pnwa <pnwa@icloud.com>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.72"
clap = { version = "4.3.21", features = ["derive"] }
e57 = "0.9.0"
serde_json = { version = "1.0.105" }
serde = { version = "1.0.183", features = ["derive"] }
anyhow = "1.0.75"
clap = { version = "4.4.5", features = ["derive"] }
e57 = "0.9.1"
serde_json = { version = "1.0.107" }
serde = { version = "1.0.188", features = ["derive"] }
las = "0.8.1"
rayon = "1.7.0"
rayon = "1.8.0"
uuid = { version = "1.4.1", features = ["v4"] }

0 comments on commit c94a66e

Please sign in to comment.