Skip to content

Commit af7284d

Browse files
authored
chore: bump deps (#6)
1 parent 7b578ff commit af7284d

File tree

2 files changed

+29
-27
lines changed

2 files changed

+29
-27
lines changed

Cargo.lock

Lines changed: 22 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ exclude = ["/examples"]
1515
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1616

1717
[dependencies]
18-
anyhow = "1.0.93"
19-
clap = { version = "4.5.21", features = ["derive"] }
18+
anyhow = "1.0.99"
19+
clap = { version = "4.5.46", features = ["derive"] }
2020
e57 = "0.11.10"
21-
serde_json = { version = "1.0.133" }
22-
serde = { version = "1.0.215", features = ["derive"] }
21+
serde_json = { version = "1.0.143" }
22+
serde = { version = "1.0.219", features = ["derive"] }
2323
las = { version = "0.9.5" }
24-
rayon = "1.10.0"
25-
uuid = { version = "1.11.0", features = ["v4"] }
26-
thiserror = { version = "2.0.3" }
24+
rayon = "1.11.0"
25+
uuid = { version = "1.18.0", features = ["v4"] }
26+
thiserror = { version = "2.0.16" }
2727

2828
[profile.release]
2929
lto = true

0 commit comments

Comments
 (0)