Unnamed repository; edit this file 'description' to name the repository.
Bump indoc and cc deps
I'm splitting these changes out from the weekly dependabot PR since it included ripgrep crates that switched to edition 2025 (which needs an MSRV increase).
Michael Davis 4 months ago
parent ea26b3c · commit 18ac25b
-rw-r--r--Cargo.lock11
1 files changed, 7 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 72b5f05b..a9bf2346 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -115,9 +115,9 @@ checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
[[package]]
name = "cc"
-version = "1.2.41"
+version = "1.2.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
+checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
dependencies = [
"find-msvc-tools",
"shlex",
@@ -1859,9 +1859,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 = "is-docker"