Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 38e44f2 commit c63e57a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ license = "MIT OR Apache-2.0"
authors = ["Carter Himmel <[email protected]>"]

[dependencies]
image = { version = "0.24.9", default-features = false }
serde = { version = "1.0.197", optional = true, features = ["derive"] }
tract-onnx = "0.21.1"
image = { version = "0.25.1", default-features = false }
serde = { version = "1.0.201", optional = true, features = ["derive"] }
tract-onnx = "0.21.4"
once_cell = "1.19.0"

[dev-dependencies]
tokio = { version = "1.36.0", features = ["rt-multi-thread", "macros"] }
serde_json = "1.0.114"
tokio = { version = "1.37.0", features = ["rt-multi-thread", "macros"] }
serde_json = "1.0.117"

[features]
default = ["jpeg", "png"]
Expand Down

0 comments on commit c63e57a

Please sign in to comment.