Skip to content

Commit 6c60978

Browse files
authored
Merge pull request #244 from Walther/push-kurzuyulolzx
chore: cargo upgrade
2 parents b3a2444 + 0ac79d4 commit 6c60978

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

clovers-cli/Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ clovers = { path = "../clovers", features = [
2424

2525
# External
2626
blue-noise-sampler = "0.1.0"
27-
clap = { version = "4.5.51", features = ["std", "derive"] }
27+
clap = { version = "4.5.54", features = ["std", "derive"] }
2828
exr = "1.74.0"
29-
human_format = "1.1.0"
29+
human_format = "1.2.1"
3030
humantime = "2.3.0"
3131
image = { version = "0.25.9", features = ["png"], default-features = false }
3232
img-parts = "0.4.0"
@@ -43,9 +43,9 @@ rand = { version = "0.9.2", features = [
4343
rayon = "1.11.0"
4444
serde = { version = "1.0.228", features = ["derive"], default-features = false }
4545
serde_json = { version = "1.0", features = ["alloc"], default-features = false }
46-
time = { version = "0.3.44", default-features = false }
47-
tracing = "0.1.41"
48-
tracing-subscriber = { version = "0.3.20", features = ["time"] }
46+
time = { version = "0.3.45", default-features = false }
47+
tracing = "0.1.44"
48+
tracing-subscriber = { version = "0.3.22", features = ["time"] }
4949

5050
[dev-dependencies]
5151
divan = "0.1.21"

clovers/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ serde = { version = "1.0.228", features = [
3333
"derive",
3434
], default-features = false, optional = true }
3535
stl_io = { version = "0.10.0", optional = true }
36-
tracing = { version = "0.1.41", optional = true }
36+
tracing = { version = "0.1.44", optional = true }
3737
phf = { version = "0.13.1", default-features = false }
3838

3939
[dev-dependencies]
4040
divan = "0.1.21"
41-
plotly = "0.13.5"
41+
plotly = "0.14.0"
4242
proptest = "1"
4343

4444
[build-dependencies]

0 commit comments

Comments
 (0)