Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwatin committed Nov 21, 2024
1 parent 581c2ab commit 7f88bcd
Show file tree
Hide file tree
Showing 2 changed files with 64 additions and 37 deletions.
85 changes: 56 additions & 29 deletions Cargo.lock

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

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ exclude = ["/examples"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
anyhow = "1.0.86"
clap = { version = "4.5.7", features = ["derive"] }
e57 = "0.11.5"
serde_json = { version = "1.0.117" }
serde = { version = "1.0.203", features = ["derive"] }
las = "0.9.1"
anyhow = "1.0.93"
clap = { version = "4.5.21", features = ["derive"] }
e57 = "0.11.7"
serde_json = { version = "1.0.133" }
serde = { version = "1.0.215", features = ["derive"] }
las = "0.9.2"
rayon = "1.10.0"
uuid = { version = "1.8.0", features = ["v4"] }
thiserror = { version = "1.0.63" }
uuid = { version = "1.11.0", features = ["v4"] }
thiserror = { version = "2.0.3" }

[profile.release]
lto = true
Expand Down

0 comments on commit 7f88bcd

Please sign in to comment.