diff --git a/Cargo.lock b/Cargo.lock index b52fe36a4..e7641c2d5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2349,9 +2349,9 @@ checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" [[package]] name = "unindent" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5aa30f5ea51ff7edfc797c6d3f9ec8cbd8cfedef5371766b7181d33977f4814f" +checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce" [[package]] name = "utf8parse" diff --git a/Cargo.toml b/Cargo.toml index 2c8673c89..6da14f81e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -489,7 +489,7 @@ regex = { workspace = true } sha1 = { version = "0.10.6", features = ["std"] } tempfile = { workspace = true } time = { workspace = true, features = ["local-offset"] } -unindent = "0.2" +unindent = "0.2.3" uucore = { workspace = true, features = ["entries", "process", "signals"] } walkdir = { workspace = true } hex-literal = "0.4.1"