Skip to content

Commit

Permalink
fix: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darkskygit committed Jan 30, 2024
1 parent e68ef6f commit dce279c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion libs/jwst-codec-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ version = "0.0.1"
default = ["merger"]
bench = ["regex"]
fuzz = ["arbitrary", "phf"]
merger = ["clap", "jwst-codec/large_refs"]
merger = ["assert-json-diff", "clap", "jwst-codec/large_refs"]

[dependencies]
arbitrary = { version = "1.3", features = ["derive"], optional = true }
assert-json-diff = { version = "2.0", optional = true }
clap = { version = "4.4", features = ["derive"], optional = true }
phf = { version = "0.11", features = ["macros"], optional = true }
rand_chacha = "0.3"
Expand Down

0 comments on commit dce279c

Please sign in to comment.