Skip to content

Commit

Permalink
Update clap and pest crates to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
wahn committed Sep 1, 2023
1 parent a757321 commit 9f36a66
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ atomic = "0.6.0"
blend_info = "0.2.9"
# blend_info = { path = "../blend_info" }
byteorder = "1.4.3"
clap = { version = "4.3.21", features = ["derive"] }
clap = { version = "4.4.2", features = ["derive"] }
crossbeam = "0.8.2"
crossbeam-channel = "0.5.8"
hexf = "0.2.1"
Expand All @@ -28,8 +28,8 @@ lazy_static = "1.4.0"
num = "0.4.1"
num_cpus = "1.16.0"
pbr = "1.1.1"
pest = "2.7.2"
pest_derive = "2.7.2"
pest = "2.7.3"
pest_derive = "2.7.3"
ply-rs = "0.1.3"
rayon = "1.7.0"
smallvec = "1.11.0"
Expand Down

0 comments on commit 9f36a66

Please sign in to comment.