Skip to content

Commit

Permalink
chore: cargo upgrade, nalgebra and serde
Browse files Browse the repository at this point in the history
  • Loading branch information
Walther committed Jul 24, 2024
1 parent a9d7eec commit 832b495
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions clovers-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,20 +23,20 @@ clovers = { path = "../clovers", features = [

# External
blue-noise-sampler = "0.1.0"
clap = { version = "4.5.6", features = ["std", "derive"] }
clap = { version = "4.5.10", features = ["std", "derive"] }
human_format = "1.1.0"
humantime = "2.1.0"
image = { version = "0.25.1", features = ["png"], default-features = false }
image = { version = "0.25.2", features = ["png"], default-features = false }
img-parts = "0.3.0"
indicatif = { version = "0.17.8", features = [
"rayon",
], default-features = false }
nalgebra = { version = "0.32.5" }
nalgebra = { version = "0.33.0" }
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.203", features = ["derive"], default-features = false }
serde = { version = "1.0.204", 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
4 changes: 2 additions & 2 deletions clovers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ traces = ["tracing"]
[dependencies]
enum_dispatch = "0.3.13"
gltf = { version = "1.4.1", optional = true }
nalgebra = { version = "0.32.5" }
nalgebra = { version = "0.33.0" }
palette = { version = "0.7.6", features = ["serializing"] }
rand = { version = "0.8.5", features = ["small_rng"], default-features = false }
rand_distr = { version = "0.4.3", features = ["std_math"] }
serde = { version = "1.0.203", features = [
serde = { version = "1.0.204", features = [
"derive",
], default-features = false, optional = true }
stl_io = { version = "0.7.0", optional = true }
Expand Down

0 comments on commit 832b495

Please sign in to comment.