From a751637b3da40a029e7ecfa771db23bbe72248aa Mon Sep 17 00:00:00 2001 From: Walther Date: Wed, 4 Sep 2024 15:41:12 +0300 Subject: [PATCH] chore: cargo upgrade --- clovers-cli/Cargo.toml | 4 ++-- clovers/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clovers-cli/Cargo.toml b/clovers-cli/Cargo.toml index 2eadaea9..0719b853 100644 --- a/clovers-cli/Cargo.toml +++ b/clovers-cli/Cargo.toml @@ -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 } @@ -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" diff --git a/clovers/Cargo.toml b/clovers/Cargo.toml index b5230aa3..9b06ccf0 100644 --- a/clovers/Cargo.toml +++ b/clovers/Cargo.toml @@ -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 }