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 Nov 7, 2024
1 parent 1d85f50 commit 6bcf525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ 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"] }
image = { version = "0.25.5", default-features = false }
serde = { version = "1.0.214", optional = true, features = ["derive"] }
tract-onnx = "0.21.7"
once_cell = "1.20.2"

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

[features]
Expand Down

0 comments on commit 6bcf525

Please sign in to comment.