Skip to content

Commit 340d700

Browse files
fix: RUSTSEC-2025-0119 advisory (#9320)
# Description of change Fixes https://rustsec.org/advisories/RUSTSEC-2025-0119.html
1 parent 4599402 commit 340d700

File tree

2 files changed

+36
-15
lines changed

2 files changed

+36
-15
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ hyper-rustls = { version = "0.27", default-features = false, features = ["webpki
294294
hyper-util = { version = "0.1.4", features = ["tokio", "server-auto", "service"] }
295295
im = "15"
296296
indexmap = { version = "2.11.0", features = ["serde"] }
297-
indicatif = "0.17.2"
297+
indicatif = "0.18.3"
298298
insta = { version = "1.21.1", features = ["redactions", "yaml", "json"] }
299299
integer-encoding = "3.0.1"
300300
itertools = "0.13.0"

0 commit comments

Comments
 (0)