Update Rust crate indoc to v2.0.7 (#16562)

This commit is contained in:
renovate[bot] 2025-11-03 01:34:07 +00:00 committed by GitHub
parent 8f4083a746
commit 0023aaba21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
Cargo.lock generated
View file

@ -2063,9 +2063,12 @@ dependencies = [
[[package]]
name = "indoc"
version = "2.0.6"
version = "2.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
dependencies = [
"rustversion",
]
[[package]]
name = "inout"