Skip to content

Commit

Permalink
Bump nmsr-lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAcPT committed Jul 31, 2024
1 parent e621000 commit e621000
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions nmsr-lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ homepage.workspace = true
[dependencies]
image = { workspace = true, default-features = false, features = ["png"]}
qoi = "0.4"
thiserror = "1.0.40"
ears-rs = { git = "https://github.com/NickAcPT/ears-rs" }
rayon = { version = "1.7.0", optional = true }
vfs = { version = "0.12.0" }
serde = { version = "1.0.163", features = ["derive"], optional = true }
thiserror = "1.0"
ears-rs = { workspace = true }
rayon = { version = "1.10", optional = true }
vfs = { version = "0.12" }
serde = { version = "1.0", features = ["derive"], optional = true }
rkyv = { version = "0.7", optional = true }
either = "1.8.1"
tracing = "0.1.37"
either = "1.13"
tracing = "0.1"

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -31,7 +31,7 @@ ears = []
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
rust-embed = "8.*"
vfs = { version = "0.12.0", features = ["embedded-fs"] }
vfs = { version = "0.12", features = ["embedded-fs"] }

[[bench]]
name = "uv_loading"
Expand Down

0 comments on commit e621000

Please sign in to comment.