Skip to content

Commit

Permalink
build(deps): add indicatif
Browse files Browse the repository at this point in the history
Signed-off-by: Christina Sørensen <[email protected]>
  • Loading branch information
cafkafk committed Oct 17, 2024
1 parent c3debcd commit afa723a
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 1 deletion.
95 changes: 95 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions crates/metamorph/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ clap_complete = "4.5.32"
clap_mangen = "0.2.23"
fast_log = "1.7.4"
futures = "0.3.31"
indicatif = { version = "0.17.8", features = ["tokio", "rayon", "futures"] }
log = { version = "0.4.22", features = ["std", "kv_unstable"] }
pretty_env_logger = "0.5.0"
serde = { version = "1.0.210", features = ["derive", "serde_derive"] }
Expand Down
2 changes: 1 addition & 1 deletion deny.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ multiple-versions = 'allow'

[licenses]
private = { ignore = true }
allow = ["MIT", "Apache-2.0", "EUPL-1.2", "Unicode-DFS-2016"]
allow = ["MIT", "Apache-2.0", "EUPL-1.2", "Unicode-DFS-2016", "BSD-3-Clause"]

0 comments on commit afa723a

Please sign in to comment.