Skip to content

Commit 3d97d41

Browse files
committed
Update indicatif dependency to avoid advisory warning
The old indicatif dependency was depending on number_prefix which is no longer maintained. Hence, this commit updtes the indicatif dependency to the latest version. Additionally, this commit removes the ignored RUSTSEC for the unmaintained proc-macro-error crate which we no longer depend on.
1 parent 530e9ff commit 3d97d41

File tree

3 files changed

+17
-31
lines changed

3 files changed

+17
-31
lines changed

Cargo.lock

Lines changed: 16 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ hickory-resolver = "0.25.2"
6060
http = { workspace = true }
6161
hyper = { workspace = true }
6262
humantime = { workspace = true }
63-
indicatif = "0.17.7"
63+
indicatif = "0.18.3"
6464
indoc = { version = "2.0.4" }
6565
itertools = { workspace = true }
6666
json-patch = "2.0.0"

deny.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
55
version = 2
66
yanked = "deny"
77
ignore = [
8-
{ id = "RUSTSEC-2024-0370", reason = "crate is unmaintained. This needs `arrow_convert` to use an alternative to `err-derive`" },
98
{ id = "RUSTSEC-2024-0436", reason = "crate is unmaintained. We need to migrate to a different crate than `paste`" },
109
{ id = "RUSTSEC-2024-0437", reason = "protobuf-rs stackoverflow in deep nested messages, not fixed yet" },
1110
{ id = "RUSTSEC-2025-0057", reason = "fxhash is not maintained anymore, currently used only by raft-rs" },

0 commit comments

Comments
 (0)