File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ clovers = { path = "../clovers", features = [
2424
2525# External
2626blue-noise-sampler = " 0.1.0"
27- clap = { version = " 4.5.51 " , features = [" std" , " derive" ] }
27+ clap = { version = " 4.5.54 " , features = [" std" , " derive" ] }
2828exr = " 1.74.0"
29- human_format = " 1.1.0 "
29+ human_format = " 1.2.1 "
3030humantime = " 2.3.0"
3131image = { version = " 0.25.9" , features = [" png" ], default-features = false }
3232img-parts = " 0.4.0"
@@ -43,9 +43,9 @@ rand = { version = "0.9.2", features = [
4343rayon = " 1.11.0"
4444serde = { version = " 1.0.228" , features = [" derive" ], default-features = false }
4545serde_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 ]
5151divan = " 0.1.21"
Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ serde = { version = "1.0.228", features = [
3333 " derive" ,
3434], default-features = false , optional = true }
3535stl_io = { version = " 0.10.0" , optional = true }
36- tracing = { version = " 0.1.41 " , optional = true }
36+ tracing = { version = " 0.1.44 " , optional = true }
3737phf = { version = " 0.13.1" , default-features = false }
3838
3939[dev-dependencies ]
4040divan = " 0.1.21"
41- plotly = " 0.13.5 "
41+ plotly = " 0.14.0 "
4242proptest = " 1"
4343
4444[build-dependencies ]
You can’t perform that action at this time.
0 commit comments