Skip to content

Commit 9989348

Browse files
fix(deps): update all non-major dependencies
1 parent 1d85f50 commit 9989348

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ license = "MIT OR Apache-2.0"
1212
authors = ["Carter Himmel <carter@fyko.net>"]
1313

1414
[dependencies]
15-
image = { version = "0.25.3", default-features = false }
16-
serde = { version = "1.0.213", optional = true, features = ["derive"] }
17-
tract-onnx = "0.21.7"
18-
once_cell = "1.20.2"
15+
image = { version = "0.25.10", default-features = false }
16+
serde = { version = "1.0.228", optional = true, features = ["derive"] }
17+
tract-onnx = "0.22.1"
18+
once_cell = "1.21.4"
1919

2020
[dev-dependencies]
21-
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros"] }
22-
serde_json = "1.0.132"
21+
tokio = { version = "1.52.1", features = ["rt-multi-thread", "macros"] }
22+
serde_json = "1.0.149"
2323

2424
[features]
2525
default = ["jpeg", "png", "gif"]

0 commit comments

Comments
 (0)