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 Jan 7, 2025
1 parent 1d85f50 commit c65e6df
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.25.3", default-features = false }
serde = { version = "1.0.213", optional = true, features = ["derive"] }
tract-onnx = "0.21.7"
image = { version = "0.25.5", default-features = false }
serde = { version = "1.0.217", optional = true, features = ["derive"] }
tract-onnx = "0.21.8"
once_cell = "1.20.2"

[dev-dependencies]
tokio = { version = "1.41.0", features = ["rt-multi-thread", "macros"] }
serde_json = "1.0.132"
tokio = { version = "1.42.0", features = ["rt-multi-thread", "macros"] }
serde_json = "1.0.135"

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

0 comments on commit c65e6df

Please sign in to comment.