Skip to content

Commit

Permalink
update turbojpeg to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarriba committed Dec 16, 2024
1 parent 8e43c1e commit d005376
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ log = "0.4"
num-traits = "0.2"
rand = "0.8.5"
rerun = "^0.20"
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1", features = ["derive"] }
tempfile = "3.10"
thiserror = "1.0"
thiserror = "1"
2 changes: 1 addition & 1 deletion crates/kornia-io/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ thiserror = { workspace = true }
gst = { version = "0.23.0", package = "gstreamer", optional = true }
gst-app = { version = "0.23.0", package = "gstreamer-app", optional = true }
memmap2 = "0.9.4"
turbojpeg = { version = "1.0.0", optional = true }
turbojpeg = { version = "1.1.1", optional = true }

[dev-dependencies]
criterion = { workspace = true }
Expand Down

0 comments on commit d005376

Please sign in to comment.