Skip to content

Commit

Permalink
Merge pull request #218 from Walther/2024-09-04-chores
Browse files Browse the repository at this point in the history
2024-09-04 chores
  • Loading branch information
Walther authored Sep 4, 2024
2 parents 470bc9f + a751637 commit 151d59f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions clovers-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ clovers = { path = "../clovers", features = [

# External
blue-noise-sampler = "0.1.0"
clap = { version = "4.5.10", features = ["std", "derive"] }
clap = { version = "4.5.16", features = ["std", "derive"] }
human_format = "1.1.0"
humantime = "2.1.0"
image = { version = "0.25.2", features = ["png"], default-features = false }
Expand All @@ -37,7 +37,7 @@ palette = { version = "0.7.6", features = ["serializing"] }
paste = { version = "1.0.15" }
rand = { version = "0.8.5", features = ["small_rng"], default-features = false }
rayon = "1.10.0"
serde = { version = "1.0.204", features = ["derive"], default-features = false }
serde = { version = "1.0.209", features = ["derive"], default-features = false }
serde_json = { version = "1.0", features = ["alloc"], default-features = false }
time = { version = "0.3.36", default-features = false }
tracing = "0.1.40"
Expand Down
2 changes: 1 addition & 1 deletion clovers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ palette = { version = "0.7.6", features = ["serializing"] }
ply-rs = { version = "0.1.3", optional = true }
rand = { version = "0.8.5", features = ["small_rng"], default-features = false }
rand_distr = { version = "0.4.3", features = ["std_math"] }
serde = { version = "1.0.204", features = [
serde = { version = "1.0.209", features = [
"derive",
], default-features = false, optional = true }
stl_io = { version = "0.7.0", optional = true }
Expand Down

0 comments on commit 151d59f

Please sign in to comment.